mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-26 17:54:10 -04:00
Differentiate between selected and non selected items.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<? foreach ($album->children(25, $offset) as $child): ?>
|
||||
<li class="g-organize-microthumb-grid-cell g-left ui-state-default" ref="<?= $child->id ?>">
|
||||
<div id="g-organize-microthumb-<?= $child->id ?>"
|
||||
class="g-organize-microthumb <?= $child->is_album() ? "g-album" : "g-photo" ?> ui-state-active">
|
||||
<li class="g-organize-microthumb-grid-cell g-left ui-state-default ui-state-active" ref="<?= $child->id ?>">
|
||||
<!-- div id="g-organize-microthumb-<?= $child->id ?>"
|
||||
class="g-organize-microthumb <?= $child->is_album() ? "g-album" : "g-photo" ?> ui-state-active" -->
|
||||
<?= $child->thumb_img(array("class" => "g-thumbnail", "ref" => $child->id), 90, true) ?>
|
||||
<span<?= $child->is_album() ? " class=\"ui-icon ui-icon-note\"" : "" ?>></span>
|
||||
</div>
|
||||
<!-- /div -->
|
||||
</li>
|
||||
<? endforeach ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user