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
This commit is contained in:
parent
8849bd5fbc
commit
eb93271eb6
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue