diff --git a/componentbuilderdynamicgetheaderstabs.xml b/componentbuilderdynamicgetheaderstabs.xml index 6eb69b5..7f37e74 100644 --- a/componentbuilderdynamicgetheaderstabs.xml +++ b/componentbuilderdynamicgetheaderstabs.xml @@ -1,14 +1,14 @@ - PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS - 10th March, 2022 + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS + 9th May, 2022 Llewellyn van der Merwe joomla@vdm.io https://dev.vdm.io Copyright (C) 2015 Vast Development Method. All rights reserved. GNU General Public License version 2 or later; see LICENSE.txt 1.0.0 - PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_XML_DESCRIPTION + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_XML_DESCRIPTION script.php diff --git a/fields/powers.php b/fields/powers.php index 9e362c6..37c857a 100644 --- a/fields/powers.php +++ b/fields/powers.php @@ -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[] = ' '; } @@ -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[] = ''; // build script $script[] = " @@ -144,7 +144,7 @@ class JFormFieldPowers extends JFormFieldList // Get the databse object. $db = JFactory::getDBO(); $query = $db->getQuery(true); - $query->select($db->quoteName(array('a.id','a.system_name','a.name','a.type','a.power_version'),array('id','power_admin_component_system_name','name','type','version'))); + $query->select($db->quoteName(array('a.guid','a.system_name','a.name','a.type','a.power_version'),array('guid','power_admin_component_system_name','name','type','version'))); $query->from($db->quoteName('#__componentbuilder_power', 'a')); $query->where($db->quoteName('a.published') . ' >= 1'); $query->order('a.system_name ASC'); @@ -165,17 +165,17 @@ 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_CONTENTCOMPONENTBUILDERCOMPONENTHEADERSTABS_NONE_FOUND')); + $options[] = JHtml::_('select.option', '', JText::_('PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_NONE_FOUND')); } if ($items) { if ($this->multiple === false) { - $options[] = JHtml::_('select.option', '', JText::_('PLG_CONTENTCOMPONENTBUILDERCOMPONENTHEADERSTABS_SELECT_AN_OPTION')); + $options[] = JHtml::_('select.option', '', JText::_('PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_SELECT_AN_OPTION')); } foreach($items as $item) { - $options[] = JHtml::_('select.option', $item->id, $item->power_admin_component_system_name . ' [' . $item->type . ' ' . $item->name . '] (v' . $item->version . ')'); + $options[] = JHtml::_('select.option', $item->guid, $item->power_admin_component_system_name . ' [' . $item->type . ' ' . $item->name . '] (v' . $item->version . ')'); } } return $options; diff --git a/forms/dynamic_get.xml b/forms/dynamic_get.xml index 347c050..e03bd4a 100644 --- a/forms/dynamic_get.xml +++ b/forms/dynamic_get.xml @@ -3,7 +3,7 @@
-
@@ -12,23 +12,23 @@ + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_LABEL="Power Header
(site.view.model)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_DESCRIPTION="The power header for site view model. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_LABEL="Target Site View
Class Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_DESCRIPTION="Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_LABEL="Class Header Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_DESCRIPTION="The power header for site view model. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_LABEL="Target Site View
Class Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_DESCRIPTION="Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_LABEL="Class Header Header
(site.view.html)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_DESCRIPTION="The class header header for site view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_DESCRIPTION="The class header header for site view. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_LABEL="Power Header
(site.view.html)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_DESCRIPTION="The power header for site view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_LABEL="Target Site View
Default Template Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_DESCRIPTION="Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_LABEL="Default Template Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_DESCRIPTION="The power header for site view. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_LABEL="Target Site View
Default Template Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_DESCRIPTION="Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_LABEL="Default Template Header
(site.view)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_DESCRIPTION="The default template header for site view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_DESCRIPTION="The default template header for site view. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_LABEL="Power Header
(site.view)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_DESCRIPTION="The power header for site view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_LABEL="Target Site View
Controller Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_DESCRIPTION="Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_DESCRIPTION="The power header for site view. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_LABEL="Target Site View
Controller Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_DESCRIPTION="Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_LABEL="Class Header
(site.view.controller)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_DESCRIPTION="The class header for site view controller. Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_DESCRIPTION="The class header for site view controller. Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_LABEL="Power Header
(site.view.controller)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_DESCRIPTION="The power header for site view controller. Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_LABEL="Target Site Views
Model Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_DESCRIPTION="The power header for site view controller. Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_LABEL="Target Site Views
Model Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_LABEL="Class Header
(site.views.model)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_DESCRIPTION="The class header for site views model. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_DESCRIPTION="The class header for site views model. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_LABEL="Power Header
(site.views.model)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_DESCRIPTION="The power header for site views model. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_LABEL="Target Site Views
Class Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_DESCRIPTION="The power header for site views model. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_LABEL="Target Site Views
Class Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_LABEL="Class Header
(site.views.html)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_DESCRIPTION="The class header for site views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_DESCRIPTION="The class header for site views. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_LABEL="Power Header
(site.views.html)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_DESCRIPTION="The power header for site views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_LABEL="Target Site Views
Default Template Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_LABEL="Default Template Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_DESCRIPTION="The power header for site views. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_LABEL="Target Site Views
Default Template Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_LABEL="Default Template Header
(site.views)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_DESCRIPTION="The default template header for site views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_DESCRIPTION="The default template header for site views. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_LABEL="Power Header
(site.views)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_DESCRIPTION="The power header for site views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_LABEL="Target Site Views
Controller Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_DESCRIPTION="The power header for site views. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_LABEL="Target Site Views
Controller Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_LABEL="Class Header
(site.views.controller)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_DESCRIPTION="The class header for site views controller. Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_DESCRIPTION="The class header for site views controller. Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_LABEL="Power Header
(site.views.controller)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_DESCRIPTION="The power header for site views controller. Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Target Custom Admin View
Model Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_DESCRIPTION="The power header for site views controller. Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Target Custom Admin View
Model Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Class Header
(custom.admin.view.model)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="The class header for custom admin view model. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="The class header for custom admin view model. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Power Header
(custom.admin.view.model)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="The power header for custom admin view model. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_LABEL="Target Custom Admin View
Class Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_LABEL="Class Header
+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 getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_LABEL="Target Custom Admin View
Class Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_LABEL="Class Header
(custom.admin.view.html)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="The class header for custom admin view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="The class header for custom admin view. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_LABEL="Power Header
(custom.admin.view.html)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="The power header for custom admin view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_LABEL="Target Custom Admin View
Default Template Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_DESCRIPTION="Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_LABEL="Default Template Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="The power header for custom admin view. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_LABEL="Target Custom Admin View
Default Template Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_DESCRIPTION="Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_LABEL="Default Template Header
(custom.admin.view)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_DESCRIPTION="The default template header for custom admin view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_DESCRIPTION="The default template header for custom admin view. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_LABEL="Power Header
(custom.admin.view)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_DESCRIPTION="The power header for custom admin view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Target Custom Admin View
Controller Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_DESCRIPTION="The power header for custom admin view. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Target Custom Admin View
Controller Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Class Header
(custom.admin.view.controller)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="The class header for custom admin view controller. Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="The class header for custom admin view controller. Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Power Header
(custom.admin.view.controller)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="The power header for custom admin view controller. Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Target Custom Admin Views
Model Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Class Header
+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 getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Target Custom Admin Views
Model Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Class Header
(custom.admin.views.model)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="The class header for custom admin views model. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="The class header for custom admin views model. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Power Header
(custom.admin.views.model)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="The power header for custom admin views model. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Target Custom Admin Views
Class Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Class Header
+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 getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Target Custom Admin Views
Class Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Class Header
(custom.admin.views.html)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="The class header for custom admin views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="The class header for custom admin views. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Power Header
(custom.admin.views.html)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="The power header for custom admin views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_LABEL="Target Custom Admin Views
Default Template Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_LABEL="Default Template Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="The power header for custom admin views. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_LABEL="Target Custom Admin Views
Default Template Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_LABEL="Default Template Header
(custom.admin.views)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_DESCRIPTION="The default template header for custom admin views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_DESCRIPTION="The default template header for custom admin views. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_LABEL="Power Header
(custom.admin.views)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_DESCRIPTION="The power header for custom admin views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Target Custom Admin Views
Controller Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_DESCRIPTION="The power header for custom admin views. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Target Custom Admin Views
Controller Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Class Header
(custom.admin.views.controller)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="The class header for custom admin views controller. Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="The class header for custom admin views controller. Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Power Header
(custom.admin.views.controller)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="The power header for custom admin views controller. Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_AJAX_MODEL_LABEL="Target Ajax Model
Class Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_LABEL="Class Header
+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 getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_AJAX_MODEL_LABEL="Target Ajax Model
Class Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_LABEL="Class Header
(ajax.model)" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_DESCRIPTION="The class header for Ajax model." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_DESCRIPTION="The class header for Ajax model." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_LABEL="Power Header
(ajax.model)" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_DESCRIPTION="The power header for Ajax model." \ No newline at end of file +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_DESCRIPTION="The power header for Ajax model." \ No newline at end of file diff --git a/language/en-GB/en-GB.plg_content_componentbuilderdynamicgetheaderstabs.sys.ini b/language/en-GB/en-GB.plg_content_componentbuilderdynamicgetheaderstabs.sys.ini index ee86c59..cf639aa 100644 --- a/language/en-GB/en-GB.plg_content_componentbuilderdynamicgetheaderstabs.sys.ini +++ b/language/en-GB/en-GB.plg_content_componentbuilderdynamicgetheaderstabs.sys.ini @@ -1,173 +1,173 @@ -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="

