Browse Source
Merge pull request #6475 from tobiasd/20190120-unescapealbums
HTML unescape existing albums
pull/6476/head
Michael Vogel
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
view/templates/photos_upload.tpl
-
view/theme/frio/templates/photos_upload.tpl
|
|
@ -14,7 +14,7 @@ |
|
|
|
<div id="photos-upload-exist-wrapper"> |
|
|
|
<div id="photos-upload-existing-album-text">{{$existalbumtext}}</div> |
|
|
|
<select id="photos-upload-album-select" name="album" size="4"> |
|
|
|
{{$albumselect}} |
|
|
|
{{$albumselect nofilter}} |
|
|
|
</select> |
|
|
|
</div> |
|
|
|
<div id="photos-upload-exist-end"></div> |
|
|
|
|
|
@ -9,7 +9,7 @@ |
|
|
|
<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"> |
|
|
|
<datalist id="dl-photo-upload">{{$albumselect}}</datalist> |
|
|
|
<datalist id="dl-photo-upload">{{$albumselect nofilter}}</datalist> |
|
|
|
</div> |
|
|
|
<div id="photos-upload-end" class="clearfix"></div> |
|
|
|
|
|
|
|