Code

added label tags
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 20 Jul 2005 14:45:42 +0000 (14:45 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 20 Jul 2005 14:45:42 +0000 (14:45 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@972 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/connectivity/oxchange.tpl
plugins/personal/connectivity/proxy.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>
@@ -34,7 +34,7 @@
          </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)
@@ -32,7 +32,7 @@
                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>
@@ -66,7 +66,7 @@
                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>
@@ -76,7 +76,8 @@
        <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>