From 35c3e12df53fc0584f1b5231ea6e73a177db3573 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 9 Mar 2011 21:10:16 -0800 Subject: [PATCH] ability to edit image permissions --- include/acl_selectors.php | 2 +- mod/photos.php | 15 +++++++++++++-- view/photo_edit.tpl | 14 +++++++++++++- view/theme/duepuntozero/style.css | 5 +++++ view/theme/loozah/style.css | 5 +++++ 5 files changed, 37 insertions(+), 4 deletions(-) diff --git a/include/acl_selectors.php b/include/acl_selectors.php index 9467531d9f..fa700818ff 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -10,7 +10,7 @@ function group_select($selname,$selclass,$preselected = false,$size = 4) { $o .= " @@ -16,8 +15,21 @@ +
+
+ +
+ + +
+
+ diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index f4aa5dac67..d4643b20a6 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1826,6 +1826,11 @@ a.mail-list-link { float: left; width: 150px; } + +#photo-edit-perms-end { + margin-bottom: 15px; +} + #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname { float: left; margin-bottom: 25px; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index a24f89a83a..ffd352c5aa 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1869,6 +1869,11 @@ a.mail-list-link { float: left; width: 150px; } + +#photo-edit-perms-end { + margin-bottom: 15px; +} + #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname { float: left; margin-bottom: 25px;