Code

added LAbel Tags
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 21 Jul 2005 10:28:43 +0000 (10:28 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 21 Jul 2005 10:28:43 +0000 (10:28 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@982 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/addons/ldapmanager/contentcsv.tpl
plugins/admin/groups/acl.tpl
plugins/personal/samba/samba3_workstations.tpl

index 906601393347eac59898d32503ca10b5677f51a2..956bc703ac675cde8a2bbbca3debd500e0c3e62c 100644 (file)
@@ -7,11 +7,11 @@
 <table summary="">
        <tr>
                <td>
-                       {t}Select CSV file to import{/t}
+                       <LABEL for="userfile">{t}Select CSV file to import{/t}<LABEL>
                </td>
                <td>
                <input type="hidden" name="MAX_FILE_SIZE" value="2097152">
-               <input name="userfile" type="file" value="{t}Browse{/t}">
+               <input id="userfile" name="userfile" type="file" value="{t}Browse{/t}">
                </td>
        </tr>
        <tr>
index 0cf338b74d8782f4b69be5f6ab956d5a224c4841..10c6f524466eaa4b3d7789cbdc46c0c01db67577 100644 (file)
@@ -1,10 +1,10 @@
 <table summary="" width="100%">
  <tr>
   <td>
-   <b>{t}Object{/t}</b>
+   <b><LABEL for="object">{t}Object{/t}</LABEL></b>
   </td>
   <td>
-   <select size="1" name="object" onChange="mainform.submit()">
+   <select size="1" id="object" name="object" onChange="mainform.submit()">
     {html_options options=$objects selected=$object}
    </select>
    &nbsp;
@@ -13,8 +13,8 @@
    {/if}
   </td>
   <td>
-   <input type=checkbox name="selfflag" value="1" {$selfflag}>
-   {t}Apply this acl only for users own entries{/t}
+   <input type=checkbox name="selfflag" id="selfflag" value="1" {$selfflag}>
+   <LABEL for="selfflag">{t}Apply this acl only for users own entries{/t}</LABEL>
   </td>
  </tr>
 </table>
index 6ab810187e032ae65b10a7ab88d8674fc984f1fd..e3987d2f146e532750dff8d0867859060adb0336 100644 (file)
@@ -3,12 +3,12 @@
   <td style="vertical-align:top;">
    <div class="contentboxh" style="height:20px;">
     <p class="contentboxh" style="font-size:12px">
-     <b>{t}Select workstations to add{/t} {$hint}</b><br>
+     <b><LABEL for="wslist">{t}Select workstations to add{/t}</LABEL> {$hint}</b><br>
     </p>
    </div>
    <div class="contentboxb">
     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
-     <select style="width:500px; margin-top:4px; height:450px;" name="wslist[]" size="15" multiple>
+     <select id="wslist" style="width:500px; margin-top:4px; height:450px;" name="wslist[]" size="15" multiple>
        {html_options values=$wslist output=$wslist}
      </select>
     </p>
@@ -16,8 +16,8 @@
   </td>
   <td style="vertical-align:top;">
    <div class="contentboxh" style="height:20px;">
-    <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]"><b>{
-t}Filters{/t}</b></p>
+    <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]">
+       <b>{t}Filters{/t}</b></p>
    </div>
    <div class="contentboxb">
      <table summary="" style="width:100%;border-top:1px solid #B0B0B0;background-color:#F8F8F8">