Restructured the history table fragments
This commit is contained in:
parent
e67634b62b
commit
caca5dddbd
@ -378,7 +378,7 @@
|
|||||||
<h2>Gamla lån</h2>
|
<h2>Gamla lån</h2>
|
||||||
¤inactive_loans¤
|
¤inactive_loans¤
|
||||||
|
|
||||||
¤¤ loan_table ¤¤
|
¤¤ history_table ¤¤
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -393,10 +393,8 @@
|
|||||||
<th>
|
<th>
|
||||||
Slutdatum
|
Slutdatum
|
||||||
</th>
|
</th>
|
||||||
<th class="¤vis_return¤">
|
<th>
|
||||||
Återlämnad
|
Övrigt
|
||||||
</th>
|
|
||||||
<th class="¤vis_renew¤">
|
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -405,7 +403,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
¤¤ loan_row ¤¤
|
¤¤ history_row ¤¤
|
||||||
<tr>
|
<tr>
|
||||||
<td class="¤status¤">
|
<td class="¤status¤">
|
||||||
</td>
|
</td>
|
||||||
@ -418,34 +416,32 @@
|
|||||||
<td>
|
<td>
|
||||||
¤end_date¤
|
¤end_date¤
|
||||||
</td>
|
</td>
|
||||||
<td class="¤vis_return¤">
|
<td>
|
||||||
¤return_date¤
|
¤note¤
|
||||||
</td>
|
|
||||||
<td class="¤vis_renew¤">
|
|
||||||
<form class="renew_button"
|
|
||||||
onSubmit="JavaScript:showExtend(event)">
|
|
||||||
<button class="¤vis_renew_button¤">
|
|
||||||
Förläng
|
|
||||||
</button>
|
|
||||||
</form>
|
|
||||||
<form class="renew_confirm hidden"
|
|
||||||
onSubmit="JavaScript:extendLoan(event)">
|
|
||||||
<input type="hidden"
|
|
||||||
name="product"
|
|
||||||
value="¤id¤" />
|
|
||||||
<input onClick="JavaScript:calendar(event)"
|
|
||||||
id="¤id¤_date"
|
|
||||||
class="narrow"
|
|
||||||
type="text"
|
|
||||||
name="end"
|
|
||||||
value="¤end_new¤" />
|
|
||||||
<button>
|
|
||||||
Spara
|
|
||||||
</button>
|
|
||||||
</form>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
¤¤ loan_extend_form ¤¤
|
||||||
|
<button onClick="JavaScript:showExtend(event)">
|
||||||
|
Förläng
|
||||||
|
</button>
|
||||||
|
<form class="renew_confirm hidden"
|
||||||
|
onSubmit="JavaScript:extendLoan(event)">
|
||||||
|
<input type="hidden"
|
||||||
|
name="product"
|
||||||
|
value="¤id¤" />
|
||||||
|
<input onClick="JavaScript:calendar(event)"
|
||||||
|
id="¤id¤_date"
|
||||||
|
class="narrow"
|
||||||
|
type="text"
|
||||||
|
name="end"
|
||||||
|
value="¤end_new¤" />
|
||||||
|
<button>
|
||||||
|
Spara
|
||||||
|
</button>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
|
||||||
¤¤ checkout_page ¤¤
|
¤¤ checkout_page ¤¤
|
||||||
<h2>Välj låntagare</h2>
|
<h2>Välj låntagare</h2>
|
||||||
<form class="dark"
|
<form class="dark"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user