Restructured the history table fragments

This commit is contained in:
Erik Thuning 2019-07-23 15:24:02 +02:00
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,16 +416,15 @@
<td> <td>
¤end_date¤ ¤end_date¤
</td> </td>
<td class="¤vis_return¤"> <td>
¤return_date¤ ¤note¤
</td> </td>
<td class="¤vis_renew¤"> </tr>
<form class="renew_button"
onSubmit="JavaScript:showExtend(event)"> ¤¤ loan_extend_form ¤¤
<button class="¤vis_renew_button¤"> <button onClick="JavaScript:showExtend(event)">
Förläng Förläng
</button> </button>
</form>
<form class="renew_confirm hidden" <form class="renew_confirm hidden"
onSubmit="JavaScript:extendLoan(event)"> onSubmit="JavaScript:extendLoan(event)">
<input type="hidden" <input type="hidden"
@ -443,8 +440,7 @@
Spara Spara
</button> </button>
</form> </form>
</td>
</tr>
¤¤ checkout_page ¤¤ ¤¤ checkout_page ¤¤
<h2>Välj låntagare</h2> <h2>Välj låntagare</h2>