first commit

This commit is contained in:
alazhar
2020-01-02 22:20:31 +07:00
commit 10eb3340ad
5753 changed files with 631345 additions and 0 deletions

View File

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<form>
<fieldset>
<field
name="lock"
type="radio"
class="btn-group"
label="COM_MESSAGES_FIELD_LOCK_LABEL"
description="COM_MESSAGES_FIELD_LOCK_DESC"
default="0">
<option
value="1">JYES</option>
<option
value="0">JNO</option>
</field>
<field
name="mail_on_new"
type="radio"
class="btn-group"
label="COM_MESSAGES_FIELD_MAIL_ON_NEW_LABEL"
description="COM_MESSAGES_FIELD_MAIL_ON_NEW_DESC"
default="1">
<option
value="1">JYES</option>
<option
value="0">JNO</option>
</field>
<field
name="auto_purge"
type="text"
class="inputbox"
size="6"
default="7"
label="COM_MESSAGES_FIELD_AUTO_PURGE_LABEL"
description="COM_MESSAGES_FIELD_AUTO_PURGE_DESC" />
</fieldset>
</form>

View File

@ -0,0 +1 @@
<!DOCTYPE html><title></title>

View File

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<form>
<fieldset>
<field
name="user_id_to"
type="usermessages"
label="COM_MESSAGES_FIELD_USER_ID_TO_LABEL"
description="COM_MESSAGES_FIELD_USER_ID_TO_DESC"
default="0"
required="true" />
<field
name="subject"
type="text"
label="COM_MESSAGES_FIELD_SUBJECT_LABEL"
description="COM_MESSAGES_FIELD_SUBJECT_DESC"
required="true" />
<field
name="message"
type="editor"
class="inputbox"
label="COM_MESSAGES_FIELD_MESSAGE_LABEL"
description="COM_MESSAGES_FIELD_MESSAGE_DESC"
required="true"
filter="JComponentHelper::filterText"
buttons="true"
hide="readmore,pagebreak,image,article" />
</fieldset>
</form>