35
0
Fork 0
This commit is contained in:
Llewellyn van der Merwe 2022-03-10 06:27:15 +02:00
parent 1b061c3578
commit bcda7f1b07
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
5 changed files with 357 additions and 357 deletions

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="4" group="content" method="upgrade">
<name>PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS</name>
<creationDate>15th January, 2022</creationDate>
<name>PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS</name>
<creationDate>10th March, 2022</creationDate>
<author>Llewellyn van der Merwe</author>
<authorEmail>joomla@vdm.io</authorEmail>
<authorUrl>https://dev.vdm.io</authorUrl>
<copyright>Copyright (C) 2015 Vast Development Method. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>1.0.0</version>
<description>PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_XML_DESCRIPTION</description>
<description>PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_XML_DESCRIPTION</description>
<!-- Scripts to run on installation -->
<scriptfile>script.php</scriptfile>

View File

@ -82,7 +82,7 @@ class JFormFieldPowers extends JFormFieldList
if ($user->authorise('power.create', 'com_componentbuilder') && $app->isAdmin()) // TODO for now only in admin area.
{
// build Create button
$button[] = '<a id="'.$button_code_name.'Create" class="btn btn-small btn-success hasTooltip" title="'.JText::sprintf('PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_CREATE_NEW_S', $button_label).'" style="border-radius: 0px 4px 4px 0px; padding: 4px 4px 4px 7px;"
$button[] = '<a id="'.$button_code_name.'Create" class="btn btn-small btn-success hasTooltip" title="'.JText::sprintf('PLG_CONTENTCOMPONENTBUILDERCOMPONENTHEADERSTABS_CREATE_NEW_S', $button_label).'" style="border-radius: 0px 4px 4px 0px; padding: 4px 4px 4px 7px;"
href="index.php?option=com_componentbuilder&amp;view=power&amp;layout=edit'.$ref.'" >
<span class="icon-new icon-white"></span></a>';
}
@ -90,7 +90,7 @@ class JFormFieldPowers extends JFormFieldList
if ($user->authorise('power.edit', 'com_componentbuilder') && $app->isAdmin()) // TODO for now only in admin area.
{
// build edit button
$button[] = '<a id="'.$button_code_name.'Edit" class="btn btn-small hasTooltip" title="'.JText::sprintf('PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_EDIT_S', $button_label).'" style="display: none; padding: 4px 4px 4px 7px;" href="#" >
$button[] = '<a id="'.$button_code_name.'Edit" class="btn btn-small hasTooltip" title="'.JText::sprintf('PLG_CONTENTCOMPONENTBUILDERCOMPONENTHEADERSTABS_EDIT_S', $button_label).'" style="display: none; padding: 4px 4px 4px 7px;" href="#" >
<span class="icon-edit"></span></a>';
// build script
$script[] = "
@ -165,13 +165,13 @@ class JFormFieldPowers extends JFormFieldList
// if none was found, we add this to set an alternative to set custom
if (!$items)
{
$options[] = JHtml::_('select.option', '', JText::_('PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_NONE_FOUND'));
$options[] = JHtml::_('select.option', '', JText::_('PLG_CONTENTCOMPONENTBUILDERCOMPONENTHEADERSTABS_NONE_FOUND'));
}
if ($items)
{
if ($this->multiple === false)
{
$options[] = JHtml::_('select.option', '', JText::_('PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_SELECT_AN_OPTION'));
$options[] = JHtml::_('select.option', '', JText::_('PLG_CONTENTCOMPONENTBUILDERCOMPONENTHEADERSTABS_SELECT_AN_OPTION'));
}
foreach($items as $item)
{

View File

@ -3,7 +3,7 @@
<form>
<fields name="params">
<!-- default paths of dynamic_get_headers fieldset points to the plugin -->
<fieldset name="dynamic_get_headers" label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CLASS_HEADERS"
<fieldset name="dynamic_get_headers" label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CLASS_HEADERS"
addrulepath="/plugins/content/componentbuilderdynamicgetheaderstabs/rules"
addfieldpath="/plugins/content/componentbuilderdynamicgetheaderstabs/fields"
>
@ -12,23 +12,23 @@
<field
type="radio"
name="add_site_view_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_MODEL_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_MODEL_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_MODEL_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Site_view_model Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_view_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_MODEL_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_MODEL_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_MODEL_DESCRIPTION"
width="100%"
height="100px"
cols="15"
@ -45,8 +45,8 @@
<field
type="powers"
name="power_site_view_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
@ -58,23 +58,23 @@
<field
type="radio"
name="add_site_view_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Site_view_html Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_view_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_DESCRIPTION"
width="100%"
height="100px"
cols="15"
@ -91,8 +91,8 @@
<field
type="powers"
name="power_site_view_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
@ -104,23 +104,23 @@
<field
type="radio"
name="add_site_view"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Site_view Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_view"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_DESCRIPTION"
width="100%"
height="100px"
cols="15"
@ -137,8 +137,8 @@
<field
type="powers"
name="power_site_view"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
@ -150,23 +150,23 @@
<field
type="radio"
name="add_site_view_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Site_view_controller Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_view_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_DESCRIPTION"
width="100%"
height="100px"
cols="15"
@ -183,8 +183,8 @@
<field
type="powers"
name="power_site_view_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
@ -196,23 +196,23 @@
<field
type="radio"
name="add_site_views_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Site_views_model Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_views_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_DESCRIPTION"
width="100%"
height="100px"
cols="15"
@ -229,8 +229,8 @@
<field
type="powers"
name="power_site_views_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
@ -242,23 +242,23 @@
<field
type="radio"
name="add_site_views_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Site_views_html Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_views_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_DESCRIPTION"
width="100%"
height="100px"
cols="15"
@ -275,8 +275,8 @@
<field
type="powers"
name="power_site_views_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
@ -288,23 +288,23 @@
<field
type="radio"
name="add_site_views"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Site_views Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_views"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_DESCRIPTION"
width="100%"
height="100px"
cols="15"
@ -321,8 +321,8 @@
<field
type="powers"
name="power_site_views"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
@ -334,23 +334,23 @@
<field
type="radio"
name="add_site_views_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Site_views_controller Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_views_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_DESCRIPTION"
width="100%"
height="100px"
cols="15"
@ -367,8 +367,8 @@
<field
type="powers"
name="power_site_views_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
@ -380,23 +380,23 @@
<field
type="radio"
name="add_custom_admin_view_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Custom_admin_view_model Field. Type: Editor. (joomla) -->
<field
type="editor"
name="custom_admin_view_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION"
width="100%"
height="100px"
cols="15"
@ -413,8 +413,8 @@
<field
type="powers"
name="power_custom_admin_view_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
@ -426,23 +426,23 @@
<field
type="radio"
name="add_custom_admin_view_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Custom_admin_view_html Field. Type: Editor. (joomla) -->
<field
type="editor"
name="custom_admin_view_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION"
width="100%"
height="100px"
cols="15"
@ -459,8 +459,8 @@
<field
type="powers"
name="power_custom_admin_view_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
@ -472,23 +472,23 @@
<field
type="radio"
name="add_custom_admin_view"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Custom_admin_view Field. Type: Editor. (joomla) -->
<field
type="editor"
name="custom_admin_view"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_DESCRIPTION"
width="100%"
height="100px"
cols="15"
@ -505,8 +505,8 @@
<field
type="powers"
name="power_custom_admin_view"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
@ -518,23 +518,23 @@
<field
type="radio"
name="add_custom_admin_view_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Custom_admin_view_controller Field. Type: Editor. (joomla) -->
<field
type="editor"
name="custom_admin_view_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION"
width="100%"
height="100px"
cols="15"
@ -551,8 +551,8 @@
<field
type="powers"
name="power_custom_admin_view_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
@ -564,23 +564,23 @@
<field
type="radio"
name="add_custom_admin_views_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Custom_admin_views_model Field. Type: Editor. (joomla) -->
<field
type="editor"
name="custom_admin_views_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION"
width="100%"
height="100px"
cols="15"
@ -597,8 +597,8 @@
<field
type="powers"
name="power_custom_admin_views_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
@ -610,23 +610,23 @@
<field
type="radio"
name="add_custom_admin_views_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Custom_admin_views_html Field. Type: Editor. (joomla) -->
<field
type="editor"
name="custom_admin_views_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION"
width="100%"
height="100px"
cols="15"
@ -643,8 +643,8 @@
<field
type="powers"
name="power_custom_admin_views_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
@ -656,23 +656,23 @@
<field
type="radio"
name="add_custom_admin_views"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Custom_admin_views Field. Type: Editor. (joomla) -->
<field
type="editor"
name="custom_admin_views"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_DESCRIPTION"
width="100%"
height="100px"
cols="15"
@ -689,8 +689,8 @@
<field
type="powers"
name="power_custom_admin_views"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
@ -702,23 +702,23 @@
<field
type="radio"
name="add_custom_admin_views_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Custom_admin_views_controller Field. Type: Editor. (joomla) -->
<field
type="editor"
name="custom_admin_views_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION"
width="100%"
height="100px"
cols="15"
@ -735,8 +735,8 @@
<field
type="powers"
name="power_custom_admin_views_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
@ -748,22 +748,22 @@
<field
type="radio"
name="add_ajax_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_AJAX_MODEL_LABEL"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_AJAX_MODEL_LABEL"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Ajax_model Field. Type: Editor. (joomla) -->
<field
type="editor"
name="ajax_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_DESCRIPTION"
width="100%"
height="100px"
cols="15"
@ -780,8 +780,8 @@
<field
type="powers"
name="power_ajax_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_DESCRIPTION"
label="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_LABEL"
description="PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"

View File

@ -1,173 +1,173 @@
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS="Content - Componentbuilder Dynamic Get Headers Tabs"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_DESCRIPTION="This plugin is used to set dynamic gets class headers."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_XML_DESCRIPTION="<h1>Content - Componentbuilder Dynamic Get Headers Tabs (v.1.0.0)</h1> <div style='clear: both;'></div><p>This plugin is used to set dynamic gets class headers.</p><p>Created by <a href='https://dev.vdm.io' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 10th January, 2022</small></p>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CLASS_HEADERS="Class Headers"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_MODEL_LABEL="Target Site View<br />Model Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_MODEL_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES="Yes"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO="No"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_MODEL_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS="Content - Componentbuilder Dynamic Get Headers Tabs"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_DESCRIPTION="This plugin is used to set dynamic gets class headers."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_XML_DESCRIPTION="<h1>Content - Componentbuilder Dynamic Get Headers Tabs (v.1.0.0)</h1> <div style='clear: both;'></div><p>This plugin is used to set dynamic gets class headers.</p><p>Created by <a href='https://dev.vdm.io' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 10th January, 2022</small></p>"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CLASS_HEADERS="Class Headers"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_MODEL_LABEL="Target Site View<br />Model Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_MODEL_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES="Yes"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO="No"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_MODEL_LABEL="Class Header<br />
<small>(site.view.model)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_MODEL_DESCRIPTION="The class header for site view model. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_MODEL_DESCRIPTION="The class header for site view model. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_LABEL="Power Header<br />
<small>(site.view.model)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_DESCRIPTION="The power header for site view model. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_LABEL="Target Site View<br />Class Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_LABEL="Class Header Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_DESCRIPTION="The power header for site view model. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_LABEL="Target Site View<br />Class Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_LABEL="Class Header Header<br />
<small>(site.view.html)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_DESCRIPTION="The class header header for site view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_DESCRIPTION="The class header header for site view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_LABEL="Power Header<br />
<small>(site.view.html)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_DESCRIPTION="The power header for site view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_LABEL="Target Site View<br />Default Template Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_LABEL="Default Template Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_DESCRIPTION="The power header for site view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_LABEL="Target Site View<br />Default Template Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_LABEL="Default Template Header<br />
<small>(site.view)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_DESCRIPTION="The default template header for site view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_DESCRIPTION="The default template header for site view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_LABEL="Power Header<br />
<small>(site.view)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_DESCRIPTION="The power header for site view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_LABEL="Target Site View<br />Controller Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_DESCRIPTION="The power header for site view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_LABEL="Target Site View<br />Controller Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_LABEL="Class Header<br />
<small>(site.view.controller)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_DESCRIPTION="The class header for site view controller. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_DESCRIPTION="The class header for site view controller. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_LABEL="Power Header<br />
<small>(site.view.controller)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_DESCRIPTION="The power header for site view controller. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_LABEL="Target Site Views<br />Model Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_DESCRIPTION="The power header for site view controller. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_LABEL="Target Site Views<br />Model Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_LABEL="Class Header<br />
<small>(site.views.model)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_DESCRIPTION="The class header for site views model. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_DESCRIPTION="The class header for site views model. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_LABEL="Power Header<br />
<small>(site.views.model)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_DESCRIPTION="The power header for site views model. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_LABEL="Target Site Views<br />Class Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_DESCRIPTION="The power header for site views model. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_LABEL="Target Site Views<br />Class Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_LABEL="Class Header<br />
<small>(site.views.html)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_DESCRIPTION="The class header for site views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_DESCRIPTION="The class header for site views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_LABEL="Power Header<br />
<small>(site.views.html)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_DESCRIPTION="The power header for site views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_LABEL="Target Site Views<br />Default Template Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_LABEL="Default Template Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_DESCRIPTION="The power header for site views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_LABEL="Target Site Views<br />Default Template Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_LABEL="Default Template Header<br />
<small>(site.views)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_DESCRIPTION="The default template header for site views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_DESCRIPTION="The default template header for site views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_LABEL="Power Header<br />
<small>(site.views)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_DESCRIPTION="The power header for site views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_LABEL="Target Site Views<br />Controller Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_DESCRIPTION="The power header for site views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_LABEL="Target Site Views<br />Controller Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_LABEL="Class Header<br />
<small>(site.views.controller)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_DESCRIPTION="The class header for site views controller. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_DESCRIPTION="The class header for site views controller. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_LABEL="Power Header<br />
<small>(site.views.controller)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_DESCRIPTION="The power header for site views controller. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Target Custom Admin View<br />Model Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_DESCRIPTION="The power header for site views controller. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Target Custom Admin View<br />Model Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Class Header<br />
<small>(custom.admin.view.model)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="The class header for custom admin view model. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="The class header for custom admin view model. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Power Header<br />
<small>(custom.admin.view.model)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="The power header for custom admin view model. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_LABEL="Target Custom Admin View<br />Class Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="The power header for custom admin view model. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_LABEL="Target Custom Admin View<br />Class Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_LABEL="Class Header<br />
<small>(custom.admin.view.html)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="The class header for custom admin view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="The class header for custom admin view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_LABEL="Power Header<br />
<small>(custom.admin.view.html)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="The power header for custom admin view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_LABEL="Target Custom Admin View<br />Default Template Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_LABEL="Default Template Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="The power header for custom admin view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_LABEL="Target Custom Admin View<br />Default Template Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_LABEL="Default Template Header<br />
<small>(custom.admin.view)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_DESCRIPTION="The default template header for custom admin view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_DESCRIPTION="The default template header for custom admin view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_LABEL="Power Header<br />
<small>(custom.admin.view)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_DESCRIPTION="The power header for custom admin view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Target Custom Admin View<br />Controller Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_DESCRIPTION="The power header for custom admin view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Target Custom Admin View<br />Controller Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Class Header<br />
<small>(custom.admin.view.controller)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="The class header for custom admin view controller. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="The class header for custom admin view controller. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Power Header<br />
<small>(custom.admin.view.controller)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="The power header for custom admin view controller. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Target Custom Admin Views<br />Model Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="The power header for custom admin view controller. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Target Custom Admin Views<br />Model Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Class Header<br />
<small>(custom.admin.views.model)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="The class header for custom admin views model. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="The class header for custom admin views model. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Power Header<br />
<small>(custom.admin.views.model)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="The power header for custom admin views model. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Target Custom Admin Views<br />Class Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="The power header for custom admin views model. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Target Custom Admin Views<br />Class Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Class Header<br />
<small>(custom.admin.views.html)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="The class header for custom admin views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="The class header for custom admin views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Power Header<br />
<small>(custom.admin.views.html)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="The power header for custom admin views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_LABEL="Target Custom Admin Views<br />Default Template Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_LABEL="Default Template Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="The power header for custom admin views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_LABEL="Target Custom Admin Views<br />Default Template Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_LABEL="Default Template Header<br />
<small>(custom.admin.views)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_DESCRIPTION="The default template header for custom admin views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_DESCRIPTION="The default template header for custom admin views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_LABEL="Power Header<br />
<small>(custom.admin.views)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_DESCRIPTION="The power header for custom admin views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Target Custom Admin Views<br />Controller Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_DESCRIPTION="The power header for custom admin views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Target Custom Admin Views<br />Controller Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Class Header<br />
<small>(custom.admin.views.controller)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="The class header for custom admin views controller. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="The class header for custom admin views controller. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Power Header<br />
<small>(custom.admin.views.controller)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="The power header for custom admin views controller. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_AJAX_MODEL_LABEL="Target Ajax Model<br />Class Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="The power header for custom admin views controller. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_AJAX_MODEL_LABEL="Target Ajax Model<br />Class Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_LABEL="Class Header<br />
<small>(ajax.model)</small>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_DESCRIPTION="The class header for Ajax model."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_DESCRIPTION="The class header for Ajax model."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_LABEL="Power Header<br />
<small>(ajax.model)</small>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_DESCRIPTION="The power header for Ajax model."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_DESCRIPTION="The power header for Ajax model."

View File

@ -1,173 +1,173 @@
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS="Content - Componentbuilder Dynamic Get Headers Tabs"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_DESCRIPTION="This plugin is used to set dynamic gets class headers."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_XML_DESCRIPTION="<h1>Content - Componentbuilder Dynamic Get Headers Tabs (v.1.0.0)</h1> <div style='clear: both;'></div><p>This plugin is used to set dynamic gets class headers.</p><p>Created by <a href='https://dev.vdm.io' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 10th January, 2022</small></p>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CLASS_HEADERS="Class Headers"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_MODEL_LABEL="Target Site View<br />Model Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_MODEL_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES="Yes"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO="No"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_MODEL_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS="Content - Componentbuilder Dynamic Get Headers Tabs"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_DESCRIPTION="This plugin is used to set dynamic gets class headers."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_XML_DESCRIPTION="<h1>Content - Componentbuilder Dynamic Get Headers Tabs (v.1.0.0)</h1> <div style='clear: both;'></div><p>This plugin is used to set dynamic gets class headers.</p><p>Created by <a href='https://dev.vdm.io' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 10th January, 2022</small></p>"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CLASS_HEADERS="Class Headers"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_MODEL_LABEL="Target Site View<br />Model Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_MODEL_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES="Yes"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO="No"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_MODEL_LABEL="Class Header<br />
<small>(site.view.model)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_MODEL_DESCRIPTION="The class header for site view model. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_MODEL_DESCRIPTION="The class header for site view model. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_LABEL="Power Header<br />
<small>(site.view.model)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_DESCRIPTION="The power header for site view model. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_LABEL="Target Site View<br />Class Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_LABEL="Class Header Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_DESCRIPTION="The power header for site view model. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_LABEL="Target Site View<br />Class Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_LABEL="Class Header Header<br />
<small>(site.view.html)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_DESCRIPTION="The class header header for site view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_DESCRIPTION="The class header header for site view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_LABEL="Power Header<br />
<small>(site.view.html)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_DESCRIPTION="The power header for site view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_LABEL="Target Site View<br />Default Template Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_LABEL="Default Template Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_DESCRIPTION="The power header for site view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_LABEL="Target Site View<br />Default Template Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_LABEL="Default Template Header<br />
<small>(site.view)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_DESCRIPTION="The default template header for site view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_DESCRIPTION="The default template header for site view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_LABEL="Power Header<br />
<small>(site.view)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_DESCRIPTION="The power header for site view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_LABEL="Target Site View<br />Controller Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_DESCRIPTION="The power header for site view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_LABEL="Target Site View<br />Controller Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_LABEL="Class Header<br />
<small>(site.view.controller)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_DESCRIPTION="The class header for site view controller. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_DESCRIPTION="The class header for site view controller. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_LABEL="Power Header<br />
<small>(site.view.controller)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_DESCRIPTION="The power header for site view controller. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_LABEL="Target Site Views<br />Model Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_DESCRIPTION="The power header for site view controller. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_LABEL="Target Site Views<br />Model Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_LABEL="Class Header<br />
<small>(site.views.model)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_DESCRIPTION="The class header for site views model. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_DESCRIPTION="The class header for site views model. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_LABEL="Power Header<br />
<small>(site.views.model)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_DESCRIPTION="The power header for site views model. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_LABEL="Target Site Views<br />Class Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_DESCRIPTION="The power header for site views model. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_LABEL="Target Site Views<br />Class Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_LABEL="Class Header<br />
<small>(site.views.html)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_DESCRIPTION="The class header for site views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_DESCRIPTION="The class header for site views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_LABEL="Power Header<br />
<small>(site.views.html)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_DESCRIPTION="The power header for site views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_LABEL="Target Site Views<br />Default Template Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_LABEL="Default Template Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_DESCRIPTION="The power header for site views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_LABEL="Target Site Views<br />Default Template Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_LABEL="Default Template Header<br />
<small>(site.views)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_DESCRIPTION="The default template header for site views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_DESCRIPTION="The default template header for site views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_LABEL="Power Header<br />
<small>(site.views)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_DESCRIPTION="The power header for site views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_LABEL="Target Site Views<br />Controller Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_DESCRIPTION="The power header for site views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_LABEL="Target Site Views<br />Controller Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_LABEL="Class Header<br />
<small>(site.views.controller)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_DESCRIPTION="The class header for site views controller. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_DESCRIPTION="The class header for site views controller. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_LABEL="Power Header<br />
<small>(site.views.controller)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_DESCRIPTION="The power header for site views controller. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Target Custom Admin View<br />Model Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_DESCRIPTION="The power header for site views controller. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Target Custom Admin View<br />Model Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Class Header<br />
<small>(custom.admin.view.model)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="The class header for custom admin view model. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="The class header for custom admin view model. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Power Header<br />
<small>(custom.admin.view.model)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="The power header for custom admin view model. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_LABEL="Target Custom Admin View<br />Class Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="The power header for custom admin view model. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_LABEL="Target Custom Admin View<br />Class Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_LABEL="Class Header<br />
<small>(custom.admin.view.html)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="The class header for custom admin view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="The class header for custom admin view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_LABEL="Power Header<br />
<small>(custom.admin.view.html)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="The power header for custom admin view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_LABEL="Target Custom Admin View<br />Default Template Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_LABEL="Default Template Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="The power header for custom admin view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_LABEL="Target Custom Admin View<br />Default Template Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_LABEL="Default Template Header<br />
<small>(custom.admin.view)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_DESCRIPTION="The default template header for custom admin view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_DESCRIPTION="The default template header for custom admin view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_LABEL="Power Header<br />
<small>(custom.admin.view)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_DESCRIPTION="The power header for custom admin view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Target Custom Admin View<br />Controller Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_DESCRIPTION="The power header for custom admin view. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Target Custom Admin View<br />Controller Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Class Header<br />
<small>(custom.admin.view.controller)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="The class header for custom admin view controller. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="The class header for custom admin view controller. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Power Header<br />
<small>(custom.admin.view.controller)</small><br />
<b>getItem</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="The power header for custom admin view controller. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Target Custom Admin Views<br />Model Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="The power header for custom admin view controller. Only use this option if you have a <b>getItem</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Target Custom Admin Views<br />Model Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Class Header<br />
<small>(custom.admin.views.model)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="The class header for custom admin views model. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="The class header for custom admin views model. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Power Header<br />
<small>(custom.admin.views.model)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="The power header for custom admin views model. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Target Custom Admin Views<br />Class Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="The power header for custom admin views model. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Target Custom Admin Views<br />Class Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Class Header<br />
<small>(custom.admin.views.html)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="The class header for custom admin views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="The class header for custom admin views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Power Header<br />
<small>(custom.admin.views.html)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="The power header for custom admin views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_LABEL="Target Custom Admin Views<br />Default Template Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_LABEL="Default Template Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="The power header for custom admin views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_LABEL="Target Custom Admin Views<br />Default Template Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_LABEL="Default Template Header<br />
<small>(custom.admin.views)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_DESCRIPTION="The default template header for custom admin views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_DESCRIPTION="The default template header for custom admin views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_LABEL="Power Header<br />
<small>(custom.admin.views)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_DESCRIPTION="The power header for custom admin views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Target Custom Admin Views<br />Controller Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_DESCRIPTION="The power header for custom admin views. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Target Custom Admin Views<br />Controller Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Class Header<br />
<small>(custom.admin.views.controller)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="The class header for custom admin views controller. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="The class header for custom admin views controller. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Power Header<br />
<small>(custom.admin.views.controller)</small><br />
<b>getListQuery</b>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="The power header for custom admin views controller. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_AJAX_MODEL_LABEL="Target Ajax Model<br />Class Header"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_LABEL="Class Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="The power header for custom admin views controller. Only use this option if you have a <b>getListQuery</b> as your <b>Main Get</b>, and have custom code in the <b>PHP (controller methods)</b> under the Custom Buttons tab."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_AJAX_MODEL_LABEL="Target Ajax Model<br />Class Header"
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_LABEL="Class Header<br />
<small>(ajax.model)</small>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_DESCRIPTION="The class header for Ajax model."
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_LABEL="Power Header<br />
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_DESCRIPTION="The class header for Ajax model."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_LABEL="Power Header<br />
<small>(ajax.model)</small>"
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_DESCRIPTION="The power header for Ajax model."
PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_DESCRIPTION="The power header for Ajax model."