summaryrefslogtreecommitdiff
path: root/modules/exif/helpers/exif_theme.php
AgeCommit message (Collapse)Author
2009-03-27Put csrf token into Admin_View and Theme_View by default, then use itBharat Mediratta
directly wherever possible instead of access::csrf_token().
2009-02-26Replace ORM->select(count(*)) with a call to Database::count_recordsTim Almdal
2009-02-26Implement fix for ticket #103. If there is no exif data, don'tTim Almdal
display the "Show more Information Button".
2009-02-13Fix error if theme item is not supplied.Tim Almdal
2009-02-11Well, exif dialog displays and will show the summary information. Tim Almdal
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.