aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/album_edit.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-30 19:29:28 -0700
committerfriendica <info@friendica.com>2014-10-30 19:29:28 -0700
commit4e454656fea569d5302cbe6d846bd648cb46a1b1 (patch)
treeda80d6dc28f24e43743bb74dd9632ff523b52c70 /view/tpl/album_edit.tpl
parent28a35261dbc8c21e27ca4a449ff5cd6cb0501c8a (diff)
parentfbd027709aba1fc3de3bbeede32c65fb26a00b21 (diff)
downloadvolse-hubzilla-4e454656fea569d5302cbe6d846bd648cb46a1b1.tar.gz
volse-hubzilla-4e454656fea569d5302cbe6d846bd648cb46a1b1.tar.bz2
volse-hubzilla-4e454656fea569d5302cbe6d846bd648cb46a1b1.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/album_edit.tpl')
-rwxr-xr-xview/tpl/album_edit.tpl9
1 files changed, 8 insertions, 1 deletions
diff --git a/view/tpl/album_edit.tpl b/view/tpl/album_edit.tpl
index 84a47378b..a65887d3c 100755
--- a/view/tpl/album_edit.tpl
+++ b/view/tpl/album_edit.tpl
@@ -3,7 +3,14 @@
<label id="photo-album-edit-name-label" for="photo-album-edit-name" >{{$nametext}}</label>
-<input type="text" name="albumname" value="{{$album}}" >
+<input type="text" name="albumname" value="{{$album}}" list="dl-album-edit" />
+ <datalist id="dl-album-edit">
+ {{foreach $albums as $al}}
+ {{if $al.text}}
+ <option value="{{$al.text}}">
+ {{/if}}
+ {{/foreach}}
+ </datalist>
<div id="photo-album-edit-name-end"></div>