From b52a10cf375a85a8c2d0b0e22791ff6e0c6773c1 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Fri, 20 Mar 2009 21:27:28 +0000 Subject: updated the edit album form to use default permissions and be better formatted --- views/default/tidypics/forms/edit.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'views') diff --git a/views/default/tidypics/forms/edit.php b/views/default/tidypics/forms/edit.php index efe4aa508..97170163b 100644 --- a/views/default/tidypics/forms/edit.php +++ b/views/default/tidypics/forms/edit.php @@ -25,6 +25,10 @@ $tags = ""; $title = ""; $description = ""; + if (defined('ACCESS_DEFAULT')) + $access_id = ACCESS_DEFAULT; + else + $access_id = 0; } // in case we have some cached details @@ -38,6 +42,7 @@ if (!$container_guid) $container_guid = page_owner(); ?> +

@@ -112,4 +117,5 @@ ?>

-
\ No newline at end of file + +
\ No newline at end of file -- cgit v1.2.3