apostrophe-pages
Version:
Adds trees of pages to the Apostrophe content management system
15 lines (13 loc) • 533 B
HTML
<div class="apos-reorganize-page apos-modal apos-template">
<h3>Reorganize Pages</h3>
<div class="apos-modal-body">
<p>Drag and drop pages wherever they need to go.</p>
{# This gets fired up by jstree #}
<div class="apos-reorganize-tree" data-tree>
</div>
</div>
<div class="apos-modal-footer">
<a href="#" data-action="dismiss" class="apos-control apos-button apos-cancel">Done</a>
</div>
<a href="#" data-action="dismiss" class="apos-control apos-button apos-cancel apos-corner-close">x</a>
</div>