diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-28 13:48:54 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-28 13:48:54 -0600 |
| commit | 5a2853bca1ea9a9231e01814df9aa373bf50d19c (patch) | |
| tree | 431264bfb9de1d8bbdc6a9ba7775a363381f96e8 /modules/organize/views/organize_edit.html.php | |
| parent | f1e008a14f2dfb51d1204dad3deb19e2e3df16c8 (diff) | |
| parent | 6dcfdb6432d556f43736d60de8f310f247868bfa (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/organize/views/organize_edit.html.php')
| -rw-r--r-- | modules/organize/views/organize_edit.html.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/organize/views/organize_edit.html.php b/modules/organize/views/organize_edit.html.php deleted file mode 100644 index 1adf290f..00000000 --- a/modules/organize/views/organize_edit.html.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php defined("SYSPATH") or die("No direct script access.") ?> -<ul> -<? foreach ($panes as $idx => $pane): ?> - <li><a href="#pane-<?= $idx ?>"><?= $pane["label"] ?></a></li> -<? endforeach?> -</ul> - -<? if (count($panes) > 0): ?> - <? foreach ($panes as $idx => $pane): ?> - <div id="pane-<?= $idx ?>" class="gOrganizeEditPane ui-tabs-hide"><?= $pane["content"] ?></div> - <? endforeach?> -<? else: ?> -<div class="gWarning"><?= t("No Edit pages apply to the selected items") ?></div> -<? endif ?>
\ No newline at end of file |
