]> git.mxchange.org Git - friendica.git/commitdiff
HTML unescape existing albums
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 20 Jan 2019 17:47:20 +0000 (18:47 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 20 Jan 2019 17:47:20 +0000 (18:47 +0100)
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

view/templates/photos_upload.tpl
view/theme/frio/templates/photos_upload.tpl

index 9e606242ed81325bd9fa63eec4f592f39a641ad8..054fd1a335dc9c44146ba7ec5fb034de6b0bb42b 100644 (file)
@@ -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>
index 81d0f967e29852cdb60d788e0cf5321cf0c8936c..e3bcd30692e42eb468f0efbf5587fb36180bb1be 100644 (file)
@@ -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>