You've already forked joomla_test
first commit
This commit is contained in:
35
administrator/components/com_users/models/forms/group.xml
Normal file
35
administrator/components/com_users/models/forms/group.xml
Normal file
@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset>
|
||||
<field name="id" type="hidden"
|
||||
default="0"
|
||||
required="true"
|
||||
readonly="true"
|
||||
/>
|
||||
|
||||
<field name="title" type="text"
|
||||
class="inputbox" required="true"
|
||||
description="COM_USERS_GROUP_FIELD_TITLE_DESC"
|
||||
label="COM_USERS_GROUP_FIELD_TITLE_LABEL"
|
||||
size="40"
|
||||
/>
|
||||
|
||||
<field name="parent_id" type="groupparent"
|
||||
class="inputbox"
|
||||
description="COM_USERS_GROUP_FIELD_PARENT_DESC"
|
||||
label="COM_USERS_GROUP_FIELD_PARENT_LABEL"
|
||||
required="true"
|
||||
/>
|
||||
|
||||
<field name="actions" type="hidden"
|
||||
multiple="true"
|
||||
/>
|
||||
|
||||
<field name="lft" type="hidden"
|
||||
filter="unset"
|
||||
/>
|
||||
<field name="rgt" type="hidden"
|
||||
filter="unset"
|
||||
/>
|
||||
</fieldset>
|
||||
</form>
|
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
27
administrator/components/com_users/models/forms/level.xml
Normal file
27
administrator/components/com_users/models/forms/level.xml
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset>
|
||||
<field name="id" type="hidden"
|
||||
default="0"
|
||||
readonly="true"
|
||||
required="true"
|
||||
/>
|
||||
|
||||
<field name="title" type="text"
|
||||
class="inputbox" required="true"
|
||||
description="COM_USERS_LEVEL_FIELD_TITLE_DESC"
|
||||
label="COM_USERS_LEVEL_FIELD_TITLE_LABEL"
|
||||
size="50"
|
||||
/>
|
||||
|
||||
<field name="ordering" type="text"
|
||||
default="0"
|
||||
description="JFIELD_ORDERING_DESC"
|
||||
label="JFIELD_ORDERING_LABEL"
|
||||
/>
|
||||
|
||||
<field name="rules" type="hidden"
|
||||
filter="int_array"
|
||||
/>
|
||||
</fieldset>
|
||||
</form>
|
55
administrator/components/com_users/models/forms/mail.xml
Normal file
55
administrator/components/com_users/models/forms/mail.xml
Normal file
@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset>
|
||||
|
||||
<field name="recurse" type="checkbox"
|
||||
description="COM_USERS_MAIL_FIELD_RECURSE_DESC"
|
||||
label="COM_USERS_MAIL_FIELD_RECURSE_LABEL"
|
||||
value="1"
|
||||
/>
|
||||
|
||||
<field name="mode" type="checkbox"
|
||||
description="COM_USERS_MAIL_FIELD_SEND_IN_HTML_MODE_DESC"
|
||||
label="COM_USERS_MAIL_FIELD_SEND_IN_HTML_MODE_LABEL"
|
||||
value="1"
|
||||
/>
|
||||
|
||||
<field name="disabled" type="checkbox"
|
||||
description="COM_USERS_MAIL_FIELD_EMAIL_DISABLED_USERS_DESC"
|
||||
label="COM_USERS_MAIL_FIELD_EMAIL_DISABLED_USERS_LABEL"
|
||||
value="1"
|
||||
/>
|
||||
|
||||
<field name="group" type="usergroup"
|
||||
default="0"
|
||||
description="COM_USERS_MAIL_FIELD_GROUP_DESC"
|
||||
label="COM_USERS_MAIL_FIELD_GROUP_LABEL"
|
||||
size="10"
|
||||
>
|
||||
<option value="0">COM_USERS_MAIL_FIELD_VALUE_ALL_USERS_GROUPS</option>
|
||||
</field>
|
||||
|
||||
<field name="bcc" type="checkbox"
|
||||
default="1"
|
||||
description="COM_USERS_MAIL_FIELD_SEND_AS_BLIND_CARBON_COPY_DESC"
|
||||
label="COM_USERS_MAIL_FIELD_SEND_AS_BLIND_CARBON_COPY_LABEL"
|
||||
value="1"
|
||||
/>
|
||||
|
||||
<field name="subject" type="text"
|
||||
class="inputbox span8"
|
||||
description="COM_USERS_MAIL_FIELD_SUBJECT_DESC"
|
||||
label="COM_USERS_MAIL_FIELD_SUBJECT_LABEL"
|
||||
maxlength="150"
|
||||
size="30"
|
||||
/>
|
||||
|
||||
<field name="message" type="textarea"
|
||||
class="inputbox span11"
|
||||
cols="70"
|
||||
description="COM_USERS_MAIL_FIELD_MESSAGE_DESC"
|
||||
label="COM_USERS_MAIL_FIELD_MESSAGE_LABEL"
|
||||
rows="20"
|
||||
/>
|
||||
</fieldset>
|
||||
</form>
|
126
administrator/components/com_users/models/forms/note.xml
Normal file
126
administrator/components/com_users/models/forms/note.xml
Normal file
@ -0,0 +1,126 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset>
|
||||
<field
|
||||
name="id"
|
||||
type="hidden"
|
||||
class="readonly"
|
||||
size="6"
|
||||
default="0"
|
||||
readonly="true"
|
||||
label="COM_USERS_FIELD_ID_LABEL"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="user_id"
|
||||
type="user"
|
||||
size="50"
|
||||
class="inputbox"
|
||||
required="true"
|
||||
label="COM_USERS_FIELD_USER_ID_LABEL"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="catid"
|
||||
type="category"
|
||||
class="inputbox"
|
||||
extension="com_users"
|
||||
label="COM_USERS_FIELD_CATEGORY_ID_LABEL"
|
||||
description="JFIELD_CATEGORY_DESC" >
|
||||
</field>
|
||||
|
||||
<field
|
||||
name="subject"
|
||||
type="text"
|
||||
class="inputbox"
|
||||
size="80"
|
||||
label="COM_USERS_FIELD_SUBJECT_LABEL"
|
||||
description="COM_USERS_FIELD_SUBJECT_DESC"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="body"
|
||||
type="editor"
|
||||
class="inputbox"
|
||||
rows="10"
|
||||
cols="80"
|
||||
filter="safehtml"
|
||||
label="COM_USERS_FIELD_NOTEBODY_LABEL"
|
||||
description="COM_USERS_FIELD_NOTEBODY_DESC"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="state"
|
||||
type="list"
|
||||
label="JSTATUS"
|
||||
description="COM_USERS_FIELD_STATE_DESC"
|
||||
class="inputbox"
|
||||
size="1"
|
||||
default="1">
|
||||
<option
|
||||
value="1">JPUBLISHED</option>
|
||||
<option
|
||||
value="0">JUNPUBLISHED</option>
|
||||
<option
|
||||
value="2">JARCHIVED</option>
|
||||
<option
|
||||
value="-2">JTRASHED</option>
|
||||
</field>
|
||||
|
||||
<field
|
||||
name="review_time"
|
||||
type="calendar"
|
||||
class="inputbox"
|
||||
label="COM_USERS_FIELD_REVIEW_TIME_LABEL"
|
||||
description="COM_USERS_FIELD_REVIEW_TIME_DESC"
|
||||
default="0000-00-00"
|
||||
format="%Y-%m-%d"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="checked_out"
|
||||
type="hidden"
|
||||
filter="unset"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="checked_out_time"
|
||||
type="hidden"
|
||||
filter="unset"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="created_user_id"
|
||||
type="hidden"
|
||||
filter="unset"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="created_time"
|
||||
type="hidden"
|
||||
filter="unset"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="modified_user_id"
|
||||
type="hidden"
|
||||
filter="unset"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="modified_time"
|
||||
type="hidden"
|
||||
filter="unset"
|
||||
/>
|
||||
|
||||
<field name="publish_up" type="calendar"
|
||||
label="JGLOBAL_FIELD_PUBLISH_UP_LABEL" description="JGLOBAL_FIELD_PUBLISH_UP_DESC"
|
||||
class="inputbox" format="%Y-%m-%d %H:%M:%S" size="22"
|
||||
filter="user_utc" />
|
||||
|
||||
<field name="publish_down" type="calendar"
|
||||
label="JGLOBAL_FIELD_PUBLISH_DOWN_LABEL" description="JGLOBAL_FIELD_PUBLISH_DOWN_DESC"
|
||||
class="inputbox" format="%Y-%m-%d %H:%M:%S" size="22"
|
||||
filter="user_utc" />
|
||||
</fieldset>
|
||||
</form>
|
188
administrator/components/com_users/models/forms/user.xml
Normal file
188
administrator/components/com_users/models/forms/user.xml
Normal file
@ -0,0 +1,188 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="user_details">
|
||||
<field name="name" type="text"
|
||||
class="inputbox"
|
||||
description="COM_USERS_USER_FIELD_NAME_DESC"
|
||||
label="COM_USERS_USER_FIELD_NAME_LABEL"
|
||||
required="true"
|
||||
size="30"
|
||||
/>
|
||||
|
||||
<field name="username" type="text"
|
||||
class="inputbox"
|
||||
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="inputbox 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="inputbox 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"
|
||||
class="inputbox"
|
||||
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"
|
||||
label="COM_USERS_USER_FIELD_SENDEMAIL_LABEL"
|
||||
description="COM_USERS_USER_FIELD_SENDEMAIL_DESC">
|
||||
<option
|
||||
value="0">JNO</option>
|
||||
<option
|
||||
value="1">JYES</option>
|
||||
</field>
|
||||
|
||||
<field
|
||||
name="block"
|
||||
type="radio"
|
||||
class="btn-group"
|
||||
default="0"
|
||||
label="COM_USERS_USER_FIELD_BLOCK_LABEL"
|
||||
description="COM_USERS_USER_FIELD_BLOCK_DESC">
|
||||
<option
|
||||
value="0">JNO</option>
|
||||
<option
|
||||
value="1">JYES</option>
|
||||
</field>
|
||||
|
||||
<field
|
||||
name="id"
|
||||
type="text"
|
||||
class="readonly"
|
||||
label="JGLOBAL_FIELD_ID_LABEL"
|
||||
description ="JGLOBAL_FIELD_ID_DESC"
|
||||
default="0"
|
||||
readonly="true"
|
||||
/>
|
||||
|
||||
</fieldset>
|
||||
<field name="groups" 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>
|
Reference in New Issue
Block a user