From 905cd1da5bd8c794e7f62217a1e4ab2b0e3a2123 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 15 Jun 2015 13:04:16 +0200 Subject: do not allow/show acl button on photo edit if not owner --- view/tpl/field_checkbox.tpl | 2 +- view/tpl/photo_view.tpl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/field_checkbox.tpl b/view/tpl/field_checkbox.tpl index 514626d5f..6785e522a 100755 --- a/view/tpl/field_checkbox.tpl +++ b/view/tpl/field_checkbox.tpl @@ -1,4 +1,4 @@ -
+
{{$field.3}} diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index 49181b018..1054d5e3a 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -79,9 +79,11 @@
+ {{if $edit.aclselect}} + {{/if}}
-- cgit v1.2.3