diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-11-08 09:28:11 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-08 09:28:11 +0000 |
| commit | 950c58e6d37f68f69815d4d73df5577b9789679a (patch) | |
| tree | f8f176513d9b364b4b0a7b2a6e87ade8af11baeb /themes/default/views/album.html.php | |
| parent | ac8199a09a810277624c93fd82e49d2250ae0461 (diff) | |
Add support for in-place editing of data fields.
Diffstat (limited to 'themes/default/views/album.html.php')
| -rw-r--r-- | themes/default/views/album.html.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index 8ec225cf..d9db24d9 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -1,7 +1,7 @@ <? defined("SYSPATH") or die("No direct script access."); ?> <div id="gAlbumGridHeader"> - <h1><?= $item->title ?></h1> - <span class="understate"><?= $item->description ?></span> + <h1><?= $item->title_edit ?></h1> + <span class="understate"><?= $item->description_edit ?></span> <a href="#" id="gSlideshowLink" class="buttonlink">Slideshow</a> </div> @@ -18,7 +18,7 @@ width="<?= $child->thumbnail_width ?>" height="<?= $child->thumbnail_height ?>" /> </a> - <h2><?= $child->title ?></h2> + <h2><?= $child->title_edit ?></h2> <ul class="gMetadata"> <li>Views: 321</li> <? if ($child->owner): ?> |
