views
This commit is contained in:
parent
f0f76ca652
commit
a9876fada4
@ -7,7 +7,7 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<label name="party_related"/>
|
<label name="party_related"/>
|
||||||
<field name="party_related"/>
|
<field name="party_related"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="/form/group[@id='checkboxes']" position="inside">
|
<xpath expr="/form/group[@id='checkboxes']/field[@name='delivery']" position="after">
|
||||||
<label name="campus"/>
|
<label name="campus"/>
|
||||||
<field name="campus"/>
|
<field name="campus"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
@ -35,6 +35,9 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<field name="observation"/>
|
<field name="observation"/>
|
||||||
</page>
|
</page>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
<xpath expr="/form/notebook/page[@id='measurements']/label[@name='length']" position="before">
|
||||||
|
<separator id="measurements_equipment" string="Measurements of Equipment" colspan="4"/>
|
||||||
|
</xpath>
|
||||||
<xpath
|
<xpath
|
||||||
expr="/form/notebook/page[@id='measurements']" position="inside">
|
expr="/form/notebook/page[@id='measurements']" position="inside">
|
||||||
<separator id="enviromental_conditions" string="Enviromental Conditions" colspan="4"/>
|
<separator id="enviromental_conditions" string="Enviromental Conditions" colspan="4"/>
|
||||||
@ -61,6 +64,8 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<label name="voltageDC"/>
|
<label name="voltageDC"/>
|
||||||
<field name="voltageDC"/>
|
<field name="voltageDC"/>
|
||||||
<field name="voltageDC_uom"/>
|
<field name="voltageDC_uom"/>
|
||||||
|
|
||||||
|
<separator id="time_life_equipment" string="Time Life Equipment" colspan="4"/>
|
||||||
|
|
||||||
<label name="useful_life"/>
|
<label name="useful_life"/>
|
||||||
<field name="useful_life"/>
|
<field name="useful_life"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user