Code

Fixed missing images problem in group headpage
[gosa.git] / plugins / admin / fai / faiPackage.tpl
index 4e8884cb267c5aca2c26b50986120f4a46833daf..2c1064f974eb1ef94edb45ce3c48d1af31f38789 100644 (file)
                                <table summary="" cellspacing="4">
                                        <tr>
                                                <td>
-                                                       <LABEL for="release">
-                                                       {t}Release{/t}
-                                                       </LABEL>
+                                                       {t}Release{/t} : 
                                                </td>
                                                <td>
-                                                       <select name="FAIdebianReleaseS" title="{t}release{/t}" {$ReleaseACL}>
-                                                               {html_options options=$releases selected=$release}
-                                                       </select>
-                                                       <input type="submit" value="{t}set{/t}" name="SetRelease" {$ReleaseACL}>
+                                                       {$release}
                                                </td>
                                        </tr>
                                        <tr>
                                                <td>
-                                                       <LABEL for="section">
-                                                       {t}Section{/t}
-                                                       </LABEL>
+                                                       {t}Section{/t} : 
                                                </td>
                                                <td>
-                                                       <select name="FAIdebianSectionS" title="{t}section{/t}" {$SectionACL}>
-                                                               {html_options options=$sections selected=$section}
-                                                       </select>
-                                                       <input type="submit" value="{t}set{/t}" name="SetSection" {$SectionACL}>
+                                                       {$section}
                                                </td>
                                        </tr>
                                        <tr>
                                                        </LABEL>
                                                </td>
                                                <td>
-                                                       <select name="FAIdebianMirrorS" title="{t}mirror{/t}" {$MirrorACL}>
+                                                       <select name="FAIdebianMirrorS" title="{t}mirror{/t}">
                                                                {html_options options=$mirrors selected=$mirror}
                                                        </select>
-                                                       <input type="submit" value="{t}set{/t}" name="SetMirror" {$MirrorACL}>
+                                                       <input type="submit" value="{t}set{/t}" name="SetMirror">
                                                </td>
                                        </tr>
                                </table>
                                {html_options options=$usedPackages}
                </select>
                        <br>
-                       <input type="submit" name="Addpkg" value="+" {$OptionACL}>
-                       <input type="submit" name="Delpkg" value="-" {$OptionACL}>
-                       <input type="submit" name="Conpkg" value="Configure" {$OptionACL}>
+                       <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>