HTML unescape existing albums
When uploading a new photo the selection list for chosing existing albums was not shown. With this PR it is now again.xj Part of #6208
This commit is contained in:
parent
6aebece494
commit
6e258fc760
|
@ -14,7 +14,7 @@
|
||||||
<div id="photos-upload-exist-wrapper">
|
<div id="photos-upload-exist-wrapper">
|
||||||
<div id="photos-upload-existing-album-text">{{$existalbumtext}}</div>
|
<div id="photos-upload-existing-album-text">{{$existalbumtext}}</div>
|
||||||
<select id="photos-upload-album-select" name="album" size="4">
|
<select id="photos-upload-album-select" name="album" size="4">
|
||||||
{{$albumselect}}
|
{{$albumselect nofilter}}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div id="photos-upload-exist-end"></div>
|
<div id="photos-upload-exist-end"></div>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<label id="photos-upload-text" for="photos-upload-newalbum" >{{$newalbum}}</label>
|
<label id="photos-upload-text" for="photos-upload-newalbum" >{{$newalbum}}</label>
|
||||||
|
|
||||||
<input id="photos-upload-album-select" class="form-control" placeholder="{{$existalbumtext}}" list="dl-photo-upload" type="text" name="album" size="4">
|
<input id="photos-upload-album-select" class="form-control" placeholder="{{$existalbumtext}}" list="dl-photo-upload" type="text" name="album" size="4">
|
||||||
<datalist id="dl-photo-upload">{{$albumselect}}</datalist>
|
<datalist id="dl-photo-upload">{{$albumselect nofilter}}</datalist>
|
||||||
</div>
|
</div>
|
||||||
<div id="photos-upload-end" class="clearfix"></div>
|
<div id="photos-upload-end" class="clearfix"></div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue