From c695136e4d75695178a9fc848a7cf6bfa2b9346c Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 19 Mar 2010 22:25:39 +0000 Subject: bug 1328: backport the pwg_token on trunk bug 1329: backport the check_input_parameter on trunk feature 1026: add pwg_token feature for edit/delete comment. Heavy refactoring on this feature to make the code simpler and easier to maintain (I hope). git-svn-id: http://piwigo.org/svn/trunk@5195 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/cat_list.tpl | 2 ++ admin/themes/default/template/group_list.tpl | 1 + admin/themes/default/template/site_manager.tpl | 2 ++ admin/themes/default/template/tags.tpl | 1 + 4 files changed, 6 insertions(+) (limited to 'admin/themes/default') diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl index 431845d2a..e80558c9e 100644 --- a/admin/themes/default/template/cat_list.tpl +++ b/admin/themes/default/template/cat_list.tpl @@ -26,6 +26,7 @@

{$CATEGORIES_NAV}

+

{'Add a virtual category'|@translate} : @@ -38,6 +39,7 @@ {if count($categories) } +

diff --git a/admin/themes/default/template/group_list.tpl b/admin/themes/default/template/group_list.tpl index 6b32da66b..ab74985a4 100644 --- a/admin/themes/default/template/group_list.tpl +++ b/admin/themes/default/template/group_list.tpl @@ -3,6 +3,7 @@ +

{'Add group'|@translate} diff --git a/admin/themes/default/template/site_manager.tpl b/admin/themes/default/template/site_manager.tpl index 91d888ac0..6dce1fec0 100644 --- a/admin/themes/default/template/site_manager.tpl +++ b/admin/themes/default/template/site_manager.tpl @@ -16,6 +16,7 @@ {'A local listing.xml file has been found for '|@translate} {$local_listing.URL} {if isset($local_listing.CREATE)} +

{'Create this site'|@translate}: @@ -63,6 +64,7 @@ {/if} +

diff --git a/admin/themes/default/template/tags.tpl b/admin/themes/default/template/tags.tpl index 3db8417a6..4d7031897 100644 --- a/admin/themes/default/template/tags.tpl +++ b/admin/themes/default/template/tags.tpl @@ -3,6 +3,7 @@ + {if isset($EDIT_TAGS_LIST)}

-- cgit v1.2.3