You've already forked collage-maker
implement reorder
This commit is contained in:
@ -28,11 +28,19 @@
|
||||
<a href="choose.html"><button>Select</button></a>
|
||||
|
||||
<button id="snapper" class="showbuton">Snap</button>
|
||||
<a href="/collages/?layout=grid" target="_blank" ><button>All</button></a>
|
||||
<a href="/collages/?sort=time&order=desc&layout=grid" target="_blank" ><button>All</button></a>
|
||||
<button id="reorder_btn">Reorder</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="image-chooser-controls">
|
||||
<div>
|
||||
<button id="image_prev_btn">Previous</button>
|
||||
<button id="image_next_btn">Next</button>
|
||||
<button id="image_done_btn">Done</button>
|
||||
</div>
|
||||
<div id="image-preview-box">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ul class="templates">
|
||||
<li>
|
||||
|
Reference in New Issue
Block a user