diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-30 07:37:14 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-30 07:37:14 -0700 |
| commit | a2108787257739a83708ea5c3bc21bd11e6dad17 (patch) | |
| tree | dfa84fb573e7c4285089f6b201b2c1cda9ea2683 /modules/exif | |
| parent | 60d35b89929d9029c794f72d6a9c38b676e282f6 (diff) | |
| parent | 72672bda39b76dae698805c3e0e6efdbdcf21105 (diff) | |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/exif')
| -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 60c0e1d4..23ecab03 100644 --- a/modules/exif/views/exif_sidebar.html.php +++ b/modules/exif/views/exif_sidebar.html.php @@ -1,6 +1,6 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <a id="gExifDataLink" href="<?= url::site("exif/show/{$item->id}") ?>" title="<?= t("Photo Details")->for_html_attr() ?>" - class="gDialogLink gButtonLink ui-icon-left ui-state-default ui-corner-all"> + class="gDialogLink g-button ui-icon-left ui-state-default ui-corner-all"> <span class="ui-icon ui-icon-info"></span> <?= t("View more information") ?> </a> |
