summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a6c0303)
raw | patch | inline | side by side (parent: a6c0303)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 20 Jul 2005 14:35:10 +0000 (14:35 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 20 Jul 2005 14:35:10 +0000 (14:35 +0000) |
plugins/personal/connectivity/kolab.tpl | patch | blob | history |
index 0798d2e1ddd288259dea63e6a2b704bae9b08e7b..3961a0d2e65b0ae4b36594f3f8a18ae16d2100ae 100644 (file)
<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 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> </option>
</select>
<b>{t}Free Busy information{/t}</b><br>
<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>