improve
parent
d5e1a43966
commit
116868c022
|
@ -2,7 +2,7 @@
|
||||||
<head>
|
<head>
|
||||||
<field name="state"/>
|
<field name="state"/>
|
||||||
<button string="Options" dropdown="1">
|
<button string="Options" dropdown="1">
|
||||||
<item string="Copy" method="copy"/>
|
<item string="Copy" method="copy" states="active"/>
|
||||||
<item string="To Draft" method="to_draft" states="active"/>
|
<item string="To Draft" method="to_draft" states="active"/>
|
||||||
</button>
|
</button>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -55,9 +55,9 @@
|
||||||
<td style="background-color:#ddddff"><b>{{cycle_name}}</b></td>
|
<td style="background-color:#ddddff"><b>{{cycle_name}}</b></td>
|
||||||
<td style="background-color:#ddddff" colspan="10"></td>
|
<td style="background-color:#ddddff" colspan="10"></td>
|
||||||
{{else}}
|
{{else}}
|
||||||
<td style="background-color:{{cycle_color}};color:white"><center>{{cycle_name}}</center></td>
|
<td style="background-color:{{cycle_color}};color:white;width:6%"><center>{{cycle_name}}</center></td>
|
||||||
<td style="background-color:{{visit_color}}">{{no}}</td>
|
<td style="background-color:{{visit_color}}">{{no}}</td>
|
||||||
<td style="background-color:{{visit_color}}"><a href="/ui#name=clinic_visit&active_id={{visit_id}}&mode=form">{{number}}</a></td>
|
<td style="background-color:{{visit_color}};width:8%"><a href="/ui#name=clinic_visit&active_id={{visit_id}}&mode=form">{{number}}</a></td>
|
||||||
<td style="background-color:{{visit_color}}">{{hn_name}}</td>
|
<td style="background-color:{{visit_color}}">{{hn_name}}</td>
|
||||||
<td style="background-color:{{visit_color}}"><a href="/ui#name=clinic_patient&active_id={{patient_id}}&mode=form">{{patient_name}}</a></td>
|
<td style="background-color:{{visit_color}}"><a href="/ui#name=clinic_patient&active_id={{patient_id}}&mode=form">{{patient_name}}</a></td>
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in New Issue