first commit
This commit is contained in:
35
components/com_users/forms/frontend.xml
Normal file
35
components/com_users/forms/frontend.xml
Normal file
@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<form>
|
||||
<fields name="params">
|
||||
<!-- Basic user account settings. -->
|
||||
<fieldset name="params" label="COM_USERS_SETTINGS_FIELDSET_LABEL">
|
||||
<field
|
||||
name="editor"
|
||||
type="plugins"
|
||||
label="COM_USERS_USER_FIELD_EDITOR_LABEL"
|
||||
folder="editors"
|
||||
useaccess="true"
|
||||
>
|
||||
<option value="">JOPTION_USE_DEFAULT</option>
|
||||
</field>
|
||||
|
||||
<field
|
||||
name="timezone"
|
||||
type="timezone"
|
||||
label="COM_USERS_USER_FIELD_TIMEZONE_LABEL"
|
||||
>
|
||||
<option value="">JOPTION_USE_DEFAULT</option>
|
||||
</field>
|
||||
|
||||
<field
|
||||
name="language"
|
||||
type="language"
|
||||
label="COM_USERS_USER_FIELD_FRONTEND_LANGUAGE_LABEL"
|
||||
client="site"
|
||||
filter="cmd"
|
||||
>
|
||||
<option value="">JOPTION_USE_DEFAULT</option>
|
||||
</field>
|
||||
</fieldset>
|
||||
</fields>
|
||||
</form>
|
||||
Reference in New Issue
Block a user