Switch the slideshow link from text to icon.

This commit is contained in:
Chad Kieffer
2008-12-06 17:18:55 +00:00
parent 611b8f44ed
commit dca3cd2e8d
3 changed files with 8 additions and 12 deletions
+1 -3
View File
@@ -1,11 +1,9 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
<div id="gItemHeader">
<ul id="gItemMenu">
<li><?= $theme->photo_top() ?></li>
<li><a href="#"><img src="<?= $theme->url("images/ico-view-fullsize.png") ?>" alt="<?= sprintf(_("View full size image (%dx%d)"), $item->width, $item->height) ?>" /></a></li>
<li><a href="#"><img src="<?= $theme->url("images/ico-view-album.png") ?>" alt="<?= _("View album") ?>" /></a></li>
<li><a href="#"><img src="<?= $theme->url("images/ico-view-hybrid.png") ?>" alt="<?= _("View album in hybrid mode") ?>" /></a></li>
<li><a href="#"><img src="<?= $theme->url("images/ico-view-slideshow.png") ?>" alt="<?= _("View slideshow") ?>" /></a></li>
<li><?= $theme->photo_top() ?></li>
<li><a href="#" id="gAddItemLink" class="gButtonLink">v <?= _("Options") ?></a></li>
</ul>
<h1><?= $item->title_edit ?></h1>