mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-04 10:49:07 -04:00
Checkpoint the organize module rewrite. At this point, it doesn't really do
anything, but get the dialog up, populate the album tree and intelligently populate the micro thumb grid. Still to do: 1) get the microthumbs laided out ptoperly 2) expand and collapse functionality in the album tree 3) use the album tree to change the content of the micro thumb grid 4) Actually add some functionality At the moment, it supports a callback "" to allow modules to add icons to the organize drawer label. The close button is added outside of this framework as it will always be last.
This commit is contained in:
@@ -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 ?>
|
||||
Reference in New Issue
Block a user