2015-05-31 15:13:58 +00:00
|
|
|
<form model="clinic.share.location" title="Share To Another Location">
|
2015-05-31 07:14:32 +00:00
|
|
|
<group form_layout="stacked">
|
|
|
|
<field name="location" span="8"/>
|
|
|
|
<field name="loc_select" selection="get_location" onchange="onchange_location" span="4"/>
|
|
|
|
<field name="patient_id" invisible="1" span="2"/>
|
|
|
|
</group>
|
|
|
|
<foot>
|
|
|
|
<button string="Share" type="primary" icon="share-alt" method="do_share"/>
|
|
|
|
<button string="Clear" type="default" method="do_clear"/>
|
|
|
|
</foot>
|
|
|
|
</form>
|