Rearranged the checkout page so the product selection is at the bottom of the form
This commit is contained in:
parent
63ccad38c8
commit
a7bfc49afc
html
@ -871,17 +871,6 @@
|
||||
<input type="hidden"
|
||||
name="user"
|
||||
value="¤user¤">
|
||||
<label for="product">Product:</label>
|
||||
<input type="text"
|
||||
id="product"
|
||||
name="product"
|
||||
placeholder="Serial number"
|
||||
required
|
||||
¤disabled¤ />
|
||||
<button>
|
||||
Check out
|
||||
</button>
|
||||
<br/>
|
||||
<label>Loan length:</label>
|
||||
¤loan_presets¤
|
||||
<br/>
|
||||
@ -892,6 +881,17 @@
|
||||
name="end"
|
||||
value="¤end¤"
|
||||
¤disabled¤ />
|
||||
<br/>
|
||||
<label for="product">Product:</label>
|
||||
<input type="text"
|
||||
id="product"
|
||||
name="product"
|
||||
placeholder="Serial number"
|
||||
required
|
||||
¤disabled¤ />
|
||||
<button>
|
||||
Check out
|
||||
</button>
|
||||
</form>
|
||||
¤subtitle¤
|
||||
¤loan_table¤
|
||||
|
@ -872,17 +872,6 @@
|
||||
<input type="hidden"
|
||||
name="user"
|
||||
value="¤user¤">
|
||||
<label for="product">Artikel:</label>
|
||||
<input type="text"
|
||||
id="product"
|
||||
name="product"
|
||||
placeholder="Serienummer"
|
||||
required
|
||||
¤disabled¤ />
|
||||
<button>
|
||||
Låna ut
|
||||
</button>
|
||||
<br/>
|
||||
<label>Löptid:</label>
|
||||
¤loan_presets¤
|
||||
<br/>
|
||||
@ -893,6 +882,17 @@
|
||||
name="end"
|
||||
value="¤end¤"
|
||||
¤disabled¤ />
|
||||
<br/>
|
||||
<label for="product">Artikel:</label>
|
||||
<input type="text"
|
||||
id="product"
|
||||
name="product"
|
||||
placeholder="Serienummer"
|
||||
required
|
||||
¤disabled¤ />
|
||||
<button>
|
||||
Låna ut
|
||||
</button>
|
||||
</form>
|
||||
¤subtitle¤
|
||||
¤loan_table¤
|
||||
|
Loading…
x
Reference in New Issue
Block a user