diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-08-06 12:44:39 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-06 12:44:39 -0700 |
| commit | c09e2ef7af5411f239ba7f1adb01be39b2950b84 (patch) | |
| tree | 33c7bfb5c16b5cfc40b92704e23b1e932618628f /modules/gallery/views | |
| parent | b826182b7a7b2d630b478d3e2bcf0628989a92d9 (diff) | |
| parent | ad19e29c469295189a2d13772706e39e3bd3dfc7 (diff) | |
Merge branch 'master' of git@github.com:bharat/gallery3 into bharat_branch
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 ?> |
