feature 3077 : fix addAlbum process when creating the first ever album, improve data API

git-svn-id: http://piwigo.org/svn/trunk@28555 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2014-05-28 19:04:40 +00:00
parent 7b3783c981
commit 9a842dd86a
8 changed files with 84 additions and 63 deletions
@@ -98,7 +98,8 @@ $(".elementEdit img")
<td><strong>{'Tags'|@translate}</strong></td>
<td>
<select data-selectize="tags" data-value="{$element.TAGS|@json_encode|escape:html}"
name="tags-{$element.id}[]" multiple style="width:500px;" data-selectize-create></select>
placeholder="{'Type in a search term'|translate}"
data-create="true" name="tags-{$element.id}[]" multiple style="width:500px;"></select>
</td>
</tr>