Much UI work, significant improvement.
This commit is contained in:
parent
9c3af4c936
commit
5356f65ca3
44 changed files with 1865 additions and 1213 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-followupactions-Followupactions.html generated 2018-07-09T20:55:34.544Z by adl.to-selmer-templates.
|
||||
<!-- File list-followupactions-Followupactions.html generated 2018-07-10T15:25:24.215Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
|
||||
|
||||
|
|
@ -57,9 +57,6 @@ Actor
|
|||
Date
|
||||
</th>
|
||||
<th>
|
||||
Notes
|
||||
</th>
|
||||
<th>
|
||||
Closed
|
||||
</th>
|
||||
<th>
|
||||
|
|
@ -80,9 +77,6 @@ Closed
|
|||
<input id='date' type='date' name='date' value='{{ params.date }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input id='notes' type='text' name='notes' value='{{ params.notes }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input id='closed' type='text' name='closed' value='{{ params.closed }}'/>
|
||||
</th>
|
||||
<th>
|
||||
|
|
@ -110,9 +104,6 @@ Closed
|
|||
{{ record.date }}
|
||||
</td>
|
||||
<td>
|
||||
{{ record.notes }}
|
||||
</td>
|
||||
<td>
|
||||
{{ record.closed }}
|
||||
</td>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue