mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-26 17:54:10 -04:00
Revert "Checkpoint the organize module rewrite. At this point, it doesn't really do"
This reverts commit a25f08d433.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?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 ?>
|
||||
Reference in New Issue
Block a user