X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fsystems%2Fprinter.tpl;h=9b20e927858224fa1e1ff90a7b4f8a4d13cd6d04;hb=e646d1b091e3d40c67039125dae867faa6fdd402;hp=f911dacaacded3b938e32d8198369cb1736e53c2;hpb=18125d61d8821172c9836d360bf1bbe9e90797e1;p=gosa.git diff --git a/plugins/admin/systems/printer.tpl b/plugins/admin/systems/printer.tpl index f911dacaa..9b20e9278 100644 --- a/plugins/admin/systems/printer.tpl +++ b/plugins/admin/systems/printer.tpl @@ -2,7 +2,7 @@ @@ -34,7 +40,7 @@ - +
-{if $is_terminal ne 'true'} +{if $StandAlone }

{t}General{/t}

@@ -19,9 +19,15 @@
{$must} - {html_options options=$bases selected=$base_select} + {if $baseACL == ""} + + {else} + + {/if} +
{$must}
@@ -58,11 +64,11 @@
- +
{t}Users which are allowed to use this printer{/t}
- {html_options options=$UserMembers values=$UserMemberKeys}
@@ -74,11 +80,11 @@
- +
{t}Users which are allowed to administrate this printer{/t}
- {html_options options=$AdminMembers values=$AdminMemberKeys}
@@ -94,8 +100,10 @@
+{if $netconfig ne ''}

 

-{include file="$netconfig"} +{$netconfig} +{/if}