minor formatting fix to make dbox work better
This commit is contained in:
@@ -256,12 +256,12 @@ function MoveDBox()
|
||||
dt=$('.highlight').first().attr('date')
|
||||
div+=`
|
||||
<form class="form form-control-inline col-lg-12" method="POST" action="/move_files">
|
||||
<div class="input-group col-lg-12">
|
||||
<input type="text" name="prefix" class="input-group-prepend col-lg-2 form-control-plaintext text-right" value="To:
|
||||
<div class="input-group col-lg-12 my-3">
|
||||
<input type="text" name="prefix" class="input-group-prepend col-lg-3 form-control-plaintext text-right" value="To:
|
||||
`
|
||||
div+=yr+'/'+dt+"-"
|
||||
div+=`"></input>
|
||||
<input type="text" name="suffix" class="col-lg-3 form-control" placeholder="name"> </input>
|
||||
<input type="text" name="suffix" class="col-lg-9 form-control" placeholder="name"> </input>
|
||||
</div>
|
||||
<br>
|
||||
<div class="form-row col-lg-12">
|
||||
|
||||
Reference in New Issue
Block a user