mirror of
https://github.com/hkalexling/Mango.git
synced 2026-01-25 00:00:36 -05:00
Make the selection and download buttons on the download page functional
This commit is contained in:
@@ -51,9 +51,9 @@
|
||||
</div>
|
||||
<div id="selection-controls" class="uk-margin" hidden>
|
||||
<div class="uk-margin">
|
||||
<button class="uk-button uk-button-default">Select All</button>
|
||||
<button class="uk-button uk-button-default">Clear Selections</button>
|
||||
<button class="uk-button uk-button-primary">Download Selected</button>
|
||||
<button class="uk-button uk-button-default" onclick="selectAll()">Select All</button>
|
||||
<button class="uk-button uk-button-default" onclick="unselect()">Clear Selections</button>
|
||||
<button class="uk-button uk-button-primary" onclick="download()">Download Selected</button>
|
||||
</div>
|
||||
<p class="uk-text-meta">Click on a table row to select the chapter. Drag your mouse over multiple rows to select them all. Hold Ctrl to make multiple non-adjacent selections.</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user