PATH:
home
/
sparklp6
/
public_html
/
sparklerfilters-org
/
administrator
/
components
/
com_j2store
/
views
/
zone
/
tmpl
<?xml version="1.0" encoding="utf-8"?> <!-- * @com_j2store - J2Store * @author Sasi varna kumar - Weblogicx India http://www.weblogicxindia.com * @copyright Copyright (C) 2014 - 19 Weblogicxindia.com. All Rights Reserved. * @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL * @Websites: http://j2store.org * @Technical Support: Forum - http://j2store.org/forum/index.html --> <form validate="true" serverside_validate="true"> <fieldset name="basic_information" label="J2STORE_ZONE" > <field name="zone_name" type="text" label="J2STORE_ZONE_NAME" class="input-xlarge" required="true" /> <field name="zone_code" type="text" label="J2STORE_ZONE_CODE" class="input-xlarge" required="true" /> <field name="country_id" type="model" label="J2STORE_ZONE_COUNTRY_NAME" translate="false" model="J2StoreModelCountries" apply_access="false" key_field="j2store_country_id" value_field="country_name" required="true" > <option value="">--Select--</option> </field> <field name="enabled" type="list" label="JSTATUS" labelclass="j2store-label" description="JFIELD_PUBLISHED_DESC" class="inputbox" filter="intval" size="1" default="1" > <option value="1">JPUBLISHED</option> <option value="0">JUNPUBLISHED</option> </field> </fieldset> </form>
[-] index.html
[edit]
[-] form.form.xml
[edit]
[+]
..