Code

fixed systemlist
[gosa.git] / plugins / admin / applications / generic.tpl
index 32d48942979c2863bc9491a84c342f6b39224154..b93963892715a88a31986fd052e1f9c5d5860e4d 100644 (file)
@@ -1,38 +1,38 @@
-<table style="width:100%;">
+<table summary="" style="width:100%;">
  <tr>
   <td style="width:50%;">
 
-   <table>
+   <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>
    &nbsp;
   </td>
   <td style="vertical-align:top;">
-    {t}Icon{/t}
+    <LABEL for="picture_file">{t}Icon{/t}</LABEL>
     <br>
     <img alt="" src="getpic.php?rand={$rand}" border=1 style="width:48px; height:48; background-color:white; vertical-align:bottom;">
     <input type="hidden" name="MAX_FILE_SIZE" value="100000">
-    <input name="picture_file" type="file" size="20" maxlength="255" accept="image/*.png">
+    <input name="picture_file" type="file" size="20" maxlength="255" accept="image/*.png" id="picture_file">
     <input type="submit" name="update" value="{t}Update{/t}" title="{t}Reload picture from LDAP{/t}">
   </td>
  </tr>
 </table>
 
-<p class="plugbottom" style="height:4px; margin-bottom:0px;">&nbsp</p>
+<p class="plugbottom" style="height:4px; margin-bottom:0px;">&nbsp;</p>
 
-<table style="width:100%;">
+<table summary="" style="width:100%;">
   <tr>
     <td>
       <input type=checkbox name="exec_for_groupmembers" value="1" {$gosaApplicationFlagsACL} {$exec_for_groupmembers}>{t}Only executable for members{/t}