?
Path : /home/admin/public_html/old/happy2/components/com_weblinks/models/forms/ |
Current File : /home/admin/public_html/old/happy2/components/com_weblinks/models/forms/weblink.xml |
<?xml version="1.0" encoding="utf-8"?> <form> <fieldset addfieldpath="/administrator/components/com_categories/models/fields"> <field name="id" type="hidden" default="0" label="WEBLINK_ID_LABEL" readonly="true" required="true" size="10" /> <field name="title" type="text" description="COM_WEBLINKS_FIELD_TITLE_DESC" label="JGLOBAL_TITLE" required="true" size="30" /> <field name="alias" type="text" description="COM_WEBLINKS_FIELD_ALIAS_DESC" label="JFIELD_ALIAS_LABEL" size="45" /> <field name="description" type="editor" buttons="true" hide="pagebreak,readmore" description="COM_WEBLINKS_FIELD_DESCRIPTION_DESC" filter="safehtml" label="JGLOBAL_DESCRIPTION" asset_id="com_weblinks" /> <field name="state" type="list" default="1" description="JFIELD_PUBLISHED_DESC" label="JSTATUS" size="1" > <option value="1">JPUBLISHED</option> <option value="0">JUNPUBLISHED</option> </field> <field name="catid" type="categoryedit" description="COM_WEBLINKS_FIELD_CATEGORY_DESC" extension="com_weblinks" label="JCATEGORY" required="true" /> <field name="url" type="url" description="COM_WEBLINKS_FIELD_URL_DESC" label="COM_WEBLINKS_FIELD_URL_LABEL" required="true" size="45" /> <field name="language" type="contentlanguage" label="JFIELD_LANGUAGE_LABEL" description="JFIELD_LANGUAGE_DESC" class="inputbox"> <option value="*">JALL</option> </field> </fieldset> </form>