diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 14:50:53 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 14:50:53 -0700 |
| commit | 5cce88cd040fe33ee0f7037e0b045792d60ed9d8 (patch) | |
| tree | 22274ad35f5206626cda9ac6f1b69da309758847 /modules/organize/views | |
| parent | a498d3776365b6d0d14ce07a4ccd564f41b7f7be (diff) | |
Rename gAlbumText to gOrganizeAlbumText for consistency since this is
an organize-only construct.
Diffstat (limited to 'modules/organize/views')
| -rw-r--r-- | modules/organize/views/organize_tree.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/organize/views/organize_tree.html.php b/modules/organize/views/organize_tree.html.php index 59f683ef..58621c3c 100644 --- a/modules/organize/views/organize_tree.html.php +++ b/modules/organize/views/organize_tree.html.php @@ -3,7 +3,7 @@ ref="<?= $album->id ?>"> <span class="ui-icon ui-icon-minus"> </span> - <span class="gAlbumText + <span class="gOrganizeAlbumText <?= $selected && $album->id == $selected->id ? "selected" : "" ?> " ref="<?= $album->id ?>"> @@ -18,7 +18,7 @@ ref="<?= $child->id ?>"> <span class="ui-icon ui-icon-plus"> </span> - <span class="gAlbumText" ref="<?= $child->id ?>"> + <span class="gOrganizeAlbumText" ref="<?= $child->id ?>"> <?= p::clean($child->title) ?> </span> </li> |
