From a9e3692027dc767b340242ed18fe7184cbfd883d Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 21 May 2009 01:31:29 +0000 Subject: 1) This provides the editting functionality for albums and photos in the organize feature. 2) Remove the tag functionality at this point 3) Added a callback to handle validating conflicting names (only used by organize at this point. 4) Closes #231 --- modules/organize/views/organize.html.php | 25 +++----- .../organize/views/organize_button_pane.html.php | 75 +++++++++++++--------- modules/organize/views/organize_edit.html.php | 10 ++- 3 files changed, 59 insertions(+), 51 deletions(-) (limited to 'modules/organize/views') diff --git a/modules/organize/views/organize.html.php b/modules/organize/views/organize.html.php index 60c4a524..b1f062a1 100644 --- a/modules/organize/views/organize.html.php +++ b/modules/organize/views/organize.html.php @@ -36,25 +36,18 @@ ref=""> -
-
-
-
    -
-
-
+
+
+
+
-
-
- -
-
- - - -
+
+
+ +
+
diff --git a/modules/organize/views/organize_button_pane.html.php b/modules/organize/views/organize_button_pane.html.php index 9902eafb..cd780d5e 100644 --- a/modules/organize/views/organize_button_pane.html.php +++ b/modules/organize/views/organize_button_pane.html.php @@ -1,39 +1,50 @@ +
+ "> + + -"> - - - - + " style="display: none"> + + - -"> - - - - + + "> + + -"> - - - - - + "> + + + -"> - - - - + "> + + -"> - - - - + "> + + +
+
+ " style="display: none" > + + + " style="display: none" > + + +
+
+ + + +
diff --git a/modules/organize/views/organize_edit.html.php b/modules/organize/views/organize_edit.html.php index c0fc43e5..1adf290f 100644 --- a/modules/organize/views/organize_edit.html.php +++ b/modules/organize/views/organize_edit.html.php @@ -5,6 +5,10 @@ - $pane): ?> -
- + 0): ?> + $pane): ?> +
+ + +
+ \ No newline at end of file -- cgit v1.2.3