| Current Path : /home/digilove/public_html/plugins/gsd/virtuemart/form/ |
| Current File : /home/digilove/public_html/plugins/gsd/virtuemart/form/assignments.xml |
<?xml version="1.0" encoding="utf-8"?>
<form>
<fields name="assignments">
<fieldset name="single">
<fields name="virtuemartsingle">
<field name="assignment_state" type="assignmentselection"
label="GSD_PRODUCT"
description="PLG_GSD_VIRTUEMART_ASSIGN_PRODUCT_DESC"
/>
<field name="selection" type="virtuemartcomponentitems"
label="NR_SELECTION"
description="PLG_GSD_VIRTUEMART_ASSIGN_PRODUCT_SELECTION_DESC"
multiple="true"
column_id="virtuemart_product_id"
column_title="product_name"
column_state="p.published"
join="#__virtuemart_products as p ON i.virtuemart_product_id = p.virtuemart_product_id"
/>
</fields>
</fieldset>
<fieldset name="category">
<fields name="virtuemartcategory">
<field name="assignment_state" type="assignmentselection"
label="NR_CATEGORIES"
description="PLG_GSD_VIRTUEMART_ASSIGN_CATEGORY_DESC"
/>
<field name="selection" type="nrvirtuemartcategories"
label="NR_SELECTION"
description="NR_CATEGORIES_DESC"
multiple="true"
default=""
/>
<fields name="params">
<field name="inc_children" type="list"
label="NR_ALSO_ON_CHILD_ITEMS"
description="NR_ALSO_ON_CHILD_ITEMS_DESC"
class="input-medium"
default="0">
<option value="0">JNO</option>
<option value="1">JYES</option>
<option value="2">NR_ONLY</option>
</field>
</fields>
</fields>
</fieldset>
</fields>
</form>