diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-20 00:58:36 +0800 |
---|---|---|
committer | <unostar@danalan.info> | 2009-06-20 09:40:58 +0800 |
commit | 99c780fd769765b75d53925e27b5a540a2d1320e (patch) | |
tree | 87718bb6e45def2d472d8082a5909b43c07a3a0d | |
parent | 2d54edc50e281016fca9f4b2710dd9f305051393 (diff) |
Add an id to the exif link anchor.
Signed-off-by: <unostar@danalan.info>
-rw-r--r-- | modules/exif/views/exif_sidebar.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/exif/views/exif_sidebar.html.php b/modules/exif/views/exif_sidebar.html.php index fa482204..ee528613 100644 --- a/modules/exif/views/exif_sidebar.html.php +++ b/modules/exif/views/exif_sidebar.html.php @@ -1,5 +1,5 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> -<a href="<?= url::site("exif/show/{$item->id}") ?>" title="<?= t("Photo Details") ?>" +<a id="gExifDataLink" href="<?= url::site("exif/show/{$item->id}") ?>" title="<?= t("Photo Details") ?>" class="gDialogLink gButtonLink ui-icon-left ui-state-default ui-corner-all"> <span class="ui-icon ui-icon-info"></span> <?= t("View more information") ?> |