Code

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

plugins/addons/addressbook/contents.tpl
plugins/addons/addressbook/dial.tpl

index 48e82ae6f348d8100c4327d3751cd0a45f75f6f2..b4248bf760776a5a511d9e4bfb3e22808289cc32 100644 (file)
@@ -75,7 +75,7 @@
        <tr>
                <td>
                        <img alt="" src="{$tree_image}" align=middle>
-                       &nbsp;{t}Display results for department{/t}
+                       &nbsp;<LABEL for="search_base">{t}Display results for department{/t}</LABEL>
                </td>
        <td>
                        <select name="search_base" size="1" onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
        <tr>
                <td width="50%"><img alt="" src="{$search_image}" align=middle>
-                       &nbsp;{t}Search for{/t}
+                       &nbsp;<LABEL for="search_for">{t}Search for{/t}</LABEL>
                </td>
            <td>
-                       <input type='text' name='search_for' maxlength='20' value='{$search_for}' title='{t}Search string{/t}' onChange="mainform.submit()">
+                       <input id="search_for" type='text' name='search_for' maxlength='20' value='{$search_for}' title='{t}Search string{/t}' onChange="mainform.submit()">
                </td>
        </tr>
 </table>
 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
        <tr>
                <td width="50%">
-                       <img alt="" src="{$search_image}" align=middle>&nbsp;{t}Match object{/t}
+                       <img alt="" src="{$search_image}" align=middle>&nbsp;<LABEL for="object_type">{t}Match object{/t}</LABEL>
                </td>
            <td>
-               <select name="object_type" size="1" onChange="mainform.submit()" title="{t}Choose the object that will be searched in{/t}">
+               <select id="object_type" name="object_type" size="1" onChange="mainform.submit()" title="{t}Choose the object that will be searched in{/t}">
                        {html_options options=$objlist selected=$object_type}
                                <option disabled>&nbsp;</option>
                </select>
index 656383d459b7a435617da78cc558e244e1ce3801..b10b8db881b8064ff7ec01f118130fff392a888b 100644 (file)
@@ -1,13 +1,13 @@
 <table summary="" style="width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;" cellpadding=4 cellspacing=0 border=0>
 <tr style="background-color: #E8E8E8; height:26px;font-weight:bold;">
-<td align=left width="100%">{t}Dial connection...{/t}</td>
+<td align=left width="100%"><LABEL for="dial">{t}Dial connection...{/t}</LABEL></td>
 </tr>
 <tr style="background-color: white">
 <td style="text-align:center;">
  <div style="height:50px;">&nbsp;</div>
  <a style="font-size:22px"><img alt="" src="{$phone_image}" align=middle>{$dial_info}</a>
  <div style="height:60px;">&nbsp;</div>
- <input type='submit' name='dial' value='{t}Dial{/t}'>&nbsp;<input type='submit' name='cancel' value='{t}Cancel{/t}'>
+ <input type='submit' name='dial' id="dial" value='{t}Dial{/t}'>&nbsp;<input type='submit' name='cancel' value='{t}Cancel{/t}'>
 
 </td>