mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-25 06:59:20 -04:00
Add an id to the exif link anchor.
This commit is contained in:
@@ -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") ?>
|
||||
|
||||
Reference in New Issue
Block a user