diff options
author | plegall <plg@piwigo.org> | 2010-04-28 17:20:01 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-28 17:20:01 +0000 |
commit | eb93271eb6cf7e001214b177749d1c2127028324 (patch) | |
tree | 77bb2eb7f6611a7b6ca191f12d6e760da40e54b4 /admin | |
parent | 8849bd5fbc966e3f60963ccf2a08f40c13607e23 (diff) |
bug 1631: the pwg_token was missing on default tag administration screen.
git-svn-id: http://piwigo.org/svn/trunk@5987 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r-- | admin/themes/default/template/tags.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/themes/default/template/tags.tpl b/admin/themes/default/template/tags.tpl index 6713ebdd3..438a52352 100644 --- a/admin/themes/default/template/tags.tpl +++ b/admin/themes/default/template/tags.tpl @@ -47,6 +47,7 @@ {$TAG_SELECTION} <p> + <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}"> <input class="submit" type="submit" name="edit" value="{'Edit selected tags'|@translate}"> <input class="submit" type="submit" name="delete" value="{'Delete selected tags'|@translate}" onclick="return confirm('{'Are you sure?'|@translate}');" {$TAG_INPUT_ENABLED}> </p> |