From 54ed1bfcdb463c931c190045a65438931ebd9cff Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 15 Dec 2009 23:22:49 +0000 Subject: bug 1328: first specific implementation of the check_pwg_token for the admin/tags page (all actions : add/edit/delete). The "check_token" function was renammed into check_pwg_token because the word "token" is too much generic. git-svn-id: http://piwigo.org/svn/branches/2.0@4503 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/tags.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'admin/template') diff --git a/admin/template/goto/tags.tpl b/admin/template/goto/tags.tpl index b2ce57341..ce7949063 100644 --- a/admin/template/goto/tags.tpl +++ b/admin/template/goto/tags.tpl @@ -4,6 +4,7 @@
+ {if isset($EDIT_TAGS_LIST)}
-- cgit v1.2.3 From f2fa6c16d92bbf36820645cc6a39d2a128f572fc Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 16 Dec 2009 21:48:09 +0000 Subject: bug 1328: check_pwg_token implemented on admin/cat_list forms (+delete action) git-svn-id: http://piwigo.org/svn/branches/2.0@4505 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/cat_list.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'admin/template') diff --git a/admin/template/goto/cat_list.tpl b/admin/template/goto/cat_list.tpl index f4e39a068..7654a2345 100644 --- a/admin/template/goto/cat_list.tpl +++ b/admin/template/goto/cat_list.tpl @@ -27,6 +27,7 @@

{$CATEGORIES_NAV}

+

{'cat_add'|@translate} : @@ -39,6 +40,7 @@ {if count($categories) } +

-- cgit v1.2.3 From d6e113952819905b66161a1ec09b5a88c84fd6d0 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 19 Dec 2009 20:22:13 +0000 Subject: bug 1328: implements check_pwg_token at group management level. git-svn-id: http://piwigo.org/svn/branches/2.0@4529 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/group_list.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'admin/template') diff --git a/admin/template/goto/group_list.tpl b/admin/template/goto/group_list.tpl index b21c2ec86..4bc163153 100644 --- a/admin/template/goto/group_list.tpl +++ b/admin/template/goto/group_list.tpl @@ -4,6 +4,7 @@ +

{'Add group'|@translate} -- cgit v1.2.3 From b1e62225963f1e3f22d7a64f845f9436a40e44ab Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 19 Dec 2009 20:49:03 +0000 Subject: bug 1328: implements check_pwg_token at site management level. git-svn-id: http://piwigo.org/svn/branches/2.0@4531 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/site_manager.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'admin/template') diff --git a/admin/template/goto/site_manager.tpl b/admin/template/goto/site_manager.tpl index 61c0157cf..570b0a15c 100644 --- a/admin/template/goto/site_manager.tpl +++ b/admin/template/goto/site_manager.tpl @@ -17,6 +17,7 @@ {'remote_site_local_found'|@translate} {$local_listing.URL} {if isset($local_listing.CREATE)} +

{'remote_site_local_create'|@translate}: @@ -64,6 +65,7 @@ {/if} +

-- cgit v1.2.3