summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9e97ef5)
raw | patch | inline | side by side (parent: 9e97ef5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 20 Jul 2005 14:45:42 +0000 (14:45 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 20 Jul 2005 14:45:42 +0000 (14:45 +0000) |
plugins/personal/connectivity/oxchange.tpl | patch | blob | history | |
plugins/personal/connectivity/proxy.tpl | patch | blob | history |
diff --git a/plugins/personal/connectivity/oxchange.tpl b/plugins/personal/connectivity/oxchange.tpl
index fc2197ed427daef59c0041549f018ced3ccad4ae..75a04af19c503cf4da35a27da4f5bace85db07f4 100644 (file)
</td>
</tr>
<tr>
- <td>{t}Appointment Days{/t}</td>
+ <td><LABEL for="OXAppointmentDays">{t}Appointment Days{/t}</LABEL></td>
<td><input name="OXAppointmentDays" id="OXAppointmentDays" size=7 maxlength=7 {$OXAppointmentDaysACL} value="{$OXAppointmentDays}" {$oxState}> {t}days{/t}</td>
</tr>
<tr>
- <td>{t}Task Days{/t}</td>
+ <td><LABEL for="OXTaskDays">{t}Task Days{/t}</LABEL></td>
<td><input name="OXTaskDays" id="OXTaskDays" size=7 maxlength=7 {$OXTaskDaysACL} value="{$OXTaskDays}" {$oxState}> {t}days{/t}</td>
</tr>
</table>
</td>
</tr>
<tr>
- <td>{t}User Timezone{/t}</td>
+ <td><LABEL for="OXTimeZone">{t}User Timezone{/t}</LABEL></td>
<td><select size="1" name="OXTimeZone" id="OXTimeZone" {$OXTimeZoneACL} {$oxState}>
{html_options values=$timezones output=$timezones selected=$OXTimeZone}
</select>
index 84b1f84aeb6d0ffb4622d73f4267f3d6d1dccdf6..adaa5100b6ffe8c75b1c130b5e64617b038974e5 100644 (file)
changeSubselectState('filterT', 'stopHour');
changeSubselectState('filterT', 'stopMinute');
">
- {t}Limit proxy access to working time{/t}
+ <LABEL for="startHour">{t}Limit proxy access to working time{/t}</LABEL>
<br>
<table summary="" style="margin-left:20px;">
<tr>
changeSubselectState('filterB', 'quota_unit');
changeSubselectState('filterB', 'gosaProxyQuotaPeriod');
">
- {t}Restrict proxy usage by quota{/t}
+ <LABEL for="quota_size">{t}Restrict proxy usage by quota{/t}</LABEL>
<br>
<table summary="" style="margin-left:20px;">
<tr>
<select size="1" name="quota_unit" id="quota_unit" {$Bstate} {$gosaProxyQuotaACL}>
{html_options options=$quota_unit selected=$quota_u}
</select>
- {t}per{/t}
+
+ <LABEL for="gosaProxyQuotaPeriod">{t}per{/t}</LABEL>
<select size="1" name="gosaProxyQuotaPeriod" id="gosaProxyQuotaPeriod" {$Bstate} {$gosaProxyQuotaACL}>
{html_options options=$quota_time selected=$gosaProxyQuotaPeriod}
</select>