clinic/netforce_clinic/layouts/import_clinic_sc.xml

16 lines
569 B
XML
Raw Normal View History

2014-10-22 03:45:23 +00:00
<form title="Import Social Security">
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"/>
2014-10-24 10:40:01 +00:00
<template>
<a href="ui#name=clinic_data_sc" target="_blank"><span class="glyphicon glyphicon-arrow-right"></span> Review Data</a>
</template>
2014-10-24 08:08:56 +00:00
<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_sc" type="primary" icon="arrow-right"/>
</foot>
</form>