Code

Upps
[gosa.git] / plugins / admin / fai / faiPackage.tpl
index a4d4371bdadaf9aef4ea1478e16bcfef9c85e91f..40c13313449725ec40d48aefcee36734627af23b 100644 (file)
                                                        {$section}
                                                </td>
                                        </tr>
+                                       <tr>
+                                           <td>
+                                                 {t}Install method{/t} :
+                                               </td>
+                                               <td>
+                                                       <select name="FAIinstallMethod" {$cnACL} >
+                                                         {html_options options=$FAIinstallMethods output=$FAIinstallMethod selected=$FAIinstallMethod}
+                                                       </select>
+                                               </td>
+                                       </tr>
                                </table>
                </td>
        </tr>
@@ -61,6 +71,7 @@
                        <input type="submit" name="Addpkg" value="{t}Add{/t}" {$OptionsACL} {$cnACL}>
                        <input type="submit" name="Delpkg" value="{t}Remove{/t}"  {$OptionsACL} {$cnACL}>
                        <input type="submit" name="Conpkg" value="{t}Configure{/t}"  {$OptionsACL} >
+                       <input type="submit" name="Markpkg" value="{t}Toggle remove flag{/t}"  {$OptionsACL} >
                </td>
        </tr>
 </table>