diff options
author | plegall <plg@piwigo.org> | 2005-09-03 20:01:14 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-09-03 20:01:14 +0000 |
commit | 9c6f769b9424557f5cda93e6f7f4f1366ad427e7 (patch) | |
tree | 1942371c30d4894cc71ec4bdc7e5792daa368320 /template/cclear/admin/user_perm.tpl | |
parent | 7eae7595909a49d4355453c73638151097a53f20 (diff) |
- new : template yoga, made by yoDan, helped by chrisaga for integration
becomes the official template.
git-svn-id: http://piwigo.org/svn/trunk@859 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/cclear/admin/user_perm.tpl')
-rw-r--r-- | template/cclear/admin/user_perm.tpl | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/template/cclear/admin/user_perm.tpl b/template/cclear/admin/user_perm.tpl deleted file mode 100644 index a24fd9096..000000000 --- a/template/cclear/admin/user_perm.tpl +++ /dev/null @@ -1,21 +0,0 @@ -<h2>{TITLE}</h2> - -<!-- BEGIN groups --> -<fieldset> - <legend>{lang:Categories authorized thanks to group associations}</legend> - - <ul> - <!-- BEGIN category --> - <li>{groups.category.NAME}</li> - <!-- END category --> - </ul> -</fieldset> -<!-- END groups --> - -<fieldset> - <legend>{lang:Other private categories}</legend> - - <form method="post" action="{F_ACTION}"> - {DOUBLE_SELECT} - </form> -</fieldset> |