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:
Tim Almdal
2009-05-21 01:31:29 +00:00
parent f24c8f66ea
commit a9e3692027
13 changed files with 351 additions and 188 deletions
+9 -16
View File
@@ -36,25 +36,18 @@
ref="<?= url::site("organize/content/__ITEM_ID__?width=__WIDTH__&height=__HEIGHT__&offset=__OFFSET__") ?>">
<ul id="gMicroThumbGrid"></ul>
</div>
<div id="gOrganizeEditDrawer" class="yui-u">
<div id="gOrganizeEditDrawerPanel" class="yui-gf">
<div id="gOrganizeFormThumbs" class="yui-u first">
<ul id="gOrganizeFormThumbStack" />
</div>
<div id="gOrganizeEditForm">
</div>
<div id="gOrganizeEditDrawer" class="yui-u">
<div id="gOrganizeEditDrawerPanel" class="yui-gf">
<div id="gOrganizeFormThumbs" class="yui-u first">
<ul id="gOrganizeFormThumbStack" />
</div>
<div id="gOrganizeEditDrawerHandle">
<div id="gOrganizeEditHandleButtonsLeft">
<?= $button_pane ?>
</div>
<div id="gOrganizeEditHandleButtonsRight">
<a id="gMicroThumbSelectAll" href="#" ref="select-all" class="gButtonLink ui-corner-all ui-state-default"><?= t("Select all") ?></a>
<a id="gMicroThumbUnselectAll" href="#" ref="unselect-all" style="display: none" class="gButtonLink ui-corner-all ui-state-default"><?= t("Deselect all") ?></a>
<a id="gMicroThumbDone" href="#" ref="close" class="gButtonLink ui-corner-all ui-state-default"><?= t("Done") ?></a>
</div>
<div id="gOrganizeEditForm">
</div>
</div>
<div id="gOrganizeEditDrawerHandle">
<?= $button_pane ?>
</div>
</div>
</div>
</div>
</div>