diff options
author | patdenice <patdenice@piwigo.org> | 2011-04-08 13:52:16 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-04-08 13:52:16 +0000 |
commit | b02bee229506b6c23a31d2e5345fecdadd1f7634 (patch) | |
tree | 2bfe82e4fefa4d774a5463159d3d3915011f23bc /admin/themes/default/template/picture_modify.tpl | |
parent | 7acb306a6b21465893784e9c74681ae0c072057d (diff) |
merge r10162 from trunk to branch 2.2
bug:2251
Bug corrected for batch_manager_unit and picture_modify.
git-svn-id: http://piwigo.org/svn/branches/2.2@10163 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> |