diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-11 17:42:05 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-11 17:42:05 +0000 |
| commit | 37a1cca520536ba52b14069b1efb4871d47e44de (patch) | |
| tree | ff3c4d1bba5c51cd2eb46f2b8c7ba3ac1146deca /modules/exif/views/exif_sidebar.html.php | |
| parent | d739d1ea46c1b8452469cef26f3cbd4ddbdc3c38 (diff) | |
Well, exif dialog displays and will show the summary information.
However, The text needs to be scaled or the size of the box needs to
be managed such that there is nowrapping. The columns need to be
styled for odd and even. And I can't get tabbing to work. If you
click on details tab nothing happens and i don't know what I've done
wrong. Addition input is appreciated.
Diffstat (limited to 'modules/exif/views/exif_sidebar.html.php')
| -rw-r--r-- | modules/exif/views/exif_sidebar.html.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/exif/views/exif_sidebar.html.php b/modules/exif/views/exif_sidebar.html.php new file mode 100644 index 00000000..21f5a79b --- /dev/null +++ b/modules/exif/views/exif_sidebar.html.php @@ -0,0 +1,8 @@ +<?php defined("SYSPATH") or die("No direct script access.") ?> +<a href="<?= $url ?>" 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") ?> +</a> + +
\ No newline at end of file |
