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