Code

Fixed baseSelect options
[gosa.git] / plugins / admin / applications / generic.tpl
index 78ee97f97266ff1f79d4049bc7fceba7f0476d78..6b57f9a448705779f56017060bcdbb66a001a8b7 100644 (file)
@@ -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=6
+        <input id="gosaApplicationExecute" name="gosaApplicationExecute" size=35 maxlength=12
          value="{$gosaApplicationExecute}" title="{t}Path and/or binary name of application{/t}">
 {/render}
      </td>
         {html_options options=$bases selected=$base_select}
        </select>
 {/render}
+{if !$isReleaseApplikation}
 {render acl=$baseACL disable_picture='images/folder_gray.png'}
       <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
 {/render}
+{/if}
       </td>
      </tr>
    </table>
 {render acl=$gotoLogonScriptACL}
                        <input type="submit" name="upLoad" value="{t}Upload{/t}">
 {/render}
-                       <a href='getbin?rand={$rand}'><img src='images/save.png' title='{t}Download{/t}' alt='{t}Download{/t}'></a>
+                       <input type='image' name='downloadScript'  src='images/save.png' title='{t}Download{/t}' class='center'>
                </td>
        </tr>
 </table>