diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-08-28 11:42:54 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-28 11:42:54 -0700 |
| commit | 16fc4465d0e773239bfe11681f7303b46e6419f0 (patch) | |
| tree | fd67e408d9b3a7905553ce220ef948124d29c069 /modules/organize/views/organize_album.html.php | |
| parent | c0c65c6fcc971b1ea9c0afb75854aec502591d56 (diff) | |
| parent | 430b57578b048366f054743e47de1b66cebb574e (diff) | |
Merge branch 'master' of git@github.com:talmdal/gallery3
Diffstat (limited to 'modules/organize/views/organize_album.html.php')
| -rw-r--r-- | modules/organize/views/organize_album.html.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/organize/views/organize_album.html.php b/modules/organize/views/organize_album.html.php deleted file mode 100644 index ae2d5d51..00000000 --- a/modules/organize/views/organize_album.html.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php defined("SYSPATH") or die("No direct script access.") ?> -<ul> - <li class="gOrganizeBranch ui-icon-left" ref="<?= $album->id ?>"> - <span id="gOrganizeIcon-<?= $album->id ?>" ref="<?= $album->id ?>" - class="ui-icon <?= $album_icon ?> <?= $album_icon ? "" : "gBranchEmpty" ?>"> - </span> - - <div id="gOrganizeBranch-<?= $album->id ?>" ref="<?= $album->id ?>" - class="<?= $selected ? "gBranchSelected" : "" ?> gBranchText"> - <?= p::clean($album->title) ?> - </div> - <div id="gOrganizeChildren-<?= $album->id ?>" - class="<?= $album_icon == "ui-icon-plus" ? "gBranchCollapsed" : "" ?>"> - <?= $children ?> - <div> - </li> -</ul> |
