2015-11-30 21:30:54 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<form
|
|
|
|
addrulepath="/administrator/components/com_sermondistributor/models/rules"
|
|
|
|
addfieldpath="/administrator/components/com_sermondistributor/models/fields"
|
|
|
|
>
|
|
|
|
<fieldset name="details">
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11731] Default Fields. -->
|
|
|
|
<!-- [11732] Id Field. Type: Text (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
name="id"
|
|
|
|
type="text" class="readonly" label="JGLOBAL_FIELD_ID_LABEL"
|
|
|
|
description ="JGLOBAL_FIELD_ID_DESC" size="10" default="0"
|
|
|
|
readonly="true"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11739] Date Created Field. Type: Calendar (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
name="created"
|
|
|
|
type="calendar"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_CREATED_DATE_LABEL"
|
|
|
|
description="COM_SERMONDISTRIBUTOR_SERMON_CREATED_DATE_DESC"
|
|
|
|
size="22"
|
|
|
|
format="%Y-%m-%d %H:%M:%S"
|
|
|
|
filter="user_utc"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11750] User Created Field. Type: User (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
name="created_by"
|
|
|
|
type="user"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_CREATED_BY_LABEL"
|
|
|
|
description="COM_SERMONDISTRIBUTOR_SERMON_CREATED_BY_DESC"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11758] Published Field. Type: List (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field name="published" type="list" label="JSTATUS"
|
|
|
|
description="JFIELD_PUBLISHED_DESC" class="chzn-color-state"
|
|
|
|
filter="intval" 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>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11773] Date Modified Field. Type: Calendar (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field name="modified" type="calendar" class="readonly"
|
|
|
|
label="JGLOBAL_FIELD_MODIFIED_LABEL" description="COM_CONTENT_FIELD_MODIFIED_DESC"
|
|
|
|
size="22" readonly="true" format="%Y-%m-%d %H:%M:%S" filter="user_utc" />
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11777] User Modified Field. Type: User (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field name="modified_by" type="user"
|
|
|
|
label="JGLOBAL_FIELD_MODIFIED_BY_LABEL"
|
|
|
|
class="readonly"
|
|
|
|
readonly="true"
|
|
|
|
filter="unset"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11787] Access Field. Type: Accesslevel (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field name="access"
|
|
|
|
type="accesslevel"
|
|
|
|
label="JFIELD_ACCESS_LABEL"
|
|
|
|
description="JFIELD_ACCESS_DESC"
|
|
|
|
default="1"
|
|
|
|
required="false"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11797] Ordering Field. Type: Numbers (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
name="ordering"
|
|
|
|
type="number"
|
|
|
|
class="inputbox validate-ordering"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_ORDERING_LABEL"
|
|
|
|
description=""
|
|
|
|
default="0"
|
|
|
|
size="6"
|
|
|
|
required="false"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11809] Version Field. Type: Text (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
name="version"
|
|
|
|
type="text"
|
|
|
|
class="readonly"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_VERSION_LABEL"
|
|
|
|
description="COM_SERMONDISTRIBUTOR_SERMON_VERSION_DESC"
|
|
|
|
size="6"
|
|
|
|
readonly="true"
|
|
|
|
filter="unset"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11823] Metakey Field. Type: Textarea (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
name="metakey"
|
|
|
|
type="textarea"
|
|
|
|
label="JFIELD_META_KEYWORDS_LABEL"
|
|
|
|
description="JFIELD_META_KEYWORDS_DESC"
|
|
|
|
rows="3"
|
|
|
|
cols="30"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11832] Metadesc Field. Type: Textarea (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
name="metadesc"
|
|
|
|
type="textarea"
|
|
|
|
label="JFIELD_META_DESCRIPTION_LABEL"
|
|
|
|
description="JFIELD_META_DESCRIPTION_DESC"
|
|
|
|
rows="3"
|
|
|
|
cols="30"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11842] Dynamic Fields. -->
|
|
|
|
<!-- [12078] Name Field. Type: Text. (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
type="text"
|
|
|
|
name="name"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_NAME_LABEL"
|
|
|
|
size="40"
|
|
|
|
maxlength="150"
|
|
|
|
description="COM_SERMONDISTRIBUTOR_SERMON_NAME_DESCRIPTION"
|
|
|
|
class="text_area"
|
|
|
|
readonly="false"
|
|
|
|
disabled="false"
|
|
|
|
required="true"
|
|
|
|
filter="STRING"
|
|
|
|
message="Error! Please add name here."
|
|
|
|
hint="COM_SERMONDISTRIBUTOR_SERMON_NAME_HINT"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12199] Preacher Field. Type: Preachers. (custom) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
type="preachers"
|
|
|
|
name="preacher"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_PREACHER_LABEL"
|
|
|
|
description="COM_SERMONDISTRIBUTOR_SERMON_PREACHER_DESCRIPTION"
|
|
|
|
class="list_class"
|
|
|
|
multiple="false"
|
|
|
|
default="0"
|
|
|
|
button="true"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12199] Series Field. Type: Series. (custom) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
type="series"
|
|
|
|
name="series"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_SERIES_LABEL"
|
|
|
|
description="COM_SERMONDISTRIBUTOR_SERMON_SERIES_DESCRIPTION"
|
|
|
|
class="list_class"
|
|
|
|
multiple="false"
|
|
|
|
default="0"
|
|
|
|
button="true"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12078] Short_description Field. Type: Text. (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
type="text"
|
|
|
|
name="short_description"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_SHORT_DESCRIPTION_LABEL"
|
|
|
|
size="40"
|
|
|
|
maxlength="150"
|
|
|
|
description="COM_SERMONDISTRIBUTOR_SERMON_SHORT_DESCRIPTION_DESCRIPTION"
|
|
|
|
class="text_area"
|
|
|
|
required="true"
|
|
|
|
filter="HTML"
|
|
|
|
message="Error! Please add some short description here."
|
|
|
|
hint="COM_SERMONDISTRIBUTOR_SERMON_SHORT_DESCRIPTION_HINT"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12078] Catid Field. Type: Category. (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
type="category"
|
|
|
|
name="catid"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_CATID_LABEL"
|
|
|
|
extension="com_sermondistributor.sermons"
|
|
|
|
required="false"
|
|
|
|
description="COM_SERMONDISTRIBUTOR_SERMON_CATID_DESCRIPTION"
|
|
|
|
class="inputbox"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11992] Link_type Field. Type: Radio. (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
type="radio"
|
|
|
|
name="link_type"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_LINK_TYPE_LABEL"
|
|
|
|
description="COM_SERMONDISTRIBUTOR_SERMON_LINK_TYPE_DESCRIPTION"
|
|
|
|
class="btn-group btn-group-yesno"
|
|
|
|
default="1"
|
|
|
|
required="true">
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12064] Option Set. -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<option value="1">
|
|
|
|
COM_SERMONDISTRIBUTOR_SERMON_ENCRYPTED</option>
|
|
|
|
<option value="2">
|
|
|
|
COM_SERMONDISTRIBUTOR_SERMON_DIRECT</option>
|
|
|
|
</field>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11992] Source Field. Type: List. (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
type="list"
|
|
|
|
name="source"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_SOURCE_LABEL"
|
|
|
|
description="COM_SERMONDISTRIBUTOR_SERMON_SOURCE_DESCRIPTION"
|
|
|
|
class="list_class"
|
|
|
|
multiple="false"
|
|
|
|
filter="INT"
|
|
|
|
required="true">
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12064] Option Set. -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<option value="">
|
|
|
|
COM_SERMONDISTRIBUTOR_SERMON_SELECT_SOURCE</option>
|
|
|
|
<option value="1">
|
|
|
|
COM_SERMONDISTRIBUTOR_SERMON_LOCAL_FOLDER</option>
|
|
|
|
<option value="2">
|
|
|
|
COM_SERMONDISTRIBUTOR_SERMON_DROPBOX</option>
|
|
|
|
<option value="3">
|
|
|
|
COM_SERMONDISTRIBUTOR_SERMON_URL</option>
|
|
|
|
</field>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12078] Icon Field. Type: Media. (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
type="media"
|
|
|
|
name="icon"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_ICON_LABEL"
|
|
|
|
description="COM_SERMONDISTRIBUTOR_SERMON_ICON_DESCRIPTION"
|
|
|
|
directory=""
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12078] Tags Field. Type: Tag. (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
type="tag"
|
|
|
|
name="tags"
|
|
|
|
mode="ajax"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_TAGS_LABEL"
|
|
|
|
description="COM_SERMONDISTRIBUTOR_SERMON_TAGS_DESCRIPTION"
|
|
|
|
class="inputbox small"
|
|
|
|
published="true"
|
|
|
|
multiple="true"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12199] Local_files Field. Type: Localfiles. (custom) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
type="localfiles"
|
|
|
|
name="local_files"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_LOCAL_FILES_LABEL"
|
|
|
|
description="COM_SERMONDISTRIBUTOR_SERMON_LOCAL_FILES_DESCRIPTION"
|
|
|
|
class="list_class"
|
|
|
|
multiple="true"
|
|
|
|
default="0"
|
|
|
|
required="true"
|
|
|
|
button="false"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12078] Description Field. Type: Editor. (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
type="editor"
|
|
|
|
name="description"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_DESCRIPTION_LABEL"
|
|
|
|
width="100%"
|
|
|
|
height="500"
|
|
|
|
cols="13"
|
|
|
|
rows="50"
|
|
|
|
buttons="false"
|
|
|
|
filter="safehtml"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12092] Note_auto_dropbox Field. Type: Note. A None Database Field. (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field type="note" name="note_auto_dropbox" label="COM_SERMONDISTRIBUTOR_SERMON_NOTE_AUTO_DROPBOX_LABEL" description="COM_SERMONDISTRIBUTOR_SERMON_NOTE_AUTO_DROPBOX_DESCRIPTION" heading="h4" class="alert alert-info note_auto_dropbox" />
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12078] Alias Field. Type: Text. (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
type="text"
|
|
|
|
name="alias"
|
|
|
|
label="JFIELD_ALIAS_LABEL"
|
|
|
|
description="JFIELD_ALIAS_DESC"
|
|
|
|
filter="STRING"
|
|
|
|
hint="COM_SERMONDISTRIBUTOR_SERMON_ALIAS_HINT"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12078] Not_required Field. Type: Hidden. (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
type="hidden"
|
|
|
|
name="not_required"
|
|
|
|
default="[]"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12092] Note_link_directed Field. Type: Note. A None Database Field. (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field type="note" name="note_link_directed" label="COM_SERMONDISTRIBUTOR_SERMON_NOTE_LINK_DIRECTED_LABEL" description="COM_SERMONDISTRIBUTOR_SERMON_NOTE_LINK_DIRECTED_DESCRIPTION" heading="h4" class="alert alert-info note_link_directed" close="true" />
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12092] Note_manual_dropbox Field. Type: Note. A None Database Field. (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field type="note" name="note_manual_dropbox" label="COM_SERMONDISTRIBUTOR_SERMON_NOTE_MANUAL_DROPBOX_LABEL" description="COM_SERMONDISTRIBUTOR_SERMON_NOTE_MANUAL_DROPBOX_DESCRIPTION" heading="h4" class="alert alert-info note_manual_dropbox" />
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12092] Note_link_encrypted Field. Type: Note. A None Database Field. (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field type="note" name="note_link_encrypted" label="COM_SERMONDISTRIBUTOR_SERMON_NOTE_LINK_ENCRYPTED_LABEL" description="COM_SERMONDISTRIBUTOR_SERMON_NOTE_LINK_ENCRYPTED_DESCRIPTION" heading="h4" class="alert alert-info note_link_encrypted" close="true" />
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12199] Manual_files Field. Type: Dropboxfiles. (custom) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
type="dropboxfiles"
|
|
|
|
name="manual_files"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_MANUAL_FILES_LABEL"
|
|
|
|
description="COM_SERMONDISTRIBUTOR_SERMON_MANUAL_FILES_DESCRIPTION"
|
|
|
|
class="list_class"
|
|
|
|
multiple="true"
|
|
|
|
default="0"
|
|
|
|
required="true"
|
|
|
|
button="false"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12078] Scripture Field. Type: Text. (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
type="text"
|
|
|
|
name="scripture"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_SCRIPTURE_LABEL"
|
|
|
|
size="90"
|
|
|
|
maxlength="150"
|
|
|
|
description="COM_SERMONDISTRIBUTOR_SERMON_SCRIPTURE_DESCRIPTION"
|
|
|
|
class="text_area"
|
|
|
|
readonly="false"
|
|
|
|
disabled="false"
|
|
|
|
required="false"
|
|
|
|
filter="STRING"
|
|
|
|
message="Error! Please add some scripture reference here."
|
|
|
|
hint="COM_SERMONDISTRIBUTOR_SERMON_SCRIPTURE_HINT"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12078] Url Field. Type: Url. (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
type="url"
|
|
|
|
name="url"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_URL_LABEL"
|
|
|
|
size="10"
|
|
|
|
maxlength="50"
|
|
|
|
description="COM_SERMONDISTRIBUTOR_SERMON_URL_DESCRIPTION"
|
|
|
|
class="text_area"
|
|
|
|
required="true"
|
|
|
|
filter="url"
|
|
|
|
validated="url"
|
|
|
|
message="Error! Please add sermon url here."
|
|
|
|
hint="COM_SERMONDISTRIBUTOR_SERMON_URL_HINT"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11992] Build Field. Type: Radio. (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
type="radio"
|
|
|
|
name="build"
|
|
|
|
label="COM_SERMONDISTRIBUTOR_SERMON_BUILD_LABEL"
|
|
|
|
description="COM_SERMONDISTRIBUTOR_SERMON_BUILD_DESCRIPTION"
|
|
|
|
class="btn-group btn-group-yesno"
|
|
|
|
default="1"
|
|
|
|
required="true">
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12064] Option Set. -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<option value="1">
|
|
|
|
COM_SERMONDISTRIBUTOR_SERMON_MANUAL</option>
|
|
|
|
<option value="2">
|
|
|
|
COM_SERMONDISTRIBUTOR_SERMON_AUTOMATIC</option>
|
|
|
|
</field>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [12078] Auto_sermons Field. Type: Hidden. (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
type="hidden"
|
|
|
|
name="auto_sermons"
|
|
|
|
default="1"
|
|
|
|
/>
|
|
|
|
</fieldset>
|
|
|
|
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11861] Metadata Fields. -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<fields name="metadata" label="JGLOBAL_FIELDSET_METADATA_OPTIONS">
|
|
|
|
<fieldset name="vdmmetadata"
|
|
|
|
label="JGLOBAL_FIELDSET_METADATA_OPTIONS">
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11865] Robots Field. Type: List (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field name="robots"
|
|
|
|
type="list"
|
|
|
|
label="JFIELD_METADATA_ROBOTS_LABEL"
|
|
|
|
description="JFIELD_METADATA_ROBOTS_DESC" >
|
|
|
|
<option value="">JGLOBAL_USE_GLOBAL</option>
|
|
|
|
<option value="index, follow">JGLOBAL_INDEX_FOLLOW</option>
|
|
|
|
<option value="noindex, follow">JGLOBAL_NOINDEX_FOLLOW</option>
|
|
|
|
<option value="index, nofollow">JGLOBAL_INDEX_NOFOLLOW</option>
|
|
|
|
<option value="noindex, nofollow">JGLOBAL_NOINDEX_NOFOLLOW</option>
|
|
|
|
</field>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11876] Author Field. Type: Text (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field name="author"
|
|
|
|
type="text"
|
|
|
|
label="JAUTHOR" description="JFIELD_METADATA_AUTHOR_DESC"
|
|
|
|
size="20"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [11882] Rights Field. Type: Textarea (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field name="rights" type="textarea" label="JFIELD_META_RIGHTS_LABEL"
|
|
|
|
description="JFIELD_META_RIGHTS_DESC" required="false" filter="string"
|
|
|
|
cols="30" rows="2"
|
|
|
|
/>
|
|
|
|
</fieldset>
|
|
|
|
</fields>
|
|
|
|
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [10764] Access Control Fields. -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<fieldset name="accesscontrol">
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [10766] Asset Id Field. Type: Hidden (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
name="asset_id"
|
|
|
|
type="hidden"
|
|
|
|
filter="unset"
|
|
|
|
/>
|
2016-02-20 18:13:54 +00:00
|
|
|
<!-- [10772] Rules Field. Type: Rules (joomla) -->
|
2015-11-30 21:30:54 +00:00
|
|
|
<field
|
|
|
|
name="rules"
|
|
|
|
type="rules"
|
|
|
|
label="Permissions in relation to this sermon"
|
|
|
|
translate_label="false"
|
|
|
|
filter="rules"
|
|
|
|
validate="rules"
|
|
|
|
class="inputbox"
|
|
|
|
component="com_sermondistributor"
|
|
|
|
section="sermon"
|
|
|
|
/>
|
|
|
|
</fieldset>
|
|
|
|
</form>
|