From 762ca225443626b69c94f6d6c833f66de69b2ce1 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 18 May 2009 19:34:03 +0000 Subject: This takes us the next step closer to providing bulk edit. We still can't edit, but we are getting closer :-). This change sets up a framework for modules to contribute edit panels to the organize drawer. Currently implemented General (albums and photos), Sort Order (albums only) and Manage Tags --- modules/organize/views/organize.html.php | 3 ++- modules/organize/views/organize_edit.html.php | 35 +++++++-------------------- 2 files changed, 11 insertions(+), 27 deletions(-) (limited to 'modules/organize/views') diff --git a/modules/organize/views/organize.html.php b/modules/organize/views/organize.html.php index 3df40c14..60c4a524 100644 --- a/modules/organize/views/organize.html.php +++ b/modules/organize/views/organize.html.php @@ -41,7 +41,8 @@
- +
+
diff --git a/modules/organize/views/organize_edit.html.php b/modules/organize/views/organize_edit.html.php index f3b6eb87..c0fc43e5 100644 --- a/modules/organize/views/organize_edit.html.php +++ b/modules/organize/views/organize_edit.html.php @@ -1,27 +1,10 @@ -
- "post")) ?> - - - - - "gOrganizeApplyButton", "name" => "apply", "disabled" => true, "class" => "submit"), t("Apply")) ?> - - -
\ No newline at end of file +
    + $pane): ?> +
  • + +
+ + $pane): ?> +
+ -- cgit v1.2.3