Add emote search, sort toggle
This commit is contained in:
parent
d3e2433ee6
commit
8927613da7
6 changed files with 64 additions and 13 deletions
|
|
@ -180,6 +180,13 @@ html(lang="en")
|
|||
button.close(data-dismiss="modal", aria-hidden="true") ×
|
||||
h4 Emote List
|
||||
.modal-body
|
||||
form.form-inline(action="javascript:void(0)")
|
||||
.form-group
|
||||
input#emotelist-search.form-control(type="text", placeholder="Search")
|
||||
.checkbox
|
||||
label
|
||||
input#emotelist-alphabetical(type="checkbox")
|
||||
| Sort alphabetically
|
||||
#emotelist-paginator-container
|
||||
table
|
||||
tbody
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue