first commit
This commit is contained in:
39
components/com_dvtr_employees/forms/filter_employees.xml
Normal file
39
components/com_dvtr_employees/forms/filter_employees.xml
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fields name="filter">
|
||||
<field name="search" type="text" hint="COM_DVTR_EMPLOYEES_SEARCH_FILTER_SUBMIT"
|
||||
label="COM_USERS_FILTER_SEARCH_DESC"
|
||||
class="js-stools-search-string" />
|
||||
|
||||
<field name="language" label="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_LANGUAGE" type="contentlanguage" onchange="this.form.submit();">
|
||||
<option value="">JOPTION_SELECT_LANGUAGE</option>
|
||||
<option value="*">JALL</option>
|
||||
</field>
|
||||
|
||||
|
||||
</fields>
|
||||
<fields name="list">
|
||||
|
||||
<field name="fullordering"
|
||||
type="list"
|
||||
label="COM_DVTR_EMPLOYEES_LIST_FULL_ORDERING"
|
||||
description="COM_DVTR_EMPLOYEES_LIST_FULL_ORDERING_DESC"
|
||||
onchange="this.form.submit();"
|
||||
default="a.id DESC"
|
||||
>
|
||||
<option value="">JGLOBAL_SORT_BY</option>
|
||||
<option value="a.id ASC">COM_DVTR_EMPLOYEES_ID_ASC</option><option value="a.id DESC">COM_DVTR_EMPLOYEES_ID_DESC</option><option value="a.name ASC">COM_DVTR_EMPLOYEES_NAME_ASC</option><option value="a.name DESC">COM_DVTR_EMPLOYEES_NAME_DESC</option><option value="a.position ASC">COM_DVTR_EMPLOYEES_POSITION_ASC</option><option value="a.position DESC">COM_DVTR_EMPLOYEES_POSITION_DESC</option><option value="a.language ASC">COM_DVTR_EMPLOYEES_LANGUAGE_ASC</option><option value="a.language DESC">COM_DVTR_EMPLOYEES_LANGUAGE_DESC</option>
|
||||
|
||||
</field>
|
||||
|
||||
<field name="limit"
|
||||
type="limitbox"
|
||||
label="COM_DVTR_EMPLOYEES_LIST_LIMIT"
|
||||
description="COM_DVTR_EMPLOYEES_LIST_LIMIT_DESC"
|
||||
class="input-mini"
|
||||
default="25"
|
||||
onchange="this.form.submit();"
|
||||
/>
|
||||
|
||||
</fields>
|
||||
</form>
|
||||
1
components/com_dvtr_employees/forms/index.html
Normal file
1
components/com_dvtr_employees/forms/index.html
Normal file
@@ -0,0 +1 @@
|
||||
<html><body></body></html>
|
||||
Reference in New Issue
Block a user