mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 19:39:16 -04:00
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.
8 lines
287 B
PHP
8 lines
287 B
PHP
<?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>
|
|
|
|
|