Removed YUI grids. Added g- prefix to selected class. Layout almost completely restored, still need to fix action-status message box

This commit is contained in:
Chad Kieffer
2009-10-28 23:34:53 -06:00
parent db35107daf
commit 66e1e32f34
4 changed files with 22 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<? foreach ($album->children(25, $offset) as $child): ?>
<li class="g-organize-microthumb-grid-cell" ref="<?= $child->id ?>">
<li class="g-organize-microthumb-grid-cell g-left" ref="<?= $child->id ?>">
<div id="g-organize-microthumb_<?= $child->id ?>"
class="g-organize-microthumb <?= $child->is_album() ? "g-album" : "g-photo" ?>">
<?= $child->thumb_img(array("class" => "g-thumbnail", "ref" => $child->id), 90, true) ?>