mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-23 00:04:03 -04:00
1) This provides the editting functionality for albums and photos in the
organize feature. 2) Remove the tag functionality at this point 3) Added a callback to handle validating conflicting names (only used by organize at this point. 4) Closes #231
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
<? endforeach?>
|
||||
</ul>
|
||||
|
||||
<? foreach ($panes as $idx => $pane): ?>
|
||||
<div id="pane-<?= $idx ?>" class="gOrganizeEditPane"><?= $pane["content"] ?></div>
|
||||
<? endforeach?>
|
||||
<? 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