diff options
author | Christoph Wickert <cwickert@fedoraproject.org> | 2011-04-28 18:22:55 (GMT) |
---|---|---|
committer | Christoph Wickert <cwickert@fedoraproject.org> | 2011-04-28 18:22:55 (GMT) |
commit | 2bad9ba00b52d5ea7c711442c97e3c30082bfdeb (patch) | |
tree | 0cb8af28e06f5027ae8c089233827f8f18ca66fe /data/templates | |
parent | 023da30e5092f407d872ba187f6dc683685b7f75 (diff) | |
download | kolab-webadmin-2bad9ba00b52d5ea7c711442c97e3c30082bfdeb.tar.gz |
Apply small update from Georg (adds a picture for the ActiveSync config to the user's welcome page)2.3.1
Diffstat (limited to 'data/templates')
-rwxr-xr-x | data/templates/page.tpl | 2 | ||||
-rw-r--r-- | data/templates/welcome-user.tpl | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/data/templates/page.tpl b/data/templates/page.tpl index e6d178d..d3c3b57 100755 --- a/data/templates/page.tpl +++ b/data/templates/page.tpl @@ -106,6 +106,6 @@ function changeLanguage(combobox) {ldelim} </div><!-- .container --> </div><!-- #root --> <div id="footer"> -This is the Community Edition of the <b>Kolab Server</b>. It comes with absolutely <b>no warranties</b> and is typically run entirely self supported. You can find help & information on the community <a href="http://kolab.org">web site</a> & <a href="http://wiki.kolab.org">wiki</a>. Professional support is available from <a href="http://kolabsys.com">Kolab Systems</a>. +This is the Community Edition of the <b>Kolab Server</b>. <br />It comes with absolutely <b>no warranties</b> and is typically run entirely self supported. You can find help & information on the community <a href="http://kolab.org">web site</a> & <a href="http://wiki.kolab.org">wiki</a>. <br />Professional support is available from <a href="http://kolabsys.com">Kolab Systems</a>. </body> </html>
\ No newline at end of file diff --git a/data/templates/welcome-user.tpl b/data/templates/welcome-user.tpl index 6bd553d..bc8a994 100644 --- a/data/templates/welcome-user.tpl +++ b/data/templates/welcome-user.tpl @@ -13,6 +13,9 @@ <a href="/admin/user/user.php?action=modify" class="welcomelinks"><img src="/admin/pics/preferences-system.png" border="0" alt="My settings" /><br /><b>{tr msg="My settings"}</b></a> </td> <td> +<a href="/admin/user/activesync.php" class="welcomelinks"><img src="/admin/pics/phone.png" border="0" alt="ActiveSync" /><br /><b>{tr msg="ActiveSync"}</b></a> +</td> +<td> <a href="/admin/kolab/" class="welcomelinks"><img src="/admin/pics/dialog-information.png" border="0" alt="About Kolab" /><br /><b>{tr msg="About"}</b></a> </td> </tr></table> |