diff --git a/componentbuildersiteheaderstabs.xml b/componentbuildersiteheaderstabs.xml index 768a675..68d73f1 100644 --- a/componentbuildersiteheaderstabs.xml +++ b/componentbuildersiteheaderstabs.xml @@ -1,14 +1,14 @@ - PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS - 10th March, 2022 + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS + 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.4 - PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_XML_DESCRIPTION + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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/site_view.xml b/forms/site_view.xml index b56e2be..237176a 100644 --- a/forms/site_view.xml +++ b/forms/site_view.xml @@ -3,7 +3,7 @@
-
@@ -12,23 +12,23 @@ + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_NO + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_YES + PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_NO getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEW_MODEL_LABEL="Power Header
(site.view.model)
getItem" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_HTML_LABEL="Target Site View
Class Header" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_HTML_DESCRIPTION="Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEW_HTML_LABEL="Class Header Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_HTML_LABEL="Target Site View
Class Header" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_HTML_DESCRIPTION="Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_SITE_VIEW_HTML_LABEL="Class Header Header
(site.view.html)
getItem" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEW_HTML_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEW_HTML_LABEL="Power Header
(site.view.html)
getItem" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_LABEL="Target Site View
Default Template Header" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_DESCRIPTION="Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEW_LABEL="Default Template Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_LABEL="Target Site View
Default Template Header" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_DESCRIPTION="Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_SITE_VIEW_LABEL="Default Template Header
(site.view)
getItem" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEW_DESCRIPTION="The default template header for site view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEW_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEW_LABEL="Power Header
(site.view)
getItem" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEW_DESCRIPTION="The power header for site view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_LABEL="Target Site View
Controller Header" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEW_CONTROLLER_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_LABEL="Target Site View
Controller Header" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_SITE_VIEW_CONTROLLER_LABEL="Class Header
(site.view.controller)
getItem" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_LABEL="Power Header
(site.view.controller)
getItem" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_MODEL_LABEL="Target Site Views
Model Header" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_MODEL_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_MODEL_LABEL="Target Site Views
Model Header" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_MODEL_LABEL="Class Header
(site.views.model)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEWS_MODEL_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEWS_MODEL_LABEL="Power Header
(site.views.model)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_HTML_LABEL="Target Site Views
Class Header" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_HTML_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_HTML_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_HTML_LABEL="Target Site Views
Class Header" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_HTML_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_HTML_LABEL="Class Header
(site.views.html)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_HTML_DESCRIPTION="The class header for site views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEWS_HTML_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEWS_HTML_LABEL="Power Header
(site.views.html)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_LABEL="Target Site Views
Default Template Header" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_LABEL="Default Template Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_LABEL="Target Site Views
Default Template Header" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_LABEL="Default Template Header
(site.views)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_DESCRIPTION="The default template header for site views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEWS_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEWS_LABEL="Power Header
(site.views)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEWS_DESCRIPTION="The power header for site views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_LABEL="Target Site Views
Controller Header" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_CONTROLLER_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_LABEL="Target Site Views
Controller Header" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_CONTROLLER_LABEL="Class Header
(site.views.controller)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_LABEL="Power Header
(site.views.controller)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_AJAX_MODEL_LABEL="Target Ajax Model
Class Header" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_AJAX_MODEL_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_ADD_AJAX_MODEL_LABEL="Target Ajax Model
Class Header" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_AJAX_MODEL_LABEL="Class Header
(ajax.model)" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_AJAX_MODEL_DESCRIPTION="The class header for Ajax model." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_AJAX_MODEL_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_AJAX_MODEL_DESCRIPTION="The class header for Ajax model." +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_POWER_AJAX_MODEL_LABEL="Power Header
(ajax.model)" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_AJAX_MODEL_DESCRIPTION="The power header for Ajax model." \ No newline at end of file +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_componentbuildersiteheaderstabs.sys.ini b/language/en-GB/en-GB.plg_content_componentbuildersiteheaderstabs.sys.ini index e01b8d0..e6adec8 100644 --- a/language/en-GB/en-GB.plg_content_componentbuildersiteheaderstabs.sys.ini +++ b/language/en-GB/en-GB.plg_content_componentbuildersiteheaderstabs.sys.ini @@ -1,93 +1,93 @@ -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS="Content - Componentbuilder Site Headers Tabs" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_DESCRIPTION="This plugin is used to set site class custom headers." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_XML_DESCRIPTION="

Content - Componentbuilder Site Headers Tabs (v.1.0.4)

This plugin is used to set site class custom headers.

Created by Llewellyn van der Merwe
Development started 8th December, 2020

" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_CLASS_HEADERS="Class Headers" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_MODEL_LABEL="Target Site View
Model Header" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_MODEL_DESCRIPTION="Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_YES="Yes" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_NO="No" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEW_MODEL_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS="Content - Componentbuilder Site Headers Tabs" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_DESCRIPTION="This plugin is used to set site class custom headers." +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_XML_DESCRIPTION="

Content - Componentbuilder Site Headers Tabs (v.1.0.4)

This plugin is used to set site class custom headers.

Created by Llewellyn van der Merwe
Development started 8th December, 2020

" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_CLASS_HEADERS="Class Headers" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_MODEL_LABEL="Target Site View
Model Header" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_MODEL_DESCRIPTION="Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_YES="Yes" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_NO="No" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_SITE_VIEW_MODEL_LABEL="Class Header
(site.view.model)
getItem" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEW_MODEL_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEW_MODEL_LABEL="Power Header
(site.view.model)
getItem" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_HTML_LABEL="Target Site View
Class Header" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_HTML_DESCRIPTION="Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEW_HTML_LABEL="Class Header Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_HTML_LABEL="Target Site View
Class Header" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_HTML_DESCRIPTION="Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_SITE_VIEW_HTML_LABEL="Class Header Header
(site.view.html)
getItem" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEW_HTML_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEW_HTML_LABEL="Power Header
(site.view.html)
getItem" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_LABEL="Target Site View
Default Template Header" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_DESCRIPTION="Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEW_LABEL="Default Template Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_LABEL="Target Site View
Default Template Header" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_DESCRIPTION="Only use this option if you have a getItem as your Main Get." +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_SITE_VIEW_LABEL="Default Template Header
(site.view)
getItem" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEW_DESCRIPTION="The default template header for site view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEW_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEW_LABEL="Power Header
(site.view)
getItem" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEW_DESCRIPTION="The power header for site view. Only use this option if you have a getItem as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_LABEL="Target Site View
Controller Header" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEW_CONTROLLER_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_LABEL="Target Site View
Controller Header" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_SITE_VIEW_CONTROLLER_LABEL="Class Header
(site.view.controller)
getItem" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_LABEL="Power Header
(site.view.controller)
getItem" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_MODEL_LABEL="Target Site Views
Model Header" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_MODEL_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_MODEL_LABEL="Target Site Views
Model Header" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_MODEL_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_MODEL_LABEL="Class Header
(site.views.model)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEWS_MODEL_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEWS_MODEL_LABEL="Power Header
(site.views.model)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_HTML_LABEL="Target Site Views
Class Header" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_HTML_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_HTML_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_HTML_LABEL="Target Site Views
Class Header" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_HTML_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_HTML_LABEL="Class Header
(site.views.html)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_HTML_DESCRIPTION="The class header for site views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEWS_HTML_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEWS_HTML_LABEL="Power Header
(site.views.html)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_LABEL="Target Site Views
Default Template Header" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_LABEL="Default Template Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_LABEL="Target Site Views
Default Template Header" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_DESCRIPTION="Only use this option if you have a getListQuery as your Main Get." +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_LABEL="Default Template Header
(site.views)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_DESCRIPTION="The default template header for site views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEWS_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEWS_LABEL="Power Header
(site.views)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEWS_DESCRIPTION="The power header for site views. Only use this option if you have a getListQuery as your Main Get." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_LABEL="Target Site Views
Controller Header" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_CONTROLLER_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_LABEL="Target Site Views
Controller Header" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_SITE_VIEWS_CONTROLLER_LABEL="Class Header
(site.views.controller)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_LABEL="Power Header
(site.views.controller)
getListQuery" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_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_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_ADD_AJAX_MODEL_LABEL="Target Ajax Model
Class Header" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_AJAX_MODEL_LABEL="Class Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_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_COMPONENTBUILDERSITEHEADERSTABS_ADD_AJAX_MODEL_LABEL="Target Ajax Model
Class Header" +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_AJAX_MODEL_LABEL="Class Header
(ajax.model)" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_AJAX_MODEL_DESCRIPTION="The class header for Ajax model." -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_AJAX_MODEL_LABEL="Power Header
+PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_AJAX_MODEL_DESCRIPTION="The class header for Ajax model." +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_POWER_AJAX_MODEL_LABEL="Power Header
(ajax.model)" -PLG_CONTENTCOMPONENTBUILDERSITEHEADERSTABS_POWER_AJAX_MODEL_DESCRIPTION="The power header for Ajax model." \ No newline at end of file +PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS_POWER_AJAX_MODEL_DESCRIPTION="The power header for Ajax model." \ No newline at end of file