From 8627a51425d0c8e560bbdc4883d7caf38c445d67 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 17 Mar 2010 09:43:00 +0000 Subject: [PATCH] Added ACL.tpl to modern theme git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16736 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/ihtml/themes/modern/acl.tpl | 154 ++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 gosa-core/ihtml/themes/modern/acl.tpl diff --git a/gosa-core/ihtml/themes/modern/acl.tpl b/gosa-core/ihtml/themes/modern/acl.tpl new file mode 100644 index 000000000..34e178e3f --- /dev/null +++ b/gosa-core/ihtml/themes/modern/acl.tpl @@ -0,0 +1,154 @@ +{if !$acl_readable} + +

{msgPool type=permView}

+ +{else} + {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 !$acl_writeable} +   + {else} +   + {if $javascript eq 'false'} + + + {/if} + {/if} +

+ +
+
+ {t}Additional filter options{/t}  + {if !$acl_writeable} + + {else} + + {/if} +
+ + + + + + + + + + + + +
+ {t}Use members from{/t} + + {if $javascript eq 'false'}{/if} +

+
+ +
+ {t}Available members{/t}
+ {if !$acl_writeable} + + {else} + + {/if} +
+ {if $acl_writeable} + + +

+ + + {/if} +
+ {t}Members{/t}
+ {if !$acl_writeable} + + + {else} + + {/if} +
+ + {if $aclType ne 'reset'} + {if $aclType ne 'role'} + {if $aclType ne 'base'} +
+ +

{t}List of available ACL categories{/t}

+ {$aclList} + {/if} + {/if} + {/if} + + {if $aclType eq 'base'} +
+

{t}ACL for this object{/t}

+ {$aclSelector} + {/if} + + {if $aclType eq 'role'} +
+

{t}Available roles{/t}

+ {$roleSelector} + {/if} + +
+
+ {if $acl_writeable} + + +   + {/if} + + +
+ {/if} + + {if $dialogState eq 'edit'} + +

{$headline}

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