| Current Path : /var/www/iplanru/data/www/i-plan.ru/administrator/components/com_users/models/forms/ |
| Current File : /var/www/iplanru/data/www/i-plan.ru/administrator/components/com_users/models/forms/user.xml |
<?xml version="1.0" encoding="utf-8"?> <form> <fieldset name="user_details"> <field name="name" type="text" description="COM_USERS_USER_FIELD_NAME_DESC" label="COM_USERS_USER_FIELD_NAME_LABEL" required="true" size="30" /> <field name="username" type="text" description="COM_USERS_USER_FIELD_USERNAME_DESC" label="COM_USERS_USER_FIELD_USERNAME_LABEL" required="true" size="30" /> <field name="password" type="password" autocomplete="off" class="validate-password" description="COM_USERS_USER_FIELD_PASSWORD_DESC" filter="raw" validate="password" label="JGLOBAL_PASSWORD" size="30" /> <field name="password2" type="password" autocomplete="off" class="validate-password" description="COM_USERS_USER_FIELD_PASSWORD2_DESC" filter="raw" label="COM_USERS_USER_FIELD_PASSWORD2_LABEL" size="30" validate="equals" field="password" /> <field name="email" type="email" description="COM_USERS_USER_FIELD_EMAIL_DESC" label="JGLOBAL_EMAIL" required="true" size="30" validate="email" /> <field name="registerDate" type="calendar" class="readonly" label="COM_USERS_USER_FIELD_REGISTERDATE_LABEL" description="COM_USERS_USER_FIELD_REGISTERDATE_DESC" readonly="true" format="%Y-%m-%d %H:%M:%S" size="22" filter="user_utc" /> <field name="lastvisitDate" type="calendar" class="readonly" label="COM_USERS_USER_FIELD_LASTVISIT_LABEL" description="COM_USERS_USER_FIELD_LASTVISIT_DESC" readonly="true" format="%Y-%m-%d %H:%M:%S" size="22" filter="user_utc" /> <field name="lastResetTime" type="calendar" class="readonly" label="COM_USERS_USER_FIELD_LASTRESET_LABEL" description="COM_USERS_USER_FIELD_LASTRESET_DESC" readonly="true" format="%Y-%m-%d %H:%M:%S" size="22" filter="user_utc" /> <field name="resetCount" type="text" class="readonly" label="COM_USERS_USER_FIELD_RESETCOUNT_LABEL" description ="COM_USERS_USER_FIELD_RESETCOUNT_DESC" default="0" readonly="true" /> <field name="sendEmail" type="radio" default="0" class="btn-group btn-group-yesno" label="COM_USERS_USER_FIELD_SENDEMAIL_LABEL" description="COM_USERS_USER_FIELD_SENDEMAIL_DESC"> <option value="1">JYES</option> <option value="0">JNO</option> </field> <field name="block" type="radio" class="btn-group btn-group-yesno" default="0" label="COM_USERS_USER_FIELD_BLOCK_LABEL" description="COM_USERS_USER_FIELD_BLOCK_DESC"> <option value="1">JYES</option> <option value="0">JNO</option> </field> <field name="requireReset" type="radio" default="0" class="btn-group btn-group-yesno" label="COM_USERS_USER_FIELD_REQUIRERESET_LABEL" description="COM_USERS_USER_FIELD_REQUIRERESET_DESC"> <option value="1">JYES</option> <option value="0">JNO</option> </field> <field name="id" type="text" class="readonly" label="JGLOBAL_FIELD_ID_LABEL" description ="JGLOBAL_FIELD_ID_DESC" default="0" readonly="true" /> <field name="image" type="media" label="Аватар" directory="stories/staff2" /> <field name="fio" type="text" label="ФИО" /> <field name="tel" type="text" label="Телефон" /> <field name="post" type="text" label="Должность" /> <field name="fitemid" type="textarea" label="Фильтр по Itemid" description ="Перечисляются Itemid через запятую" /> <field name="fmat" type="textarea" label="Фильтр по материалам" description ="Перечисляются ID материалов через запятую" /> <field name="furl" type="textarea" label="Фильтр по УРЛ" description ="Перечисляются отрезки URL по одному в каждой строке" /> </fieldset> <field name="groups" type="hidden" /> <field name="twofactor" type="hidden" /> <fields name="params"> <!-- Basic user account settings. --> <fieldset name="settings" label="COM_USERS_SETTINGS_FIELDSET_LABEL"> <field name="admin_style" type="templatestyle" client="administrator" description="COM_USERS_USER_FIELD_BACKEND_TEMPLATE_DESC" label="COM_USERS_USER_FIELD_BACKEND_TEMPLATE_LABEL" > <option value="">JOPTION_USE_DEFAULT</option> </field> <field name="admin_language" type="language" client="administrator" description="COM_USERS_USER_FIELD_BACKEND_LANGUAGE_DESC" label="COM_USERS_USER_FIELD_BACKEND_LANGUAGE_LABEL" > <option value="">JOPTION_USE_DEFAULT</option> </field> <field name="language" type="language" client="site" description="COM_USERS_USER_FIELD_FRONTEND_LANGUAGE_DESC" label="COM_USERS_USER_FIELD_FRONTEND_LANGUAGE_LABEL" > <option value="">JOPTION_USE_DEFAULT</option> </field> <field name="editor" type="plugins" folder="editors" description="COM_USERS_USER_FIELD_EDITOR_DESC" label="COM_USERS_USER_FIELD_EDITOR_LABEL" > <option value="">JOPTION_USE_DEFAULT</option> </field> <field name="helpsite" type="helpsite" label="COM_USERS_USER_FIELD_HELPSITE_LABEL" description="COM_USERS_USER_FIELD_HELPSITE_DESC" > <option value="">JOPTION_USE_DEFAULT</option> </field> <field name="timezone" type="timezone" label="COM_USERS_USER_FIELD_TIMEZONE_LABEL" description="COM_USERS_USER_FIELD_TIMEZONE_DESC" > <option value="">JOPTION_USE_DEFAULT</option> </field> </fieldset> </fields> </form>