diff options
Diffstat (limited to 'data/templates')
-rwxr-xr-x | data/templates/welcome-admin.tpl | 2 | ||||
-rw-r--r-- | data/templates/welcome-domain-maintainer.tpl | 12 | ||||
-rwxr-xr-x | data/templates/welcome-maintainer.tpl | 2 | ||||
-rw-r--r-- | data/templates/welcome-user.tpl | 2 |
4 files changed, 14 insertions, 4 deletions
diff --git a/data/templates/welcome-admin.tpl b/data/templates/welcome-admin.tpl index 99af818..bcb7856 100755 --- a/data/templates/welcome-admin.tpl +++ b/data/templates/welcome-admin.tpl @@ -37,4 +37,4 @@ <a href="/admin/kolab/" class="welcomelinks"><img src="/admin/images/dialog-information.png" border="0" alt="About Kolab" /><br /><b>{tr msg="About"}</b></a> </td> </tr></table> -</div>
\ No newline at end of file +</div> diff --git a/data/templates/welcome-domain-maintainer.tpl b/data/templates/welcome-domain-maintainer.tpl index 282e7ec..1dc4550 100644 --- a/data/templates/welcome-domain-maintainer.tpl +++ b/data/templates/welcome-domain-maintainer.tpl @@ -7,6 +7,16 @@ <div class="contenttext"> <h1>{tr msg="Welcome to the Kolab Groupware Server Maintenance"}</h1> +<table cellspacing="10" cellpadding="10"> +<tr> +<td> +<a href="/admin/user/" class="welcomelinks"><img src="/admin/pics/system-users.png" border="0" alt="Manage Users" /><br /><b>{tr msg="Manage Users"}</b></a> +</td> +<td> +<a href="/admin/sharedfolder/" class="welcomelinks"><img src="/admin/pics/preferences-system-network-sharing.png" border="0" alt="Shared Folders" /><br /><b>{tr msg="Shared Folders"}</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> <table cellspacing="10" cellpadding="10" style="background:#d0e2e6"> <tr> <td> @@ -25,4 +35,4 @@ <a href="/admin/kolab/" class="welcomelinks"><img src="/admin/images/dialog-information.png" border="0" alt="About Kolab" /><br /><b>{tr msg="About"}</b></a> </td> </tr></table> -</div>
\ No newline at end of file +</div> diff --git a/data/templates/welcome-maintainer.tpl b/data/templates/welcome-maintainer.tpl index c920efb..36e27ac 100755 --- a/data/templates/welcome-maintainer.tpl +++ b/data/templates/welcome-maintainer.tpl @@ -31,4 +31,4 @@ <a href="/admin/kolab/" class="welcomelinks"><img src="/admin/images/dialog-information.png" border="0" alt="About Kolab" /><br /><b>{tr msg="About"}</b></a> </td> </tr></table> -</div>
\ No newline at end of file +</div> diff --git a/data/templates/welcome-user.tpl b/data/templates/welcome-user.tpl index 7f09576..a57f91b 100644 --- a/data/templates/welcome-user.tpl +++ b/data/templates/welcome-user.tpl @@ -19,4 +19,4 @@ <a href="/admin/kolab/" class="welcomelinks"><img src="/admin/images/dialog-information.png" border="0" alt="About Kolab" /><br /><b>{tr msg="About"}</b></a> </td> </tr></table> -</div>
\ No newline at end of file +</div> |