From 2504d4c2a2fb42325652d2a47f43eda403b16b06 Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Sun, 22 Jun 2014 01:03:48 +0200 Subject: Add HTML5 datalist to edit photo album field. This patch provides a datalist for the edit photo album field. This makes it easier to move a picture to another existing folder in the way that it provides a list of all available albums as values for the album field. --- view/tpl/photo_view.tpl | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) (limited to 'view/tpl/photo_view.tpl') diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index b34f3fcf5..0c16eb362 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -5,11 +5,11 @@ {{if $tools}} {{$tools.profile.1}} {{/if}} -{{if $lock}} | {{/if}} +{{if $lock}} | {{/if}} {{if $prevlink}}{{/if}} -
+
{{if $nextlink}}{{/if}}
{{$desc}}
@@ -24,22 +24,30 @@ {{if $edit}}
-
- +
+ {{$edit.aclselect}}
@@ -61,8 +69,8 @@
- - + +
-- cgit v1.2.3