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"
|
<input type="hidden"
|
||||||
name="user"
|
name="user"
|
||||||
value="¤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>
|
<label>Loan length:</label>
|
||||||
¤loan_presets¤
|
¤loan_presets¤
|
||||||
<br/>
|
<br/>
|
||||||
@ -892,6 +881,17 @@
|
|||||||
name="end"
|
name="end"
|
||||||
value="¤end¤"
|
value="¤end¤"
|
||||||
¤disabled¤ />
|
¤disabled¤ />
|
||||||
|
<br/>
|
||||||
|
<label for="product">Product:</label>
|
||||||
|
<input type="text"
|
||||||
|
id="product"
|
||||||
|
name="product"
|
||||||
|
placeholder="Serial number"
|
||||||
|
required
|
||||||
|
¤disabled¤ />
|
||||||
|
<button>
|
||||||
|
Check out
|
||||||
|
</button>
|
||||||
</form>
|
</form>
|
||||||
¤subtitle¤
|
¤subtitle¤
|
||||||
¤loan_table¤
|
¤loan_table¤
|
||||||
|
@ -872,17 +872,6 @@
|
|||||||
<input type="hidden"
|
<input type="hidden"
|
||||||
name="user"
|
name="user"
|
||||||
value="¤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>
|
<label>Löptid:</label>
|
||||||
¤loan_presets¤
|
¤loan_presets¤
|
||||||
<br/>
|
<br/>
|
||||||
@ -893,6 +882,17 @@
|
|||||||
name="end"
|
name="end"
|
||||||
value="¤end¤"
|
value="¤end¤"
|
||||||
¤disabled¤ />
|
¤disabled¤ />
|
||||||
|
<br/>
|
||||||
|
<label for="product">Artikel:</label>
|
||||||
|
<input type="text"
|
||||||
|
id="product"
|
||||||
|
name="product"
|
||||||
|
placeholder="Serienummer"
|
||||||
|
required
|
||||||
|
¤disabled¤ />
|
||||||
|
<button>
|
||||||
|
Låna ut
|
||||||
|
</button>
|
||||||
</form>
|
</form>
|
||||||
¤subtitle¤
|
¤subtitle¤
|
||||||
¤loan_table¤
|
¤loan_table¤
|
||||||
|
Loading…
x
Reference in New Issue
Block a user