mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-17 23:39:53 -04:00
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.
6 lines
237 B
PHP
6 lines
237 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<div id="gOrganizeEditHandleButtonsRight">
|
|
<a id="gMicroThumbDone" href="#" ref="done"
|
|
class="gButtonLink ui-corner-all ui-state-default"><?= t("Close") ?></a>
|
|
</div>
|