Code

Added http://servername/ppd/ to gotoPrinterPPD
[gosa.git] / plugins / admin / applications / generic.tpl
index dbd128e7f5edbd47e5701d042ce2a0825fa97ee2..4c9bca773db10ba0eebb6a99b90edc914d78f2dd 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>
    &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;">
+    <img alt="" src="getbin.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>
 
+<h2><img src="images/lamp.png" alt="{t}Options{/t}" align="center">&nbsp;{t}Options{/t}</h2>
 <table summary="" style="width:100%;">
   <tr>
-    <td>
+    <td style="width:50%;border-right:1px solid #B0B0B0">
       <input type=checkbox name="exec_for_groupmembers" value="1" {$gosaApplicationFlagsACL} {$exec_for_groupmembers}>{t}Only executable for members{/t}
       <br>
       <input type=checkbox name="overwrite_config" value="1" {$gosaApplicationFlagsACL} {$overwrite_config}>{t}Replace user configuration on startup{/t}
   </tr>
 </table>
 
+<p class="plugbottom" style="height:4px; margin-bottom:0px;">&nbsp;</p>
+
+<table width="99%">
+       <tr>
+               <td>
+                       <h2><img src="images/fai_script.png" alt="{t}Script{/t}" align="center">&nbsp;{t}Script{/t}</h2>
+                       <textarea name="gotoLogonScript" style='width:99%;height:220px;'>{$gotoLogonScript}</textarea>
+                       <input type="file" name="ScriptFile" value="{t}Import{/t}">
+                       <input type="submit" name="upLoad" value="{t}Upload{/t}">
+               </td>
+       </tr>
+</table>
+
 <div style="height:20px;"></div>
 
 <!-- Place cursor -->