Files
idpan.poznan.pl/administrator/components/com_dvtr_employees/forms/employee.xml
2026-02-08 21:16:11 +01:00

29 lines
4.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<form addfieldprefix="Dvtremployees\Component\Dvtr_employees\Administrator\Field">
<fieldset>
<field name="id" type="text" readonly="true" class="readonly" default="0" description="JGLOBAL_FIELD_ID_DESC"/>
<field name="order" default="0" label="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_ORDER" description="COM_DVTR_EMPLOYEES_FORM_DESC_EMPLOYEE_ORDER" hidden="true" hint="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_ORDER"/>
<field name="created_by" type="createdby" default="0" label="JGLOBAL_FIELD_CREATED_BY_LABEL" description="JGLOBAL_FIELD_CREATED_BY_DESC" hidden="true" hint="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_CREATED_BY"/>
<field name="modified_by" type="modifiedby" default="0" label="JGLOBAL_FIELD_MODIFIED_BY_LABEL" description="JGLOBAL_FIELD_MODIFIED_BY_DESC" hidden="true" hint="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_MODIFIED_BY"/>
<field name="name" required="true" label="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_NAME" description="COM_DVTR_EMPLOYEES_FORM_DESC_EMPLOYEE_NAME" hint="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_NAME"/>
<field name="contact_data" type="editor" buttons="true" class="inputbox" filter="safehtml" label="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_CONTACT_DATA" description="COM_DVTR_EMPLOYEES_FORM_DESC_EMPLOYEE_CONTACT_DATA" hint="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_CONTACT_DATA"/>
<field name="position" label="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_POSITION" description="COM_DVTR_EMPLOYEES_FORM_DESC_EMPLOYEE_POSITION" hint="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_POSITION"/>
<field name="description" editor="|" buttons="false" filter="\Joomla\CMS\Component\ComponentHelper::filterText" type="editor" label="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_DESCRIPTION" description="COM_DVTR_EMPLOYEES_FORM_DESC_EMPLOYEE_DESCRIPTION" hint="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_DESCRIPTION"/>
<field name="avatar" directory="" type="media" label="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_AVATAR" description="COM_DVTR_EMPLOYEES_FORM_DESC_EMPLOYEE_AVATAR" hint="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_AVATAR"/>
<field name="achievements" editor="|" buttons="false" filter="\Joomla\CMS\Component\ComponentHelper::filterText" type="editor" label="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_ACHIEVEMENTS" description="COM_DVTR_EMPLOYEES_FORM_DESC_EMPLOYEE_ACHIEVEMENTS" hint="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_ACHIEVEMENTS"/>
<field name="achievements_label" label="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_ACHIEVEMENTS_LABEL" description="COM_DVTR_EMPLOYEES_FORM_DESC_EMPLOYEE_ACHIEVEMENTS_LABEL" hint="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_ACHIEVEMENTS_LABEL"/>
<field name="publications" editor="|" buttons="false" filter="\Joomla\CMS\Component\ComponentHelper::filterText" type="editor" label="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_PUBLICATIONS" description="COM_DVTR_EMPLOYEES_FORM_DESC_EMPLOYEE_PUBLICATIONS" hint="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_PUBLICATIONS"/>
<field name="social_linkedin" label="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_SOCIAL_LINKEDIN" description="COM_DVTR_EMPLOYEES_FORM_DESC_EMPLOYEE_SOCIAL_LINKEDIN" hint="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_SOCIAL_LINKEDIN"/>
<field name="social_facebook" label="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_SOCIAL_FACEBOOK" description="COM_DVTR_EMPLOYEES_FORM_DESC_EMPLOYEE_SOCIAL_FACEBOOK" hint="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_SOCIAL_FACEBOOK"/>
<field name="social_instagram" label="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_SOCIAL_INSTAGRAM" description="COM_DVTR_EMPLOYEES_FORM_DESC_EMPLOYEE_SOCIAL_INSTAGRAM" hint="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_SOCIAL_INSTAGRAM"/>
<field name="social_twitter" label="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_SOCIAL_TWITTER" description="COM_DVTR_EMPLOYEES_FORM_DESC_EMPLOYEE_SOCIAL_TWITTER" hint="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_SOCIAL_TWITTER"/>
<field name="alias" type="text" class="inputbox" generator="name" label="JFIELD_ALIAS_LABEL" description="JFIELD_ALIAS_DESC" hint="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_ALIAS"/>
<field name="language" type="contentlanguage" label="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_LANGUAGE" description="COM_DVTR_EMPLOYEES_FORM_DESC_EMPLOYEE_LANGUAGE" hint="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_LANGUAGE">
<!-- <option value="*">JALL</option>-->
</field>
<!-- <field name="url" validate="url" type="url" label="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_URL" description="COM_DVTR_EMPLOYEES_FORM_DESC_EMPLOYEE_URL" hint="COM_DVTR_EMPLOYEES_FORM_LBL_EMPLOYEE_URL"/>-->
<field name="version_note" type="text" label="JGLOBAL_FIELD_VERSION_NOTE_LABEL" description="JGLOBAL_FIELD_VERSION_NOTE_DESC" class="inputbox" size="45" labelclass="control-label"/>
</fieldset>
</form>