clinic/netforce_clinic/layouts/import_clinic_nhso.xml

14 lines
462 B
XML
Raw Normal View History

2014-10-22 03:45:23 +00:00
<form title="Import NHSO">
2014-10-24 08:08:56 +00:00
<group span="6" columns="1">
<field name="file"/>
</group>
<group span="6" columns="1">
<separator string="Result"/>
<field name="result" nolabel="1" height="240" width="540"/>
</group>
2014-10-22 03:45:23 +00:00
<foot replace="1">
<button string="Import Data" method="import_nhso" type="primary" icon="arrow-right"/>
2014-10-24 04:24:33 +00:00
<!--<button string="Post" method="post" type="success"/>-->
2014-10-22 03:45:23 +00:00
</foot>
</form>