diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-02-06 01:47:42 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-06 01:47:42 +0000 |
| commit | c1660423133e072ca123d62040bc1a09e642378d (patch) | |
| tree | 726963a5ae046c362d1566bc9c663712e18dab73 /themes/default/views | |
| parent | 04fe9da19036a657aeeee11f6c3641f98a345323 (diff) | |
Apply default link styles to links in dialogs, including the Forgot Password link.
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/photo.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index 8c0f7f5e..666fa9ee 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -12,7 +12,7 @@ <? endif ?> </ul> - <?= $item->resize_tag(array("id" => "gPhotoId-{$item->id}")) ?> + <a href="#" class="gFullSizeLink" title="<?= t("View full size") ?>"><?= $item->resize_tag(array("id" => "gPhotoId-{$item->id}")) ?></a> <div id="gInfo"> <h1><?= $item->title ?></h1> |
