Code

Added several comments
[gosa.git] / plugins / admin / fai / faiPackage.tpl
index c65598798e85f64a22ec3ac76ac3252b79184570..1dfd31983df2ea27196188a7e1a4622044e0eb4e 100644 (file)
@@ -10,7 +10,9 @@
                                                        </LABEL>
                                                </td>
                                                <td>
+{render acl=$cnACL}
                                                        <input value="{$cn}" size="45" disabled id="cn">
+{/render}
                                                </td>
                                        </tr>
                                        <tr>
@@ -20,7 +22,9 @@
                                                        </LABEL>
                                                </td>
                                                <td>
-                                                       <input value="{$description}" size="45" {$description} name="description" id="description">
+{render acl=$descriptionACL}
+                                                       <input value="{$description}" size="45" name="description" id="description">
+{/render}
                                                </td>
                                        </tr>
                                </table>
                                                        {$section}
                                                </td>
                                        </tr>
+                                       <tr>
+                                           <td>
+                                                 {t}Install method{/t} :
+                                               </td>
+                                               <td>
+{render acl=$FAIinstallMethodACL}
+                                                       <select name="FAIinstallMethod" title='{t}Please select the installation method{/t}'>
+                                                         {html_options options=$FAIinstallMethods output=$FAIinstallMethod selected=$FAIinstallMethod}
+                                                       </select>
+{/render}
+                                               </td>
+                                       </tr>
                                </table>
                </td>
        </tr>
                                {html_options options=$usedPackages}
                </select>
                        <br>
-                       <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} >
+                       <input type="submit" name="Addpkg" value="{t}Add{/t}" {$FAIpackageACL}>
+                       <input type="submit" name="Delpkg" value="{t}Remove{/t}"  {$FAIpackageACL}>
+                       <input type="submit" name="Conpkg" value="{t}Configure{/t}"  {$FAIdebconfInfoACL} >
+                       <input type="submit" name="Markpkg" value="{t}Toggle remove flag{/t}"  {$FAIpackageACL}>
                </td>
        </tr>
 </table>