diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-03 22:53:47 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-03 22:53:47 -0600 |
| commit | 9a55eb4df8346f9a81fbd4a1fb4daa7b807e80e0 (patch) | |
| tree | 0dbcccfadb25d5f08e0e73572c3d0d638271b20b /modules/gallery/views | |
| parent | 9104fa7b55d4613792208956bbd0098bd89b033c (diff) | |
| parent | ad19e29c469295189a2d13772706e39e3bd3dfc7 (diff) | |
Merge branch 'master' of git://github.com/bharat/gallery3
Diffstat (limited to 'modules/gallery/views')
| -rw-r--r-- | modules/gallery/views/quick_pane.html.php | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/modules/gallery/views/quick_pane.html.php b/modules/gallery/views/quick_pane.html.php deleted file mode 100644 index e5469696..00000000 --- a/modules/gallery/views/quick_pane.html.php +++ /dev/null @@ -1,26 +0,0 @@ -<?php defined("SYSPATH") or die("No direct script access.") ?> -<? foreach ($button_list->main as $button): ?> -<a class="<?= $button->class ?> ui-corner-all ui-state-default" href="<?= $button->href ?>" - title="<?= $button->title ?>"> - <span class="ui-icon <?= $button->icon ?>"> - <?= $button->title ?> - </span> -</a> -<? endforeach ?> - -<? if (!empty($button_list->additional)): ?> -<a class="gButtonLink ui-corner-all ui-state-default options" href="#" title="<?= t("additional options") ?>"> - <span class="ui-icon ui-icon-triangle-1-s"> - <?= t("Additional options") ?> - </span> -</a> - -<ul class="gQuickPaneOptions" style="display: none"> - <? foreach ($button_list->additional as $button): ?> - <li><a class="<?= $button->class ?>" href="<?= $button->href ?>" - title="<?= $button->title ?>"> - <?= $button->title ?> - </a></li> - <? endforeach ?> -</ul> -<? endif ?> |
