diff options
author | patdenice <patdenice@piwigo.org> | 2011-04-08 13:50:11 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-04-08 13:50:11 +0000 |
commit | 4b82a64845cbaebab34958b9be16524fc2773001 (patch) | |
tree | 4ac4ae9b4901292ef1f6398b857e49d06375ad54 /admin/themes/default/template/picture_modify.tpl | |
parent | c9ec229a5af20e24c676c3af54a948ba718a876e (diff) |
bug:2251
Bug corrected for batch_manager_unit and picture_modify.
git-svn-id: http://piwigo.org/svn/trunk@10162 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/picture_modify.tpl')
-rw-r--r-- | admin/themes/default/template/picture_modify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/picture_modify.tpl b/admin/themes/default/template/picture_modify.tpl index 70bb90bcb..438acb8a8 100644 --- a/admin/themes/default/template/picture_modify.tpl +++ b/admin/themes/default/template/picture_modify.tpl @@ -137,7 +137,7 @@ pwg_initialization_datepicker("#date_creation_day", "#date_creation_month", "#da <td> <select id="tags" name="tags"> {foreach from=$tags item=tag} - <option value="{$tag.value}" class="selected">{$tag.caption}</option> + <option value="{$tag.value}" class="selected">{$tag.key}</option> {/foreach} </select> </td> |