From 091fde3e0076a110590c6dfa3004bf7b49253153 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 27 Apr 2009 20:30:46 +0000 Subject: Another iteration of the organize module: Rearrange the layout as per discussion with thumb, start the drawer functionality. Still to do... 1) Add the processing behind the buttons on the drawer handle 2) Enable the drawer buttons when something is selected 3) Create a copy of the thumbs for the drawer 4) Add the bulk editting functionality to the drawer --- modules/organize/views/organize.html.php | 62 +++++++++++++++------- .../organize/views/organize_button_pane.html.php | 21 ++++++-- modules/organize/views/organize_edit.html.php | 20 ++----- 3 files changed, 63 insertions(+), 40 deletions(-) (limited to 'modules/organize/views') diff --git a/modules/organize/views/organize.html.php b/modules/organize/views/organize.html.php index 493ad81a..c423f5a1 100644 --- a/modules/organize/views/organize.html.php +++ b/modules/organize/views/organize.html.php @@ -23,28 +23,50 @@
$item->title)) ?>
-
-
-
-
- - -
"> -
    -
-
- +
+
+
+
+

+
+
+
-
-

- +
+
+ +
+
"> +
+
+
+
+

+
+
+
+

+
+
+ +
+
+
+
+ +
+
+
+ + + +
+
+
+
    +
    -
    -
    -
    diff --git a/modules/organize/views/organize_button_pane.html.php b/modules/organize/views/organize_button_pane.html.php index 82b7607d..a39c643c 100644 --- a/modules/organize/views/organize_button_pane.html.php +++ b/modules/organize/views/organize_button_pane.html.php @@ -1,23 +1,38 @@ + +"> + + + + + "> + disabled="1" title=""> "> + disabled="1" title=""> +"> + + + + + "> + disabled="1" title=""> diff --git a/modules/organize/views/organize_edit.html.php b/modules/organize/views/organize_edit.html.php index 1085a863..f3b6eb87 100644 --- a/modules/organize/views/organize_edit.html.php +++ b/modules/organize/views/organize_edit.html.php @@ -1,21 +1,8 @@ -
    +
    "post")) ?> -
    -
    -

    -
    -
    -
    -

    -
    -
    - -
    - -
    -
    ">
    • @@ -31,10 +18,9 @@ Description:  
    -
    +
    - "gOrganizePauseButton", "name" => "pause", "disabled" => true, "class" => "submit", "style" => "display:none"), t("Pause")) ?> "gOrganizeApplyButton", "name" => "apply", "disabled" => true, "class" => "submit"), t("Apply")) ?> -- cgit v1.2.3