diff options
Diffstat (limited to '')
-rw-r--r-- | template/public/yoga/admin/group_perm.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/public/yoga/admin/group_perm.tpl b/template/public/yoga/admin/group_perm.tpl new file mode 100644 index 000000000..91c2f637a --- /dev/null +++ b/template/public/yoga/admin/group_perm.tpl @@ -0,0 +1,7 @@ +<h2>{TITLE}</h2> + +<form method="post" action="{F_ACTION}"> + {DOUBLE_SELECT} +</form> + +<p>{lang:Only private categories are listed}</p> |