From 66e1e32f342a7f23ea2bb01ea4020069d0a6a82d Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Wed, 28 Oct 2009 23:34:53 -0600 Subject: Removed YUI grids. Added g- prefix to selected class. Layout almost completely restored, still need to fix action-status message box --- modules/organize/views/organize_dialog.html.php | 18 ++++++++---------- modules/organize/views/organize_thumb_grid.html.php | 2 +- 2 files changed, 9 insertions(+), 11 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 767a09b4..57a0bdc6 100644 --- a/modules/organize/views/organize_dialog.html.php +++ b/modules/organize/views/organize_dialog.html.php @@ -8,21 +8,19 @@

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

-
-
+
+

-
-
-
+
-
-
-
    +
    +
    +

    -
    +
    ">
      @@ -31,7 +29,7 @@
    + class="g-button g-right ui-corner-all ui-state-default">
    "g-organize-sort-column"), album::get_sort_order_options(), $album->sort_column) ?> diff --git a/modules/organize/views/organize_thumb_grid.html.php b/modules/organize/views/organize_thumb_grid.html.php index e9681a5f..f28176de 100644 --- a/modules/organize/views/organize_thumb_grid.html.php +++ b/modules/organize/views/organize_thumb_grid.html.php @@ -1,6 +1,6 @@ children(25, $offset) as $child): ?> -
  • +
  • "> thumb_img(array("class" => "g-thumbnail", "ref" => $child->id), 90, true) ?> -- cgit v1.2.3