Bulk deletion

* Add a checkboxes in linklist which display a sub-header containing action buttons
  * Strongly rely on JS
  * Requires a modern browser (ES6 syntax support)
  * Checkboxes are hidden if the browser is old or JS disabled
This commit is contained in:
ArthurHoaro 2017-03-12 19:03:50 +01:00
parent bf67ac345f
commit 29a837f347
5 changed files with 106 additions and 11 deletions
tpl/default/css

View file

@ -275,6 +275,19 @@ body, .pure-g [class*="pure-u"] {
}
}
.subheader-form a.button {
color: #f5f5f5;
font-weight: bold;
text-decoration: none;
border: 2px solid #f5f5f5;
border-radius: 5px;
padding: 3px 10px;
}
.linklist-item-editbuttons .delete-checkbox {
display: none;
}
#header-login-form input[type="text"], #header-login-form input[type="password"] {
width: 200px;
}