diff options
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/album.html.php | 14 | ||||
| -rw-r--r-- | themes/default/views/photo.html.php | 12 |
2 files changed, 13 insertions, 13 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index 84afdc35..b3813104 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -2,16 +2,16 @@ <div id="gAlbumHeader"> <ul id="gItemMenu"> <li><a href="#" title="<?= _("View album") ?>"> - <img src="<?= $theme->url("images/ico-view-album.png") ?>" - alt="<?= _("View album") ?>" /></a></li> + <img src="<?= $theme->url("images/ico-view-album.png") ?>" + alt="<?= _("View album") ?>" /></a></li> <li><a href="#" title="<?= _("View album in hybrid mode") ?>"> - <img src="<?= $theme->url("images/ico-view-hybrid.png") ?>" - alt="<?= _("View album in hybrid mode") ?>" /></a></li> + <img src="<?= $theme->url("images/ico-view-hybrid.png") ?>" + alt="<?= _("View album in hybrid mode") ?>" /></a></li> <li><?= $theme->album_top() ?></li> - <li><a href="<?= url::site("/form/add/photos/$item->id") ?>" title="<?= _("Add an item") ?>" - class="gButtonLink gDialogLink"><?= _("Add an item") ?></a></li> + <li><a href="<?= url::site("/form/add/photos/$item->id") ?>" title="<?= _("Add an item") ?>" + class="gButtonLink gDialogLink"><?= _("Add an item") ?></a></li> </ul> - + <h1><?= $item->title_edit ?></h1> <div class="gDescription"><?= $item->description_edit ?></div> </div> diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index 0f5799ce..84d8293f 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -2,14 +2,14 @@ <div id="gItemHeader"> <ul id="gItemMenu"> <li><a href="#" title="<?= _("View full size image") ?>"> - <img src="<?= $theme->url("images/ico-view-fullsize.png") ?>" - alt="<?= sprintf(_("View full size image (%dx%d)"), $item->width, $item->height) ?>" /></a></li> + <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="#" title="<?= _("View album in hybrid mode") ?>"> - <img src="<?= $theme->url("images/ico-view-hybrid.png") ?>" - alt="<?= _("View album in hybrid mode") ?>" /></a></li> + <img src="<?= $theme->url("images/ico-view-hybrid.png") ?>" + alt="<?= _("View album in hybrid mode") ?>" /></a></li> <li><?= $theme->album_top() ?></li> - <li><a href="#" title="<?= _("Options for this item") ?>" - class="gButtonLink gDialogLink">v <?= _("Options") ?></a></li> + <li><a href="#" title="<?= _("Options for this item") ?>" + class="gButtonLink gDialogLink">v <?= _("Options") ?></a></li> </ul> <h1><?= $item->title_edit ?></h1> </div> |