Content - Componentbuilder Dynamic Get Headers Tabs (v.1.0.0)

This plugin is used to set dynamic gets class headers.

Created by Llewellyn van der Merwe
Development started 10th January, 2022

" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CLASS_HEADERS="Class Headers" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_MODEL_LABEL="Target Site View
Model Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_MODEL_DESCRIPTION="Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_YES="Yes" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_NO="No" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_MODEL_LABEL="Class Header
+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="

Content - Componentbuilder Dynamic Get Headers Tabs (v.1.0.0)

This plugin is used to set dynamic gets class headers.

Created by Llewellyn van der Merwe
Development started 10th January, 2022

" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CLASS_HEADERS="Class Headers" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_MODEL_LABEL="Target Site View
Model Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_MODEL_DESCRIPTION="Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES="Yes" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO="No" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_MODEL_LABEL="Class Header
(site.view.model)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_MODEL_DESCRIPTION="The class header for site view model. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_MODEL_DESCRIPTION="The class header for site view model. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_LABEL="Power Header
(site.view.model)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_DESCRIPTION="The power header for site view model. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_LABEL="Target Site View
Class Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_DESCRIPTION="Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_LABEL="Class Header Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_DESCRIPTION="The power header for site view model. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_LABEL="Target Site View
Class Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_DESCRIPTION="Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_LABEL="Class Header Header
(site.view.html)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_DESCRIPTION="The class header header for site view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_DESCRIPTION="The class header header for site view. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_LABEL="Power Header
(site.view.html)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_DESCRIPTION="The power header for site view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_LABEL="Target Site View
Default Template Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_DESCRIPTION="Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_LABEL="Default Template Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_DESCRIPTION="The power header for site view. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_LABEL="Target Site View
Default Template Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_DESCRIPTION="Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_LABEL="Default Template Header
(site.view)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_DESCRIPTION="The default template header for site view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_DESCRIPTION="The default template header for site view. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_LABEL="Power Header
(site.view)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_DESCRIPTION="The power header for site view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_LABEL="Target Site View
Controller Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_DESCRIPTION="Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_DESCRIPTION="The power header for site view. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_LABEL="Target Site View
Controller Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_DESCRIPTION="Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_LABEL="Class Header
(site.view.controller)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_DESCRIPTION="The class header for site view controller. Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_DESCRIPTION="The class header for site view controller. Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_LABEL="Power Header
(site.view.controller)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_DESCRIPTION="The power header for site view controller. Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_LABEL="Target Site Views
Model Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_DESCRIPTION="The power header for site view controller. Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_LABEL="Target Site Views
Model Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_LABEL="Class Header
(site.views.model)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_DESCRIPTION="The class header for site views model. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_DESCRIPTION="The class header for site views model. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_LABEL="Power Header
(site.views.model)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_DESCRIPTION="The power header for site views model. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_LABEL="Target Site Views
Class Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_DESCRIPTION="The power header for site views model. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_LABEL="Target Site Views
Class Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_LABEL="Class Header
(site.views.html)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_DESCRIPTION="The class header for site views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_DESCRIPTION="The class header for site views. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_LABEL="Power Header
(site.views.html)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_DESCRIPTION="The power header for site views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_LABEL="Target Site Views
Default Template Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_LABEL="Default Template Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_DESCRIPTION="The power header for site views. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_LABEL="Target Site Views
Default Template Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_LABEL="Default Template Header
(site.views)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_DESCRIPTION="The default template header for site views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_DESCRIPTION="The default template header for site views. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_LABEL="Power Header
(site.views)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_DESCRIPTION="The power header for site views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_LABEL="Target Site Views
Controller Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_DESCRIPTION="The power header for site views. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_LABEL="Target Site Views
Controller Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_LABEL="Class Header
(site.views.controller)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_DESCRIPTION="The class header for site views controller. Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_DESCRIPTION="The class header for site views controller. Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_LABEL="Power Header
(site.views.controller)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_DESCRIPTION="The power header for site views controller. Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Target Custom Admin View
Model Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_DESCRIPTION="The power header for site views controller. Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Target Custom Admin View
Model Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Class Header
(custom.admin.view.model)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="The class header for custom admin view model. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="The class header for custom admin view model. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_LABEL="Power Header
(custom.admin.view.model)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION="The power header for custom admin view model. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_LABEL="Target Custom Admin View
Class Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_LABEL="Class Header
+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 getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_LABEL="Target Custom Admin View
Class Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_LABEL="Class Header
(custom.admin.view.html)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="The class header for custom admin view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="The class header for custom admin view. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_LABEL="Power Header
(custom.admin.view.html)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="The power header for custom admin view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_LABEL="Target Custom Admin View
Default Template Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_DESCRIPTION="Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_LABEL="Default Template Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION="The power header for custom admin view. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_LABEL="Target Custom Admin View
Default Template Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_DESCRIPTION="Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_LABEL="Default Template Header
(custom.admin.view)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_DESCRIPTION="The default template header for custom admin view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_DESCRIPTION="The default template header for custom admin view. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_LABEL="Power Header
(custom.admin.view)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_DESCRIPTION="The power header for custom admin view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Target Custom Admin View
Controller Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_DESCRIPTION="The power header for custom admin view. Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Target Custom Admin View
Controller Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Class Header
(custom.admin.view.controller)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="The class header for custom admin view controller. Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="The class header for custom admin view controller. Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL="Power Header
(custom.admin.view.controller)
getItem" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION="The power header for custom admin view controller. Only use this option if you have a getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Target Custom Admin Views
Model Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Class Header
+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 getItem as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Target Custom Admin Views
Model Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Class Header
(custom.admin.views.model)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="The class header for custom admin views model. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="The class header for custom admin views model. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_LABEL="Power Header
(custom.admin.views.model)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION="The power header for custom admin views model. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Target Custom Admin Views
Class Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Class Header
+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 getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Target Custom Admin Views
Class Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Class Header
(custom.admin.views.html)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="The class header for custom admin views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="The class header for custom admin views. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_LABEL="Power Header
(custom.admin.views.html)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="The power header for custom admin views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_LABEL="Target Custom Admin Views
Default Template Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_LABEL="Default Template Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION="The power header for custom admin views. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_LABEL="Target Custom Admin Views
Default Template Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_LABEL="Default Template Header
(custom.admin.views)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_DESCRIPTION="The default template header for custom admin views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_DESCRIPTION="The default template header for custom admin views. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_LABEL="Power Header
(custom.admin.views)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_DESCRIPTION="The power header for custom admin views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Target Custom Admin Views
Controller Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_DESCRIPTION="The power header for custom admin views. Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Target Custom Admin Views
Controller Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Class Header
(custom.admin.views.controller)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="The class header for custom admin views controller. Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="The class header for custom admin views controller. Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL="Power Header
(custom.admin.views.controller)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION="The power header for custom admin views controller. Only use this option if you have a getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_AJAX_MODEL_LABEL="Target Ajax Model
Class Header" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_LABEL="Class Header
+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 getListQuery as your Main Get, and have custom code in the PHP (controller methods) under the Custom Buttons tab." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_AJAX_MODEL_LABEL="Target Ajax Model
Class Header" +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_LABEL="Class Header
(ajax.model)" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_DESCRIPTION="The class header for Ajax model." -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_DESCRIPTION="The class header for Ajax model." +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_LABEL="Power Header
(ajax.model)" -PLG_CONTENTCOMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_DESCRIPTION="The power header for Ajax model." \ No newline at end of file +PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_DESCRIPTION="The power header for Ajax model." \ No newline at end of file