Code

Updated table summary
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 25 Mar 2010 09:57:38 +0000 (09:57 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 25 Mar 2010 09:57:38 +0000 (09:57 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17275 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/kolab/admin/systems/services/kolab/servkolab.tpl

index 6fd180bcca9c43fe69718853651d7ca5bef473ca..bdb65b0eb25b1bd009887d43265524050f2d01d1 100644 (file)
@@ -1,10 +1,10 @@
-<table summary="" style="width:100%">
+<table summary="{t}Kolab service{/t}" style="width:100%">
  <tr>
   <td style='width:50%' class='right-border'>
 
    <h3>{t}Generic{/t}</h3>
 
-   <table summary="" width="100%">
+   <table summary="{t}Generic settings{/t}" width="100%">
     <tr>
      <td>
       {t}Postfix mydomain{/t}&nbsp;{$must}
@@ -45,7 +45,7 @@
    <hr>
 
    <h3>{t}Services{/t}</h3>
-   <table summary="">
+   <table summary="{t}Service settings{/t}">
     <tr>
      <td>
       {render acl=$cyruspop3ACL}
    <hr>
 
    <h3>{t}Quota settings{/t}</h3>
-   <table summary="">
+   <table summary="{t}Quota settings{/t}">
     <tr>
      <td>
       {render acl=$cyrusquotawarnACL}
   <td>
 
    <h3>{t}Free/Busy settings{/t}</h3>
-   <table summary="">
+   <table summary="{t}Free/Busy settings{/t}">
     <tr>
      <td>
       {render acl=$apacheallowunauthenticatedfbACL}
    <hr>
 
    <h3>{t}SMTP privileged networks{/t}</h3>
-   <table summary="">
+   <table summary="{t}SMTP privileged networks{/t}">
     <tr>
      <td>
       <label for="postfix_mynetworks">
    <hr>
 
    <h3>{t}SMTP smarthost/relayhost{/t}</h3>
-   <table summary="">
+   <table summary="{t}SMTP smarthost/relayhost{/t}">
     <tr>
      <td>
       {render acl=$postfixrelayhostACL}
 
 
    <h3>{t}Accept Internet Mail{/t}</h3>
-   <table summary="">
+   <table summary="{t}Accept Internet Mail{/t}">
     <tr>
      <td>
       {render acl=$postfixallowunauthenticatedACL}
 </table>
 <input type="hidden" name="kolabtab">
 <hr>
-<div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
- <button type='submit' name='SaveService'>
- {msgPool type=saveButton}</button>
- &nbsp;
- <button type='submit' name='CancelService'>
- {msgPool type=cancelButton}</button>
+
+<div class="plugin-actions">
+ <button type='submit' name='SaveService'>{msgPool type=saveButton}</button>
+ <button type='submit' name='CancelService'>{msgPool type=cancelButton}</button>
 </div>