clinic/netforce_clinic/layouts/import_clinic_patient.xml

10 lines
289 B
XML
Raw Normal View History

2014-12-02 07:08:20 +00:00
<form title="Import Patient">
<group form_layout="stacked">
<field name="file" span="3"/>
<field name="hcode" span="3"/>
</group>
<foot replace="1">
<button string="Import" method="import_patient" type="primary" icon="arrow-right"/>
</foot>
</form>