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
This commit is contained in:
parent
c9ec229a5a
commit
4b82a64845
2 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ jQuery(document).ready(function() {
|
|||
|
||||
<select id="tags-{$element.ID}" name="tags-{$element.ID}">
|
||||
{foreach from=$element.TAGS item=tag}
|
||||
<option value="{$tag.value}" class="selected">{$tag.caption}</option>
|
||||
<option value="{$tag.value}" class="selected">{$tag.key}</option>
|
||||
{/foreach}
|
||||
</select>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue