From fb2c365d8fdaa6941b61edac26df2f3550822e6e Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 15 Nov 2009 22:55:09 -0700 Subject: Fix outstanding issues in the organize dialog. Tighten up the layout a bit so that more microthumbs will display. --- modules/organize/views/organize_dialog.html.php | 48 ++++++++++------------ .../organize/views/organize_thumb_grid.html.php | 3 +- modules/organize/views/organize_tree.html.php | 3 +- 3 files changed, 25 insertions(+), 29 deletions(-) (limited to 'modules/organize/views') diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php index 57a0bdc6..5e46a5bb 100644 --- a/modules/organize/views/organize_dialog.html.php +++ b/modules/organize/views/organize_dialog.html.php @@ -7,35 +7,31 @@

html::purify($album->title))) ?>

-
-
-
-

-
-
+
+
+

+
    + +
-
-
-

    - +
    +
    "> +
    + +
    +
      +
    -
    -
    "> -
      - -
    -
    -
    - -
    - - "g-organize-sort-column"), album::get_sort_order_options(), $album->sort_column) ?> - "g-organize-sort-order"), array("ASC" => "Ascending", "DESC" => "Descending"), $album->sort_order) ?> -
    -
    +
    + +
    + + "g-organize-sort-column"), album::get_sort_order_options(), $album->sort_column) ?> + "g-organize-sort-order"), array("ASC" => "Ascending", "DESC" => "Descending"), $album->sort_order) ?> +
    diff --git a/modules/organize/views/organize_thumb_grid.html.php b/modules/organize/views/organize_thumb_grid.html.php index f28176de..3ac32ce0 100644 --- a/modules/organize/views/organize_thumb_grid.html.php +++ b/modules/organize/views/organize_thumb_grid.html.php @@ -1,9 +1,10 @@ children(25, $offset) as $child): ?>
  • -
    "> thumb_img(array("class" => "g-thumbnail", "ref" => $child->id), 90, true) ?> + is_album() ? " class=\"ui-icon ui-icon-note\"" : "" ?>>
  • diff --git a/modules/organize/views/organize_tree.html.php b/modules/organize/views/organize_tree.html.php index 924a1bd6..740c2521 100644 --- a/modules/organize/views/organize_tree.html.php +++ b/modules/organize/views/organize_tree.html.php @@ -14,8 +14,7 @@
  • " ref="id ?>"> - - + title) ?> -- cgit v1.2.3