summaryrefslogtreecommitdiff
path: root/modules/exif/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-19 09:58:36 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-19 09:58:36 -0700
commitcdb4052b5245315cf6619dfeb3488fd17ebc54e0 (patch)
tree290375c440eaa7253aa2094c6e6ca1bd8781d586 /modules/exif/views
parentb6290b45cfbe875503bb7d6554e960d7007f3a06 (diff)
Add an id to the exif link anchor.
Diffstat (limited to 'modules/exif/views')
-rw-r--r--modules/exif/views/exif_sidebar.html.php2
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") ?>