| Current Path : /var/www/components/com_contactpush/models/forms/ |
| Current File : /var/www/components/com_contactpush/models/forms/message.xml |
<?xml version="1.0" encoding="utf-8"?> <form> <fieldset name="newmessage.form" addfieldpath="/administrator/components/com_contactpush/models/fields"> <field name="title" alias="title" label="CONTACTPUSH_FIELD_TITLE" filter="STRING" type="cktext"/> <field name="message" alias="message" label="CONTACTPUSH_FIELD_MESSAGE" filter="STRING" type="cktextarea"/> <field name="priority" alias="priority" label="CONTACTPUSH_FIELD_PRIORITY" filter="INT" type="cktext"/> <field name="creation_date" alias="creation_date" label="CONTACTPUSH_FIELD_CREATION_DATE" filter="STRING" type="ckcalendar" format="Y-m-d H:i:s"/> <field name="status" alias="status" label="CONTACTPUSH_FIELD_STATUS" filter="INT" type="cktext"/> <field name="created_by" alias="_created_by_name" label="CONTACTPUSH_FIELD_SENDER" filter="INT" access="core.edit" listKey="id" labelKey="name" type="ckcombo" nullLabel="CONTACTPUSH_JSEARCH_SELECT_SENDER"/> <field name="pushuids" alias="id" label="CONTACTPUSH_FIELD_RECIPIENTS" filter="array" type="relation" multiple="true" labelKey="push_user_id"/> </fieldset> <fieldset name="default.filters" addfieldpath="/administrator/components/com_contactpush/models/fields"> <field name="filter_created_by" listKey="id" labelKey="name" type="ckcombo" submit="true" nullLabel="CONTACTPUSH_FILTER_NULL_CHOOSE_SENDER" class="span-2 element-filter" label="CONTACTPUSH_JSEARCH_CREATED_BY_NAME" ui="chosen"/> <field name="filter_creation_date_from" placeholder="CONTACTPUSH_FILTER_CREATION_DATE_CREATION_DATE_FROM" type="ckcalendar" submit="true" format="Y-m-d H:i:s" label="CONTACTPUSH_JSEARCH_CREATION_DATE" class="element-filter input-small" ui="chosen"/> <field name="filter_creation_date_to" placeholder="CONTACTPUSH_FILTER_CREATION_DATE_CREATION_DATE_TO" type="ckcalendar" submit="true" format="Y-m-d H:i:s" label="CONTACTPUSH_JSEARCH_CREATION_DATE" class="element-filter input-small" ui="chosen"/> <field name="search_search" type="cksearch" placeholder="CONTACTPUSH_FILTER_NULL_SEARCH" label="CONTACTPUSH_JSEARCH_SEARCH" class="element-filter element-search search-query" ui="chosen"/> <field name="filter_published" type="ckstate" access="core.edit.state" submit="true" nullLabel="CONTACTPUSH_FILTER_NULL_SELECT_STATE" display="combo" label="State" class="element-filter span-2" ui="chosen"/> <field name="sortTable" type="cksort" responsive="hidden-phone" submit="true" nullLabel="JGLOBAL_SORT_BY" class="span-2 element-filter" label="Sort by" ui="chosen"/> <field name="directionTable" type="ckdirection" responsive="hidden-phone" submit="true" nullLabel="JFIELD_ORDERING_DESC" class="span-2 element-filter" label="Direction" ui="chosen"/> <field name="limit" type="cklimit" submit="true" class="span-2 element-filter" label="Limit" ui="chosen"/> </fieldset> </form>