Resolved gh-169 to insure the addrulepath is also added to the default.xml file of site views. Improved the field types a little with adding the validation and message property to various field types.
This commit is contained in:
@ -100,7 +100,7 @@
|
||||
description="COM_COMPONENTBUILDER_ADMIN_VIEW_SYSTEM_NAME_DESCRIPTION"
|
||||
class="text_area"
|
||||
filter="STRING"
|
||||
message="Error! Please add some text here."
|
||||
message="COM_COMPONENTBUILDER_ADMIN_VIEW_SYSTEM_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_ADMIN_VIEW_SYSTEM_NAME_HINT"
|
||||
/>
|
||||
<!-- Name_single Field. Type: Text. (joomla) -->
|
||||
@ -116,7 +116,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add single record name here."
|
||||
message="COM_COMPONENTBUILDER_ADMIN_VIEW_NAME_SINGLE_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_ADMIN_VIEW_NAME_SINGLE_HINT"
|
||||
/>
|
||||
<!-- Name_list Field. Type: Text. (joomla) -->
|
||||
@ -132,7 +132,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add list of records name here."
|
||||
message="COM_COMPONENTBUILDER_ADMIN_VIEW_NAME_LIST_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_ADMIN_VIEW_NAME_LIST_HINT"
|
||||
/>
|
||||
<!-- Short_description Field. Type: Text. (joomla) -->
|
||||
@ -146,7 +146,7 @@
|
||||
class="text_area"
|
||||
required="true"
|
||||
filter="HTML"
|
||||
message="Error! Please add some short description here."
|
||||
message="COM_COMPONENTBUILDER_ADMIN_VIEW_SHORT_DESCRIPTION_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_ADMIN_VIEW_SHORT_DESCRIPTION_HINT"
|
||||
/>
|
||||
<!-- Icon Field. Type: Media. (joomla) -->
|
||||
@ -480,7 +480,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add name here."
|
||||
message="COM_COMPONENTBUILDER_ADMIN_VIEW_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_ADMIN_VIEW_NAME_HINT"
|
||||
/>
|
||||
</form>
|
||||
@ -561,7 +561,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="WORD"
|
||||
message="Error! Please add key here."
|
||||
message="COM_COMPONENTBUILDER_ADMIN_VIEW_KEY_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_ADMIN_VIEW_KEY_HINT"
|
||||
/>
|
||||
<!-- Parentkey Field. Type: Text. (joomla) -->
|
||||
@ -577,7 +577,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="WORD"
|
||||
message="Error! Please add key here."
|
||||
message="COM_COMPONENTBUILDER_ADMIN_VIEW_PARENTKEY_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_ADMIN_VIEW_PARENTKEY_HINT"
|
||||
/>
|
||||
<!-- Addnew Field. Type: Checkbox. (joomla) -->
|
||||
@ -1474,7 +1474,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add name here."
|
||||
message="COM_COMPONENTBUILDER_ADMIN_VIEW_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_ADMIN_VIEW_NAME_HINT"
|
||||
/>
|
||||
<!-- Method Field. Type: Text. (joomla) -->
|
||||
@ -1488,7 +1488,7 @@
|
||||
class="text_area"
|
||||
required="false"
|
||||
filter="CMD"
|
||||
message="Error! Please add controller method name here."
|
||||
message="COM_COMPONENTBUILDER_ADMIN_VIEW_METHOD_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_ADMIN_VIEW_METHOD_HINT"
|
||||
/>
|
||||
<!-- Target Field. Type: List. (joomla) -->
|
||||
@ -1739,7 +1739,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add value name here."
|
||||
message="COM_COMPONENTBUILDER_ADMIN_VIEW_VALUE_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_ADMIN_VIEW_VALUE_NAME_HINT"
|
||||
/>
|
||||
<!-- Task_name Field. Type: Text. (joomla) -->
|
||||
@ -1755,7 +1755,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="WORD"
|
||||
message="Error! Please add task name here."
|
||||
message="COM_COMPONENTBUILDER_ADMIN_VIEW_TASK_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_ADMIN_VIEW_TASK_NAME_HINT"
|
||||
/>
|
||||
<!-- Input_default Field. Type: Text. (joomla) -->
|
||||
@ -1772,7 +1772,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add default input value here."
|
||||
message="COM_COMPONENTBUILDER_ADMIN_VIEW_INPUT_DEFAULT_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_ADMIN_VIEW_INPUT_DEFAULT_HINT"
|
||||
/>
|
||||
<!-- Input_filter Field. Type: List. (joomla) -->
|
||||
@ -1832,7 +1832,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="WORD"
|
||||
message="Error! Please add method name here."
|
||||
message="COM_COMPONENTBUILDER_ADMIN_VIEW_METHOD_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_ADMIN_VIEW_METHOD_NAME_HINT"
|
||||
/>
|
||||
<!-- User_check Field. Type: Checkbox. (joomla) -->
|
||||
|
@ -153,7 +153,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add tab name here."
|
||||
message="COM_COMPONENTBUILDER_COMPONENT_CONFIG_TABNAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_COMPONENT_CONFIG_TABNAME_HINT"
|
||||
/>
|
||||
</form>
|
||||
|
@ -125,7 +125,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add name here."
|
||||
message="COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_MENUS_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_MENUS_NAME_HINT"
|
||||
/>
|
||||
<!-- Name_code Field. Type: Text. (joomla) -->
|
||||
@ -139,7 +139,7 @@
|
||||
class="text_area"
|
||||
required="false"
|
||||
filter="CMD"
|
||||
message="Error! Please add name in code here."
|
||||
message="COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_MENUS_NAME_CODE_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_MENUS_NAME_CODE_HINT"
|
||||
/>
|
||||
<!-- Link Field. Type: Text. (joomla) -->
|
||||
@ -155,7 +155,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add menu link."
|
||||
message="COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_MENUS_LINK_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_MENUS_LINK_HINT"
|
||||
/>
|
||||
<!-- Icon Field. Type: Filelist. (joomla) -->
|
||||
|
@ -139,7 +139,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add name here."
|
||||
message="COM_COMPONENTBUILDER_COMPONENT_DASHBOARD_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_COMPONENT_DASHBOARD_NAME_HINT"
|
||||
/>
|
||||
<!-- Header Field. Type: Text. (joomla) -->
|
||||
@ -155,7 +155,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add header here."
|
||||
message="COM_COMPONENTBUILDER_COMPONENT_DASHBOARD_HEADER_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_COMPONENT_DASHBOARD_HEADER_HINT"
|
||||
/>
|
||||
<!-- Html Field. Type: Textarea. (joomla) -->
|
||||
|
@ -142,7 +142,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="PATH"
|
||||
message="Error! Please add target path."
|
||||
message="COM_COMPONENTBUILDER_COMPONENT_FILES_FOLDERS_PATH_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_COMPONENT_FILES_FOLDERS_PATH_HINT"
|
||||
/>
|
||||
<!-- Notnew Field. Type: Checkbox. (joomla) -->
|
||||
@ -193,7 +193,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="PATH"
|
||||
message="Error! Please add target path."
|
||||
message="COM_COMPONENTBUILDER_COMPONENT_FILES_FOLDERS_PATH_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_COMPONENT_FILES_FOLDERS_PATH_HINT"
|
||||
/>
|
||||
<!-- Rename Field. Type: Checkbox. (joomla) -->
|
||||
|
@ -126,7 +126,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add some text here."
|
||||
message="COM_COMPONENTBUILDER_COMPONENT_UPDATES_VERSION_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_COMPONENT_UPDATES_VERSION_HINT"
|
||||
/>
|
||||
<!-- Mysql Field. Type: Textarea. (joomla) -->
|
||||
@ -154,7 +154,7 @@
|
||||
required="false"
|
||||
filter="raw"
|
||||
validated="url"
|
||||
message="Error! Please add url here."
|
||||
message="COM_COMPONENTBUILDER_COMPONENT_UPDATES_URL_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_COMPONENT_UPDATES_URL_HINT"
|
||||
/>
|
||||
</form>
|
||||
|
@ -100,7 +100,7 @@
|
||||
description="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_SYSTEM_NAME_DESCRIPTION"
|
||||
class="text_area"
|
||||
filter="STRING"
|
||||
message="Error! Please add some text here."
|
||||
message="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_SYSTEM_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_SYSTEM_NAME_HINT"
|
||||
/>
|
||||
<!-- Name Field. Type: Text. (joomla) -->
|
||||
@ -116,7 +116,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add name here."
|
||||
message="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_NAME_HINT"
|
||||
/>
|
||||
<!-- Codename Field. Type: Text. (joomla) -->
|
||||
@ -129,7 +129,7 @@
|
||||
description="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CODENAME_DESCRIPTION"
|
||||
class="text_area"
|
||||
filter="CMD"
|
||||
message="Error! Please add name in code here."
|
||||
message="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CODENAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CODENAME_HINT"
|
||||
/>
|
||||
<!-- Description Field. Type: Text. (joomla) -->
|
||||
@ -145,7 +145,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add description here."
|
||||
message="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_DESCRIPTION_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_DESCRIPTION_HINT"
|
||||
/>
|
||||
<!-- Snippet Field. Type: Snippets. (custom) -->
|
||||
@ -889,7 +889,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add name here."
|
||||
message="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_NAME_HINT"
|
||||
/>
|
||||
<!-- Method Field. Type: Text. (joomla) -->
|
||||
@ -903,7 +903,7 @@
|
||||
class="text_area"
|
||||
required="false"
|
||||
filter="CMD"
|
||||
message="Error! Please add controller method name here."
|
||||
message="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_METHOD_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_METHOD_HINT"
|
||||
/>
|
||||
<!-- Target Field. Type: List. (joomla) -->
|
||||
|
@ -113,7 +113,7 @@
|
||||
class="text_area span12"
|
||||
required="true"
|
||||
filter="PATH"
|
||||
message="Error! Please add target path."
|
||||
message="COM_COMPONENTBUILDER_CUSTOM_CODE_PATH_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_CUSTOM_CODE_PATH_HINT"
|
||||
/>
|
||||
<!-- Target Field. Type: Radio. (joomla) -->
|
||||
@ -170,7 +170,7 @@
|
||||
class="text_area"
|
||||
readonly="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add some text here."
|
||||
message="COM_COMPONENTBUILDER_CUSTOM_CODE_HASHTARGET_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_CUSTOM_CODE_HASHTARGET_HINT"
|
||||
/>
|
||||
<!-- Code Field. Type: Textarea. (joomla) -->
|
||||
@ -197,7 +197,7 @@
|
||||
class="text_area"
|
||||
readonly="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add some text here."
|
||||
message="COM_COMPONENTBUILDER_CUSTOM_CODE_HASHENDTARGET_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_CUSTOM_CODE_HASHENDTARGET_HINT"
|
||||
/>
|
||||
<!-- To_line Field. Type: Text. (joomla) -->
|
||||
@ -210,7 +210,7 @@
|
||||
description="COM_COMPONENTBUILDER_CUSTOM_CODE_TO_LINE_DESCRIPTION"
|
||||
class="text_area"
|
||||
filter="FLOAT"
|
||||
message="Error! Please add line number here."
|
||||
message="COM_COMPONENTBUILDER_CUSTOM_CODE_TO_LINE_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_CUSTOM_CODE_TO_LINE_HINT"
|
||||
onchange="if(!jQuery(this).val().match(/^\d+$/)){jQuery(this).val('')};"
|
||||
/>
|
||||
@ -236,7 +236,7 @@
|
||||
description="COM_COMPONENTBUILDER_CUSTOM_CODE_FROM_LINE_DESCRIPTION"
|
||||
class="text_area"
|
||||
filter="FLOAT"
|
||||
message="Error! Please add amount paid here."
|
||||
message="COM_COMPONENTBUILDER_CUSTOM_CODE_FROM_LINE_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_CUSTOM_CODE_FROM_LINE_HINT"
|
||||
onchange="if(!jQuery(this).val().match(/^\d+$/)){jQuery(this).val('')};"
|
||||
/>
|
||||
@ -250,7 +250,7 @@
|
||||
description="COM_COMPONENTBUILDER_CUSTOM_CODE_SYSTEM_NAME_DESCRIPTION"
|
||||
class="text_area"
|
||||
filter="STRING"
|
||||
message="Error! Please add some text here."
|
||||
message="COM_COMPONENTBUILDER_CUSTOM_CODE_SYSTEM_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_CUSTOM_CODE_SYSTEM_NAME_HINT"
|
||||
/>
|
||||
<!-- Note_jcb_placeholder Field. Type: Note. A None Database Field. (joomla) -->
|
||||
|
@ -103,7 +103,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add name here."
|
||||
message="COM_COMPONENTBUILDER_DYNAMIC_GET_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_DYNAMIC_GET_NAME_HINT"
|
||||
/>
|
||||
<!-- Main_source Field. Type: List. (joomla) -->
|
||||
@ -262,7 +262,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add state key here."
|
||||
message="COM_COMPONENTBUILDER_DYNAMIC_GET_STATE_KEY_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_DYNAMIC_GET_STATE_KEY_HINT"
|
||||
/>
|
||||
<!-- Operator Field. Type: List. (joomla) -->
|
||||
@ -313,7 +313,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="CMD"
|
||||
message="Error! Please add table key here."
|
||||
message="COM_COMPONENTBUILDER_DYNAMIC_GET_TABLE_KEY_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_DYNAMIC_GET_TABLE_KEY_HINT"
|
||||
/>
|
||||
</form>
|
||||
@ -351,7 +351,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="CMD"
|
||||
message="Error! Please add table key here."
|
||||
message="COM_COMPONENTBUILDER_DYNAMIC_GET_TABLE_KEY_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_DYNAMIC_GET_TABLE_KEY_HINT"
|
||||
/>
|
||||
<!-- Operator Field. Type: List. (joomla) -->
|
||||
@ -402,7 +402,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="CMD"
|
||||
message="Error! Please add value key here."
|
||||
message="COM_COMPONENTBUILDER_DYNAMIC_GET_VALUE_KEY_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_DYNAMIC_GET_VALUE_KEY_HINT"
|
||||
/>
|
||||
</form>
|
||||
@ -445,7 +445,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="CMD"
|
||||
message="Error! Please add table key here."
|
||||
message="COM_COMPONENTBUILDER_DYNAMIC_GET_TABLE_KEY_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_DYNAMIC_GET_TABLE_KEY_HINT"
|
||||
/>
|
||||
<!-- Direction Field. Type: List. (joomla) -->
|
||||
@ -499,7 +499,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="CMD"
|
||||
message="Error! Please add variable name here."
|
||||
message="COM_COMPONENTBUILDER_DYNAMIC_GET_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_DYNAMIC_GET_NAME_HINT"
|
||||
/>
|
||||
<!-- Key Field. Type: Text. (joomla) -->
|
||||
@ -515,7 +515,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add table as name here."
|
||||
message="COM_COMPONENTBUILDER_DYNAMIC_GET_KEY_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_DYNAMIC_GET_KEY_HINT"
|
||||
/>
|
||||
<!-- As Field. Type: List. (joomla) -->
|
||||
@ -852,7 +852,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="CMD"
|
||||
message="Error! Please add field name here."
|
||||
message="COM_COMPONENTBUILDER_DYNAMIC_GET_ON_FIELD_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_DYNAMIC_GET_ON_FIELD_HINT"
|
||||
/>
|
||||
<!-- Operator Field. Type: List. (joomla) -->
|
||||
@ -903,7 +903,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="CMD"
|
||||
message="Error! Please add field name here."
|
||||
message="COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_FIELD_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_FIELD_HINT"
|
||||
/>
|
||||
<!-- Selection Field. Type: Textarea. (joomla) -->
|
||||
@ -1014,7 +1014,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="WORD"
|
||||
message="Error! Please add method name here."
|
||||
message="COM_COMPONENTBUILDER_DYNAMIC_GET_GETCUSTOM_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_DYNAMIC_GET_GETCUSTOM_HINT"
|
||||
/>
|
||||
<!-- Php_before_getitems Field. Type: Textarea. (joomla) -->
|
||||
@ -1253,7 +1253,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="CMD"
|
||||
message="Error! Please add field name here."
|
||||
message="COM_COMPONENTBUILDER_DYNAMIC_GET_ON_FIELD_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_DYNAMIC_GET_ON_FIELD_HINT"
|
||||
/>
|
||||
<!-- Operator Field. Type: List. (joomla) -->
|
||||
@ -1304,7 +1304,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="CMD"
|
||||
message="Error! Please add field name here."
|
||||
message="COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_FIELD_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_FIELD_HINT"
|
||||
/>
|
||||
<!-- Selection Field. Type: Textarea. (joomla) -->
|
||||
|
@ -103,7 +103,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add name here."
|
||||
message="COM_COMPONENTBUILDER_FIELD_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_FIELD_NAME_HINT"
|
||||
/>
|
||||
<!-- Fieldtype Field. Type: Fieldtypes. (custom) -->
|
||||
@ -201,7 +201,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add other data length/values here."
|
||||
message="COM_COMPONENTBUILDER_FIELD_DATALENGHT_OTHER_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_FIELD_DATALENGHT_OTHER_HINT"
|
||||
/>
|
||||
<!-- Datadefault Field. Type: List. (joomla) -->
|
||||
@ -253,7 +253,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add other default here."
|
||||
message="COM_COMPONENTBUILDER_FIELD_DATADEFAULT_OTHER_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_FIELD_DATADEFAULT_OTHER_HINT"
|
||||
/>
|
||||
<!-- Note_filter_information Field. Type: Note. A None Database Field. (joomla) -->
|
||||
|
@ -103,7 +103,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add name here."
|
||||
message="COM_COMPONENTBUILDER_FIELDTYPE_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_FIELDTYPE_NAME_HINT"
|
||||
/>
|
||||
<!-- Note_on_fields Field. Type: Note. A None Database Field. (joomla) -->
|
||||
@ -140,7 +140,7 @@
|
||||
class="text_area"
|
||||
required="true"
|
||||
filter="HTML"
|
||||
message="Error! Please add some short description here."
|
||||
message="COM_COMPONENTBUILDER_FIELDTYPE_SHORT_DESCRIPTION_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_FIELDTYPE_SHORT_DESCRIPTION_HINT"
|
||||
/>
|
||||
<!-- Properties Field. Type: Subform. (joomla) -->
|
||||
@ -167,7 +167,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add name here."
|
||||
message="COM_COMPONENTBUILDER_FIELDTYPE_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_FIELDTYPE_NAME_HINT"
|
||||
/>
|
||||
<!-- Example Field. Type: Text. (joomla) -->
|
||||
@ -182,7 +182,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add value/example here."
|
||||
message="COM_COMPONENTBUILDER_FIELDTYPE_EXAMPLE_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_FIELDTYPE_EXAMPLE_HINT"
|
||||
/>
|
||||
<!-- Adjustable Field. Type: Checkbox. (joomla) -->
|
||||
|
@ -103,7 +103,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add name here."
|
||||
message="COM_COMPONENTBUILDER_FTP_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_FTP_NAME_HINT"
|
||||
/>
|
||||
<!-- Note_ftp_signature Field. Type: Note. A None Database Field. (joomla) -->
|
||||
@ -119,7 +119,7 @@
|
||||
class="text_area span12"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add some text here."
|
||||
message="COM_COMPONENTBUILDER_FTP_SIGNATURE_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_FTP_SIGNATURE_HINT"
|
||||
autocomplete="off"
|
||||
/>
|
||||
|
@ -103,7 +103,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add title here."
|
||||
message="COM_COMPONENTBUILDER_HELP_DOCUMENT_TITLE_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_HELP_DOCUMENT_TITLE_HINT"
|
||||
/>
|
||||
<!-- Type Field. Type: List. (joomla) -->
|
||||
@ -226,7 +226,7 @@
|
||||
required="true"
|
||||
filter="url"
|
||||
validated="url"
|
||||
message="Error! Please add url here."
|
||||
message="COM_COMPONENTBUILDER_HELP_DOCUMENT_URL_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_HELP_DOCUMENT_URL_HINT"
|
||||
/>
|
||||
<!-- Not_required Field. Type: Hidden. (joomla) -->
|
||||
|
@ -118,7 +118,7 @@
|
||||
description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_SYSTEM_NAME_DESCRIPTION"
|
||||
class="text_area"
|
||||
filter="STRING"
|
||||
message="Error! Please add some text here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_SYSTEM_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_SYSTEM_NAME_HINT"
|
||||
/>
|
||||
<!-- Name_code Field. Type: Text. (joomla) -->
|
||||
@ -132,7 +132,7 @@
|
||||
class="text_area"
|
||||
required="true"
|
||||
filter="CMD"
|
||||
message="Error! Please add name in code here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NAME_CODE_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NAME_CODE_HINT"
|
||||
/>
|
||||
<!-- Component_version Field. Type: Text. (joomla) -->
|
||||
@ -147,7 +147,7 @@
|
||||
class="text_area"
|
||||
required="true"
|
||||
filter="CMD"
|
||||
message="Error! Please add version here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_COMPONENT_VERSION_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_COMPONENT_VERSION_HINT"
|
||||
/>
|
||||
<!-- Short_description Field. Type: Text. (joomla) -->
|
||||
@ -161,7 +161,7 @@
|
||||
class="text_area"
|
||||
required="true"
|
||||
filter="HTML"
|
||||
message="Error! Please add some short description here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_SHORT_DESCRIPTION_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_SHORT_DESCRIPTION_HINT"
|
||||
/>
|
||||
<!-- Companyname Field. Type: Text. (joomla) -->
|
||||
@ -177,7 +177,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add company name here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_COMPANYNAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_COMPANYNAME_HINT"
|
||||
/>
|
||||
<!-- Author Field. Type: Text. (joomla) -->
|
||||
@ -193,7 +193,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="HTML"
|
||||
message="Error! Please add author name here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_AUTHOR_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_AUTHOR_HINT"
|
||||
/>
|
||||
<!-- Add_update_server Field. Type: Radio. (joomla) -->
|
||||
@ -433,7 +433,7 @@
|
||||
required="true"
|
||||
filter="STRING"
|
||||
validate="email"
|
||||
message="Error! Please author email address here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_EMAIL_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_EMAIL_HINT"
|
||||
/>
|
||||
<!-- Add_php_helper_both Field. Type: Radio. (joomla) -->
|
||||
@ -462,7 +462,7 @@
|
||||
required="true"
|
||||
filter="url"
|
||||
validated="url"
|
||||
message="Error! Please add website here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_WEBSITE_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_WEBSITE_HINT"
|
||||
/>
|
||||
<!-- Add_admin_event Field. Type: Radio. (joomla) -->
|
||||
@ -568,7 +568,7 @@
|
||||
description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_WHMCS_KEY_DESCRIPTION"
|
||||
class="text_area"
|
||||
filter="STRING"
|
||||
message="Error! Please add some secret key here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_WHMCS_KEY_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_WHMCS_KEY_HINT"
|
||||
/>
|
||||
<!-- Php_postflight_install Field. Type: Textarea. (joomla) -->
|
||||
@ -595,7 +595,7 @@
|
||||
class="text_area"
|
||||
filter="url"
|
||||
validated="url"
|
||||
message="Error! Please add website here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_WHMCS_URL_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_WHMCS_URL_HINT"
|
||||
/>
|
||||
<!-- Php_method_uninstall Field. Type: Textarea. (joomla) -->
|
||||
@ -697,7 +697,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add component name here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NAME_HINT"
|
||||
/>
|
||||
<!-- Buildcomp Field. Type: Radio. (joomla) -->
|
||||
@ -936,7 +936,7 @@
|
||||
class="text_area"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add export key here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_EXPORT_KEY_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_EXPORT_KEY_HINT"
|
||||
/>
|
||||
<!-- Add_php_postflight_update Field. Type: Radio. (joomla) -->
|
||||
@ -965,7 +965,7 @@
|
||||
required="false"
|
||||
filter="url"
|
||||
validated="url"
|
||||
message="Error! Please add link here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_EXPORT_PACKAGE_LINK_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_EXPORT_PACKAGE_LINK_HINT"
|
||||
/>
|
||||
<!-- Add_php_method_uninstall Field. Type: Radio. (joomla) -->
|
||||
@ -994,7 +994,7 @@
|
||||
required="false"
|
||||
filter="url"
|
||||
validated="url"
|
||||
message="Error! Please add link here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_EXPORT_BUY_LINK_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_EXPORT_BUY_LINK_HINT"
|
||||
/>
|
||||
<!-- Add_sql Field. Type: Radio. (joomla) -->
|
||||
@ -1054,7 +1054,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add name here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NAME_HINT"
|
||||
/>
|
||||
<!-- Title Field. Type: Text. (joomla) -->
|
||||
@ -1070,7 +1070,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add some text here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_TITLE_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_TITLE_HINT"
|
||||
/>
|
||||
<!-- Email Field. Type: Text. (joomla) -->
|
||||
@ -1085,7 +1085,7 @@
|
||||
required="false"
|
||||
filter="STRING"
|
||||
validate="email"
|
||||
message="Error! Please add email address here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_EMAIL_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_EMAIL_HINT"
|
||||
/>
|
||||
<!-- Website Field. Type: Url. (joomla) -->
|
||||
@ -1100,7 +1100,7 @@
|
||||
required="false"
|
||||
filter="url"
|
||||
validated="url"
|
||||
message="Error! Please add website here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_WEBSITE_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_WEBSITE_HINT"
|
||||
/>
|
||||
<!-- Use Field. Type: List. (joomla) -->
|
||||
@ -1154,7 +1154,7 @@
|
||||
class="text_area span12"
|
||||
filter="url"
|
||||
validated="url"
|
||||
message="Error! Please add url here."
|
||||
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_UPDATE_SERVER_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_UPDATE_SERVER_HINT"
|
||||
/>
|
||||
<!-- Emptycontributors Field. Type: Radio. (joomla) -->
|
||||
|
@ -103,7 +103,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add name here."
|
||||
message="COM_COMPONENTBUILDER_LANGUAGE_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_LANGUAGE_NAME_HINT"
|
||||
/>
|
||||
<!-- Langtag Field. Type: Text. (joomla) -->
|
||||
@ -116,7 +116,7 @@
|
||||
description="COM_COMPONENTBUILDER_LANGUAGE_LANGTAG_DESCRIPTION"
|
||||
class="text_area"
|
||||
filter="STRING"
|
||||
message="Error! Please add language tag here."
|
||||
message="COM_COMPONENTBUILDER_LANGUAGE_LANGTAG_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_LANGUAGE_LANGTAG_HINT"
|
||||
/>
|
||||
</fieldset>
|
||||
|
@ -98,6 +98,7 @@
|
||||
rows="4"
|
||||
cols="5"
|
||||
description="JFIELD_TITLE_DESC"
|
||||
message="COM_COMPONENTBUILDER_LANGUAGE_TRANSLATION_ENTRANSLATION_MESSAGE"
|
||||
class="text_area span12"
|
||||
filter="STRING"
|
||||
hint="COM_COMPONENTBUILDER_LANGUAGE_TRANSLATION_ENTRANSLATION_HINT"
|
||||
@ -122,6 +123,7 @@
|
||||
label="COM_COMPONENTBUILDER_LANGUAGE_TRANSLATION_TRANSLATION_LABEL"
|
||||
rows="4"
|
||||
cols="20"
|
||||
message="COM_COMPONENTBUILDER_LANGUAGE_TRANSLATION_TRANSLATION_MESSAGE"
|
||||
class="text_area translation_text_area"
|
||||
filter="STRING"
|
||||
hint="COM_COMPONENTBUILDER_LANGUAGE_TRANSLATION_TRANSLATION_HINT"
|
||||
|
@ -103,7 +103,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add name here."
|
||||
message="COM_COMPONENTBUILDER_LAYOUT_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_LAYOUT_NAME_HINT"
|
||||
/>
|
||||
<!-- Alias Field. Type: Text. (joomla) -->
|
||||
@ -116,7 +116,7 @@
|
||||
description="COM_COMPONENTBUILDER_LAYOUT_ALIAS_DESCRIPTION"
|
||||
class="text_area"
|
||||
filter="CMD"
|
||||
message="Error! Please add name in code here."
|
||||
message="COM_COMPONENTBUILDER_LAYOUT_ALIAS_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_LAYOUT_ALIAS_HINT"
|
||||
/>
|
||||
<!-- Description Field. Type: Text. (joomla) -->
|
||||
@ -132,7 +132,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add description here."
|
||||
message="COM_COMPONENTBUILDER_LAYOUT_DESCRIPTION_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_LAYOUT_DESCRIPTION_HINT"
|
||||
/>
|
||||
<!-- Dynamic_get Field. Type: Dynamicget. (custom) -->
|
||||
|
@ -100,7 +100,7 @@
|
||||
description="COM_COMPONENTBUILDER_SITE_VIEW_SYSTEM_NAME_DESCRIPTION"
|
||||
class="text_area"
|
||||
filter="STRING"
|
||||
message="Error! Please add some text here."
|
||||
message="COM_COMPONENTBUILDER_SITE_VIEW_SYSTEM_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_SITE_VIEW_SYSTEM_NAME_HINT"
|
||||
/>
|
||||
<!-- Name Field. Type: Text. (joomla) -->
|
||||
@ -116,7 +116,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add name here."
|
||||
message="COM_COMPONENTBUILDER_SITE_VIEW_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_SITE_VIEW_NAME_HINT"
|
||||
/>
|
||||
<!-- Codename Field. Type: Text. (joomla) -->
|
||||
@ -129,7 +129,7 @@
|
||||
description="COM_COMPONENTBUILDER_SITE_VIEW_CODENAME_DESCRIPTION"
|
||||
class="text_area"
|
||||
filter="CMD"
|
||||
message="Error! Please add name in code here."
|
||||
message="COM_COMPONENTBUILDER_SITE_VIEW_CODENAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_SITE_VIEW_CODENAME_HINT"
|
||||
/>
|
||||
<!-- Description Field. Type: Text. (joomla) -->
|
||||
@ -145,7 +145,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add description here."
|
||||
message="COM_COMPONENTBUILDER_SITE_VIEW_DESCRIPTION_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_SITE_VIEW_DESCRIPTION_HINT"
|
||||
/>
|
||||
<!-- Snippet Field. Type: Snippets. (custom) -->
|
||||
@ -425,7 +425,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add value name here."
|
||||
message="COM_COMPONENTBUILDER_SITE_VIEW_VALUE_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_SITE_VIEW_VALUE_NAME_HINT"
|
||||
/>
|
||||
<!-- Task_name Field. Type: Text. (joomla) -->
|
||||
@ -441,7 +441,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="WORD"
|
||||
message="Error! Please add task name here."
|
||||
message="COM_COMPONENTBUILDER_SITE_VIEW_TASK_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_SITE_VIEW_TASK_NAME_HINT"
|
||||
/>
|
||||
<!-- Input_default Field. Type: Text. (joomla) -->
|
||||
@ -458,7 +458,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add default input value here."
|
||||
message="COM_COMPONENTBUILDER_SITE_VIEW_INPUT_DEFAULT_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_SITE_VIEW_INPUT_DEFAULT_HINT"
|
||||
/>
|
||||
<!-- Input_filter Field. Type: List. (joomla) -->
|
||||
@ -518,7 +518,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="WORD"
|
||||
message="Error! Please add method name here."
|
||||
message="COM_COMPONENTBUILDER_SITE_VIEW_METHOD_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_SITE_VIEW_METHOD_NAME_HINT"
|
||||
/>
|
||||
<!-- User_check Field. Type: Checkbox. (joomla) -->
|
||||
@ -1041,7 +1041,7 @@
|
||||
disabled="false"
|
||||
required="false"
|
||||
filter="STRING"
|
||||
message="Error! Please add name here."
|
||||
message="COM_COMPONENTBUILDER_SITE_VIEW_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_SITE_VIEW_NAME_HINT"
|
||||
/>
|
||||
<!-- Method Field. Type: Text. (joomla) -->
|
||||
@ -1055,7 +1055,7 @@
|
||||
class="text_area"
|
||||
required="false"
|
||||
filter="CMD"
|
||||
message="Error! Please add controller method name here."
|
||||
message="COM_COMPONENTBUILDER_SITE_VIEW_METHOD_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_SITE_VIEW_METHOD_HINT"
|
||||
/>
|
||||
<!-- Target Field. Type: List. (joomla) -->
|
||||
|
@ -103,7 +103,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add name here."
|
||||
message="COM_COMPONENTBUILDER_SNIPPET_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_SNIPPET_NAME_HINT"
|
||||
/>
|
||||
<!-- Url Field. Type: Url. (joomla) -->
|
||||
@ -118,7 +118,7 @@
|
||||
required="true"
|
||||
filter="url"
|
||||
validated="url"
|
||||
message="Error! Please add url here."
|
||||
message="COM_COMPONENTBUILDER_SNIPPET_URL_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_SNIPPET_URL_HINT"
|
||||
/>
|
||||
<!-- Type Field. Type: List. (joomla) -->
|
||||
@ -156,7 +156,7 @@
|
||||
class="text_area"
|
||||
required="true"
|
||||
filter="HTML"
|
||||
message="Error! Please add some short heading here."
|
||||
message="COM_COMPONENTBUILDER_SNIPPET_HEADING_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_SNIPPET_HEADING_HINT"
|
||||
/>
|
||||
<!-- Description Field. Type: Textarea. (joomla) -->
|
||||
|
@ -103,7 +103,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add name here."
|
||||
message="COM_COMPONENTBUILDER_TEMPLATE_NAME_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_TEMPLATE_NAME_HINT"
|
||||
/>
|
||||
<!-- Alias Field. Type: Text. (joomla) -->
|
||||
@ -116,7 +116,7 @@
|
||||
description="COM_COMPONENTBUILDER_TEMPLATE_ALIAS_DESCRIPTION"
|
||||
class="text_area"
|
||||
filter="CMD"
|
||||
message="Error! Please add name in code here."
|
||||
message="COM_COMPONENTBUILDER_TEMPLATE_ALIAS_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_TEMPLATE_ALIAS_HINT"
|
||||
/>
|
||||
<!-- Description Field. Type: Text. (joomla) -->
|
||||
@ -132,7 +132,7 @@
|
||||
disabled="false"
|
||||
required="true"
|
||||
filter="STRING"
|
||||
message="Error! Please add description here."
|
||||
message="COM_COMPONENTBUILDER_TEMPLATE_DESCRIPTION_MESSAGE"
|
||||
hint="COM_COMPONENTBUILDER_TEMPLATE_DESCRIPTION_HINT"
|
||||
/>
|
||||
<!-- Snippet Field. Type: Snippets. (custom) -->
|
||||
|
Reference in New Issue
Block a user