Code

Skip executing FAI repository if FAI is not active.
[gosa.git] / plugins / admin / systems / printer.tpl
index b9de75abde06bf3fae2203bbf04813bb5aa54494..49ed25737938119ecad36e3769801ca2e2ace6b6 100644 (file)
@@ -2,7 +2,7 @@
 <table summary="" width="100%">
        <tr>
                <td style="vertical-align:top; width:50%; border-right:1px solid #B0B0B0">
-{if $is_terminal ne 'true'}
+{if $StandAlone }
                        <h2>{t}General{/t}</h2>
                        <table summary="">
                         <tr>
                         <tr>
                          <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
                          <td>
-                          <select size="1" name="base" title="{t}Choose subtree to place terminal in{/t}">
+                          <select size="1" name="base" title="{t}Choose subtree to place terminal in{/t}" {$baseACL}>
                                {html_options options=$bases selected=$base_select}
                           </select>
-                               <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
+                               {if $baseACL == ""}
+                                       <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
+                               {else}
+                                       <img src="images/folder_gray.png" class="center" title="{t}Select a base{/t}">
+                               {/if}
+                               </td>
                          </tr>
                        </table>
                </td>
@@ -35,7 +40,7 @@
                                        <td><input id="l" name="l" size=25 maxlength=80 value="{$l}"></td>
                                </tr>
                                <tr>
-                                       <td><LABEL for="labeledURI">{t}Printer URL{/t}</LABEL></td>
+                                       <td><LABEL for="labeledURI">{t}Printer URL{/t}</LABEL>{$must}</td>
                                        <td><input id="labeledURI" name="labeledURI" size=25 maxlength=80 value="{$labeledURI}"></td>
                                </tr>
                        </table>
@@ -63,7 +68,7 @@
                                <tr>
                                        <td>
                                                {t}Users which are allowed to use this printer{/t}<br>
-                                               <select size="1" name="UserMember" title="{t}Users{/t}" style="width:100%;height:120px;"  multiple>
+                                               <select size="1" name="UserMember[]" title="{t}Users{/t}" style="width:100%;height:120px;"  multiple>
                                                {html_options options=$UserMembers values=$UserMemberKeys}
                                                </select><br>
                                                        <input type="submit" value="{t}Add user{/t}"  name="AddUser">
@@ -79,7 +84,7 @@
                                <tr>
                                        <td>
                                                {t}Users which are allowed to administrate this printer{/t}<br>
-                                               <select size="1" name="AdminMember" title="{t}Admins{/t}" style="width:100%;height:120px;"  multiple>
+                                               <select size="1" name="AdminMember[]" title="{t}Admins{/t}" style="width:100%;height:120px;"  multiple>
                                                {html_options options=$AdminMembers values=$AdminMemberKeys}
                                                </select><br>
                                                        <input type="submit" value="{t}Add user{/t}"  name="AddAdminUser">
        </tr>
 </table>
 
-
+{if $netconfig ne ''}
 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
 {$netconfig}
+{/if}
 
 <!-- Place cursor -->
 <script language="JavaScript" type="text/javascript">