From c162da8d0dfdb26272023a3d6c9f708c50965c2f Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 26 May 2008 14:04:09 +0000 Subject: [PATCH] Prepared acl template to use acls . git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11008 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/ihtml/themes/default/acl.tpl | 49 ++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/gosa-core/ihtml/themes/default/acl.tpl b/gosa-core/ihtml/themes/default/acl.tpl index 2b8856c92..0c66f6ff4 100644 --- a/gosa-core/ihtml/themes/default/acl.tpl +++ b/gosa-core/ihtml/themes/default/acl.tpl @@ -1,15 +1,39 @@ {if $dialogState eq 'head'}

{t}Assigned ACL for current entry{/t}

{$aclList} - + + +{if $acl_createable} + +{/if} {/if} {if $dialogState eq 'create'} -

{t}ACL type{/t}  {if $javascript eq 'false'}{/if}

+

{t}ACL type{/t} + {if !$acl_writeable} +   + {else} +   + {if $javascript eq 'false'} + + {/if} + {/if} +

 

-{t}Additional filter options{/t}  +{t}Additional filter options{/t}  + {if !$acl_writeable} + + {else} + + {/if}
@@ -30,22 +54,39 @@
{t}Available members{/t}
+ {if !$acl_writeable} + + {else} + {/if}
+ {if $acl_writeable}

+ {/if}
{t}Members{/t}
+ {if !$acl_writeable} + + + {else} + {/if}
@@ -75,8 +116,10 @@

 

+ {if $acl_writeable}   + {/if}
{/if} -- 2.30.2