Code

* Fixed current main base problem
[gosa.git] / plugins / personal / connectivity / kolab.tpl
index 92e2eb7d4e28c0f5b54a7991063049263f4e0a7e..f5d8c10753f7673b3b53acabcd5a9915be08f3fb 100644 (file)
@@ -1,18 +1,19 @@
 <h2>{t}Kolab account{/t}</h2>
 
 {if $is_account ne 'true'}
-{t}The kolab account is currently disabled. It's features can be adjusted if you add a mail account.{/t}
+       {t}The kolab account is currently disabled. It's features can be adjusted if you add a mail account.{/t}
 {else}
 
-<table style="width:100%">
+<table summary="" style="width:100%">
  <tr>
   <td style="width:50%; vertical-align:top;">
-   <b>{t}Delegations{/t}</b><br>
-   <select style="width:350px; height:100px;" name="delegate_list[]" size=15 multiple>
+   <b><LABEL for="delegate_list">{t}Delegations{/t}</LABEL></b><br>
+   <select id="delegate_list" style="width:350px; height:100px;" name="delegate_list[]" size=15 multiple>
     {html_options values=$kolabDelegate output=$kolabDelegate}
+       <option disabled>&nbsp;</option>
    </select>
    <br>
-   <input name="delegate_address" size=30 align=center maxlength=60
+   <input name="delegate_address" size=30 align=middle maxlength=60
         {$kolabDelegateACL} value="">
    <input type=submit value="{t}Add{/t}" name="add_delegation"
         {$kolabDelegateACL}>&nbsp;
    &nbsp;
   </td>
   <td style="vertical-align:top;">
-<p>
+
  <b>{t}Free Busy information{/t}</b><br>
- <table>
+ <table summary="">
   <tr>
-   <td>{t}URL{/t}</td>
-   <td><input name="calFBURL" size=30 maxlength=60 {$calFBURLACL} value="{$calFBURL}"></td>
+   <td><LABEL for="calFBURL">{t}URL{/t}</LABEL></td>
+   <td><input id="calFBURL" name="calFBURL" size=30 maxlength=60 {$calFBURLACL} value="{$calFBURL}"></td>
   </tr>
   <tr>
-   <td>{t}Future{/t}</td>
-   <td><input name="kolabFreeBusyFuture" size=5 maxlength=6 {$kolabFreeBusyFutureACL} value="{$kolabFreeBusyFuture}"> {t}days{/t}</td>
+  <td><LABEL for="kolabFreeBusyFuture">{t}Future{/t}</LABEL></td>
+   <td><input id="kolabFreeBusyFuture" name="kolabFreeBusyFuture" size=5 maxlength=6 {$kolabFreeBusyFutureACL} value="{$kolabFreeBusyFuture}"> {t}days{/t}</td>
   </tr>
  </table>
-</p>
-<p>
+
+
  <b>{t}Invitation policy{/t}</b><br>
- <table>
+ <table summary="">
    {$invitation}
  </table>
-</p>
+
   </td>
  </tr>
 </table>