| Server IP : 87.98.154.146 / Your IP : 216.73.216.101 Web Server : Apache System : Linux webm005.cluster126.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : bsiadvisil ( 110003) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/bsiadvisil/www/administrator/components/com_nexevocontact/models/forms/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<form>
<fields name="filter">
<field name="search" type="text" label="COM_NEXEVOCONTACT_CONTENT_LBL" description="COM_NEXEVOCONTACT_CONTENT_DSC" hint="JSEARCH_FILTER" class="js-stools-search-string"/>
<field name="initial_date" type="calendar" label="COM_NEXEVOCONTACT_INITIAL_DATE_LBL" description="COM_NEXEVOCONTACT_INITIAL_DATE_DSC" class="input-small" format="%Y-%m-%d" filter="none" onchange="this.form.fireEvent('submit');this.form.submit();"/>
<field name="final_date" type="calendar" label="COM_NEXEVOCONTACT_FINAL_DATE_LBL" description="COM_NEXEVOCONTACT_FINAL_DATE_DSC" class="input-small" format="%Y-%m-%d" filter="none" onchange="this.form.fireEvent('submit');this.form.submit();"/>
<!-- class "control-group" here, fixes a 9px vertical gap between radio and calendars -->
<field name="exported" type="radio" class="control-group btn-group btn-group-yesno" default="0" label="COM_NEXEVOCONTACT_INCLUDE_EXPORTED_LBL" description="COM_NEXEVOCONTACT_INCLUDE_EXPORTED_DSC">
<option value="0" onclick="this.form.submit();" >JNO</option>
<option value="1" onclick="this.form.submit();" >JYES</option>
</field>
<field name="forms" type="formlist" label="COM_NEXEVOCONTACT_FORMS_LBL" description="COM_NEXEVOCONTACT_FORMS_DSC" multiple="true" onchange="this.form.submit();"/>
</fields>
<fields name="list">
<field name="fullordering" type="list" label="JGLOBAL_SORT_BY" description="JGLOBAL_ORDER_DIRECTION_DESC" onchange="this.form.submit();" default="a.date DESC">
<option value="a.date ASC">JDATE_ASC</option>
<option value="a.date DESC">JDATE_DESC</option>
</field>
<field name="limit" type="limitbox" class="inputbox input-mini" default="20" label="COM_NEXEVOCONTACT_DROPDOWNITEMS_LBL" description="COM_NEXEVOCONTACT_LIST_LIMIT_DSC" onchange="this.form.submit();"/>
</fields>
</form>