Code

Added Label Tags,
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Jul 2005 13:19:17 +0000 (13:19 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Jul 2005 13:19:17 +0000 (13:19 +0000)
-This line, and those below, will be ignored--

M    applications/generic.tpl

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@961 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/applications/generic.tpl

index f9e5febe241731b9a30f19391346983e79663bea..42bf5e390cd4a7d74029e6200b2e3a544059bd59 100644 (file)
@@ -4,35 +4,35 @@
 
    <table summary="">
      <tr>
-      <td>{t}Application name{/t}{$must}</td>
-      <td><input name="cn" size=25 maxlength=60 value="{$cn}" title="{t}Application name{/t}"></td>
+      <td><LABEL for="cn">{t}Application name{/t}{$must}</LABEL></td>
+      <td><input id="cn" name="cn" size=25 maxlength=60 value="{$cn}" title="{t}Application name{/t}"></td>
     </tr>
 
     <tr>
-     <td>{t}Execute{/t}{$must}</td>
+     <td><LABEL for="gosaApplicationExecute">{{t}Execute{/t}{$must}</LABEL></td>
      <td>
-        <input name="gosaApplicationExecute" size=35 maxlength=60 {$gosaApplicationExecuteACL} value="{$gosaApplicationExecute}" title="{t}Path and/or binary name of application{/t}">
+        <input id="gosaApplicationExecute" name="gosaApplicationExecute" size=35 maxlength=60 {$gosaApplicationExecuteACL} value="{$gosaApplicationExecute}" title="{t}Path and/or binary name of application{/t}">
      </td>
     </tr>
     <tr>
-     <td>{t}Display name{/t}</td>
+     <td><LABEL for="gosaApplicationName">{{t}Display name{/t}</LABEL></td>
      <td>
-        <input name="gosaApplicationName" size=35 maxlength=60 {$gosaApplicationNameACL} value="{$gosaApplicationName}" title="{t}Application name to be displayed (i.e. below icons){/t}">
+        <input id="gosaApplicationName" name="gosaApplicationName" size=35 maxlength=60 {$gosaApplicationNameACL} value="{$gosaApplicationName}" title="{t}Application name to be displayed (i.e. below icons){/t}">
      </td>
     </tr>
     <tr>
-     <td>{t}Description{/t}</td>
+     <td><LABEL for="description">{{t}Description{/t}</LABEL></td>
      <td>
-      <input name="description" size=35 maxlength=60 {$descriptionACL} value="{$description}">
+      <input id="description" name="description" size=35 maxlength=60 {$descriptionACL} value="{$description}">
      </td>
     </tr>
 
     <tr><td colspan=2><div style="height:15px;"></div></td></tr>
  
     <tr>
-      <td>{t}Base{/t}{$must}</td>
+      <td><LABEL for="base">{t}Base{/t}{$must}</LABEL></td>
       <td>
-       <select size="1" name="base" title="{t}Choose subtree to place application in{/t}">
+       <select size="1" id="base" name="base" title="{t}Choose subtree to place application in{/t}">
         {html_options options=$bases selected=$base_select}
        </select>
       </td>