uploads: fix batch upload page to work without bookmarklet.
* Add a form to the /uploads/batch page so that it can be used without the bookmarklet. * Fix an exception when no url is given.
This commit is contained in:
@@ -71,6 +71,17 @@ form.inline-form {
|
||||
}
|
||||
}
|
||||
|
||||
form.one-line-form {
|
||||
> input, > div.input {
|
||||
display: inline;
|
||||
|
||||
label {
|
||||
display: inline;
|
||||
margin-right: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div.ui-dialog {
|
||||
div.input {
|
||||
input[type="text"] {
|
||||
|
||||
Reference in New Issue
Block a user