Code

Fixed missing images problem in group headpage
[gosa.git] / plugins / admin / fai / faiPackage.tpl
index 6db4f7e696f1151810c82d5328dcf854bb5510b5..2c1064f974eb1ef94edb45ce3c48d1af31f38789 100644 (file)
@@ -30,7 +30,7 @@
                                <table summary="" cellspacing="4">
                                        <tr>
                                                <td>
-                                                       {t}Release{/t}
+                                                       {t}Release{/t} : 
                                                </td>
                                                <td>
                                                        {$release}
@@ -38,7 +38,7 @@
                                        </tr>
                                        <tr>
                                                <td>
-                                                       {t}Section{/t}
+                                                       {t}Section{/t} : 
                                                </td>
                                                <td>
                                                        {$section}
                                {html_options options=$usedPackages}
                </select>
                        <br>
-                       <input type="submit" name="Addpkg" value="+" {$OptionsACL}>
-                       <input type="submit" name="Delpkg" value="-"  {$OptionsACL}>
-                       <input type="submit" name="Conpkg" value="Configure"  {$OptionsACL}>
+                       <input type="submit" name="Addpkg" value="{t}Add{/t}" {$OptionsACL}>
+                       <input type="submit" name="Delpkg" value="{t}Remove{/t}"  {$OptionsACL}>
+                       <input type="submit" name="Conpkg" value="{t}Configure{/t}"  {$OptionsACL} disabled>
                </td>
        </tr>
 </table>
+
+<!-- Place cursor -->
+<script language="JavaScript" type="text/javascript">
+  <!-- // First input field on page
+  document.mainform.description.focus();
+  -->
+</script>
+