Code

Updated partition handling
[gosa.git] / gosa-plugins / goto / admin / applications / generic.tpl
index f7778ad222a5e7495fc6ccc1ec25e717ab8c62c1..f426cf8362a6d220f0e3e4ba7a9f492a179a2090 100644 (file)
@@ -7,7 +7,7 @@
       <td><LABEL for="cn">{t}Application name{/t}{$must}</LABEL></td>
       <td>
 {render acl=$cnACL}
-       <input type='text' id="cn" name="cn" size=25 maxlength=60 value="{$cn}" title="{t}Application name{/t}">
+       <input type='text' id="cn" name="cn" value="{$cn}" title="{t}Application name{/t}">
 {/render}
       </td>
     </tr>
@@ -15,7 +15,7 @@
      <td><LABEL for="gosaApplicationName">{t}Display name{/t}</LABEL></td>
      <td>
 {render acl=$gosaApplicationNameACL}
-        <input id="gosaApplicationName" name="gosaApplicationName" size=35 maxlength=60 
+        <input id="gosaApplicationName" name="gosaApplicationName" type="text"
          value="{$gosaApplicationName}" title="{t}Application name to be displayed (i.e. below icons){/t}">
 {/render}
      </td>
@@ -24,7 +24,7 @@
      <td><LABEL for="gosaApplicationExecute">{t}Execute{/t}{$must}</LABEL></td>
      <td>
 {render acl=$gosaApplicationExecuteACL}
-        <input id="gosaApplicationExecute" name="gosaApplicationExecute" size=35 maxlength=120 
+        <input id="gosaApplicationExecute" name="gosaApplicationExecute" type="text"
          value="{$gosaApplicationExecute}" title="{t}Path and/or binary name of application{/t}">
 {/render}
      </td>
      <td><LABEL for="description">{t}Description{/t}</LABEL></td>
      <td>
 {render acl=$descriptionACL}
-      <input type='text' id="description" name="description" size=35 maxlength=80 value="{$description}">
+      <input type='text' id="description" name="description" value="{$description}">
 {/render}
      </td>
     </tr>
-    <tr><td colspan=2><div style="height:15px;"></div></td></tr>
-    <tr>
-      <td><LABEL for="base">{t}Base{/t}{$must}</LABEL></td>
-      <td>
-{render acl=$baseACL}
-       <select size="1" id="base" name="base" title="{t}Choose subtree to place application in{/t}" 
-        {if $isReleaseApplikation} disabled {/if}>
-        {html_options options=$bases selected=$base_select}
-       </select>
-{/render}
 {if !$isReleaseApplikation}
-{render acl=$baseACL disable_picture='images/lists/folder_grey.png'}
-      {image path="images/lists/folder.png" action="chooseBase" title="{t}Select a base{/t}"}
-
+   <tr>
+    <td><br><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
+    <td>
+     <br>
+{render acl=$baseACL}
+           {$base}
 {/render}
+     </td>
+    </tr>
 {/if}
-      </td>
-     </tr>
    </table>
   </td>
   <td class='left-border'>
 {render acl=$placeInStartmenuACL}
       <input type=checkbox name="placeInStartmenu" value="1" {$placeInStartmenu}>
 {/render}
-      {t}Place entry in members startmenu{/t}
+      {t}Place entry in members start menu{/t}
       <br>
 {render acl=$placeOnKickerACL}
       <input type=checkbox name="placeOnKicker" value="1" {$placeOnKicker}>
 
 <hr>
 
-<table width="99%" summary="{t}Logon script{/t}">
+<table width="99%" summary="{t}Log on script{/t}">
        <tr>
                <td>
                        <h3>{t}Script{/t}</h3>