diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-30 22:49:36 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-30 22:49:36 -0600 |
commit | e1e8904e4a82792effd721fc0b4c028d86cf177a (patch) | |
tree | 5cd03d6eea9c3f40c2523dcddf3871450f971bc2 /modules/exif/views | |
parent | 1f02c1ef6ef26a1f96e27b6ecede6388e4132e15 (diff) |
Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's and classes in the login/reset password dialog.
Diffstat (limited to 'modules/exif/views')
-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 23ecab03..3c7bb517 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 g-button ui-icon-left ui-state-default ui-corner-all"> + class="g-dialogLink g-button ui-icon-left ui-state-default ui-corner-all"> <span class="ui-icon ui-icon-info"></span> <?= t("View more information") ?> </a> |