first commit
This commit is contained in:
61
administrator/components/com_users/forms/mail.xml
Normal file
61
administrator/components/com_users/forms/mail.xml
Normal file
@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<form>
|
||||
<fieldset>
|
||||
|
||||
<field
|
||||
name="recurse"
|
||||
type="checkbox"
|
||||
label="COM_USERS_MAIL_FIELD_RECURSE_LABEL"
|
||||
value="1"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="mode"
|
||||
type="checkbox"
|
||||
label="COM_USERS_MAIL_FIELD_SEND_IN_HTML_MODE_LABEL"
|
||||
value="1"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="disabled"
|
||||
type="checkbox"
|
||||
label="COM_USERS_MAIL_FIELD_EMAIL_DISABLED_USERS_LABEL"
|
||||
value="1"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="group"
|
||||
type="usergrouplist"
|
||||
label="COM_USERS_MAIL_FIELD_GROUP_LABEL"
|
||||
default="0"
|
||||
>
|
||||
<option value="0">COM_USERS_MAIL_FIELD_VALUE_ALL_USERS_GROUPS</option>
|
||||
</field>
|
||||
|
||||
<field
|
||||
name="bcc"
|
||||
type="checkbox"
|
||||
label="COM_USERS_MAIL_FIELD_SEND_AS_BLIND_CARBON_COPY_LABEL"
|
||||
default="1"
|
||||
value="1"
|
||||
checked="1"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="subject"
|
||||
type="text"
|
||||
label="COM_USERS_MAIL_FIELD_SUBJECT_LABEL"
|
||||
maxlength="150"
|
||||
required="true"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="message"
|
||||
type="textarea"
|
||||
label="COM_USERS_MAIL_FIELD_MESSAGE_LABEL"
|
||||
cols="70"
|
||||
rows="20"
|
||||
required="true"
|
||||
/>
|
||||
</fieldset>
|
||||
</form>
|
||||
Reference in New Issue
Block a user