| Current Path : /home/cbequiperp/www/components/com_flexicontent/models/forms/ |
| Current File : /home/cbequiperp/www/components/com_flexicontent/models/forms/review.xml |
<?xml version="1.0" encoding="utf-8"?> <form> <fieldset name="basic" addfieldpath="/administrator/components/com_flexicontent/elements" icon_class="icon-info-circle"> <field name="title" type="text" filter="STRING" required="true" label="FLEXI_REVIEW_TITLE" description="FLEXI_REVIEW_TEXT_DESC" class="input-xxlarge" labelclass="fc-prop-lbl" /> <field name="email" type="text" default="" filter="EMAIL" required="true" label="FLEXI_REVIEW_EMAIL" description="" labelclass="fc-prop-lbl" /> <field name="text" type="textarea" label="FLEXI_REVIEW_TEXT" required="true" description="FLEXI_REVIEW_TEXT_DESC" class="input-xxlarge" filter="STRING" rows="4" cols="80" buttons="false" labelclass="fc-prop-lbl" /> <field name="state" type="list" class="use_select2_lib" default="1" label="FLEXI_REVIEW_STATE" description="FLEXI_REVIEW_STATE_DESC" labelclass="fc-prop-lbl"> <option value="1">JPUBLISHED</option> <option value="0">JUNPUBLISHED</option> <option value="2">JARCHIVED</option> <option value="-2">JTRASHED</option> </field> <field name="approved" type="fcradio" default="1" label="FLEXI_REVIEW_APPROVED" description="FLEXI_REVIEW_APPROVED_DESC" class="btn-group btn-group-yesno" labelclass="fc-prop-lbl"> <option value="0">FLEXI_NO</option> <option value="1">FLEXI_YES</option> </field> <field name="verified" type="fcradio" default="1" label="FLEXI_REVIEW_EMAIL_VERIFIED" description="FLEXI_REVIEW_EMAIL_VERIFIED_DESC" class="btn-group btn-group-yesno" labelclass="fc-prop-lbl"> <option value="0">FLEXI_NO</option> <option value="1">FLEXI_YES</option> </field> <field name="useful_yes" type="int" default="0" label="FLEXI_REVIEW_USEFUL" description="FLEXI_REVIEW_USEFUL_DESC" class="readonly" readonly="true" labelclass="fc-prop-lbl" /> <field name="useful_no" type="int" default="0" label="FLEXI_REVIEW_NOT_USEFUL" description="FLEXI_REVIEW_NOT_USEFUL_DESC" class="readonly" readonly="true" labelclass="fc-prop-lbl" /> <field name="id" type="hidden" default="0" label="JGLOBAL_FIELD_ID_LABEL" description="JGLOBAL_FIELD_ID_DESC" class="readonly" readonly="true" labelclass="fc-prop-lbl" /> <field name="content_id" type="text" default="0" filter="INT" label="FLEXI_ITEM" description="" class="readonly" readonly="true" labelclass="fc-prop-lbl" /> <field name="type" type="text" default="" filter="STRING" label="FLEXI_TYPE" description="" class="readonly" readonly="true" labelclass="fc-prop-lbl" /> <field name="average_rating" type="text" default="" label="FLEXI_FIELD_VOTE_AVERAGE_RATING" description="" class="readonly" readonly="true" labelclass="fc-prop-lbl" /> <field name="custom_ratings" type="text" default="" label="FLEXI_FIELD_VOTE_COMPOSITE_VOTING" description="" class="readonly" readonly="true" labelclass="fc-prop-lbl" /> <field name="user_id" type="text" default="" filter="INT" label="FLEXI_REVIEW_ACCOUNT" description="" class="readonly" readonly="true" labelclass="fc-prop-lbl" /> <field name="submit_date" type="text" default="" label="Submit date" description="" class="readonly" readonly="true" labelclass="fc-prop-lbl" /> <field name="update_date" type="text" default="" label="Submit date" description="" class="readonly" readonly="true" labelclass="fc-prop-lbl" /> </fieldset> </form>