aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/group_perm.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-03-11 01:51:47 +0000
committerrvelices <rv-github@modusoptimus.com>2008-03-11 01:51:47 +0000
commit62e55bc595f682da05914cc2949454d58a05e368 (patch)
treee51f710bd79dea4a251caca41134d536d01107b5 /template/yoga/admin/group_perm.tpl
parentff19a8f1cd624eae602b64895ce92bdaa7789d69 (diff)
group_list, group_perm and site_manager go smarty
git-svn-id: http://piwigo.org/svn/trunk@2273 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/group_perm.tpl')
-rw-r--r--template/yoga/admin/group_perm.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/yoga/admin/group_perm.tpl b/template/yoga/admin/group_perm.tpl
index 938c9f1d6..1dded1291 100644
--- a/template/yoga/admin/group_perm.tpl
+++ b/template/yoga/admin/group_perm.tpl
@@ -1,8 +1,8 @@
-<!-- DEV TAG: not smarty migrated -->
-<h2>{TITLE}</h2>
+{* $Id *}
+<h2>{$TITLE}</h2>
-<form method="post" action="{F_ACTION}">
- {DOUBLE_SELECT}
+<form method="post" action="{$F_ACTION}">
+ {$DOUBLE_SELECT}
</form>
-<p>{lang:Only private categories are listed}</p>
+<p>{'Only private categories are listed'|@translate}</p>