From fe3f32c6e7222998fb671b92d2be4214b7686254 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Mon, 6 Nov 2017 16:04:23 +0200 Subject: [PATCH] Added version options to JCB, also changed JCB version option to only first 2 numbers. This should help cut down on the commit changes to JCB on each compilation. --- README.md | 10 +- admin/README.txt | 10 +- admin/assets/css/admin.css | 6 +- admin/assets/css/admin_fields.css | 8 +- admin/assets/css/admin_fields_conditions.css | 8 +- admin/assets/css/admin_view.css | 6 +- admin/assets/css/admin_views.css | 6 +- admin/assets/css/admins_fields.css | 8 +- admin/assets/css/admins_fields_conditions.css | 8 +- admin/assets/css/compiler.css | 8 +- admin/assets/css/component_admin_views.css | 8 +- admin/assets/css/component_config.css | 8 +- .../css/component_custom_admin_menus.css | 8 +- .../css/component_custom_admin_views.css | 8 +- admin/assets/css/component_dashboard.css | 8 +- admin/assets/css/component_files_folders.css | 8 +- admin/assets/css/component_mysql_tweaks.css | 8 +- admin/assets/css/component_site_views.css | 8 +- admin/assets/css/component_updates.css | 8 +- admin/assets/css/components_admin_views.css | 8 +- admin/assets/css/components_config.css | 8 +- .../css/components_custom_admin_menus.css | 8 +- .../css/components_custom_admin_views.css | 8 +- admin/assets/css/components_dashboard.css | 8 +- admin/assets/css/components_files_folders.css | 8 +- admin/assets/css/components_mysql_tweaks.css | 8 +- admin/assets/css/components_site_views.css | 8 +- admin/assets/css/components_updates.css | 8 +- admin/assets/css/custom_admin_view.css | 8 +- admin/assets/css/custom_admin_views.css | 8 +- admin/assets/css/custom_code.css | 8 +- admin/assets/css/custom_codes.css | 8 +- admin/assets/css/dashboard.css | 6 +- admin/assets/css/dynamic_get.css | 8 +- admin/assets/css/dynamic_gets.css | 8 +- admin/assets/css/field.css | 6 +- admin/assets/css/fields.css | 6 +- admin/assets/css/fieldtype.css | 6 +- admin/assets/css/fieldtypes.css | 6 +- admin/assets/css/ftp.css | 8 +- admin/assets/css/ftps.css | 8 +- admin/assets/css/help_document.css | 8 +- admin/assets/css/help_documents.css | 8 +- admin/assets/css/joomla_component.css | 8 +- admin/assets/css/joomla_components.css | 8 +- admin/assets/css/language.css | 8 +- admin/assets/css/language_translation.css | 8 +- admin/assets/css/language_translations.css | 8 +- admin/assets/css/languages.css | 8 +- admin/assets/css/layout.css | 8 +- admin/assets/css/layouts.css | 8 +- admin/assets/css/site_view.css | 8 +- admin/assets/css/site_views.css | 8 +- admin/assets/css/snippet.css | 8 +- admin/assets/css/snippets.css | 8 +- admin/assets/css/template.css | 8 +- admin/assets/css/templates.css | 8 +- admin/assets/js/admin.js | 6 +- admin/compiler/joomla_3/component.xml | 4 +- admin/componentbuilder.php | 6 +- admin/controller.php | 6 +- admin/controllers/admin_fields.php | 8 +- admin/controllers/admin_fields_conditions.php | 8 +- admin/controllers/admin_view.php | 6 +- admin/controllers/admin_views.php | 6 +- admin/controllers/admins_fields.php | 8 +- .../controllers/admins_fields_conditions.php | 8 +- admin/controllers/ajax.json.php | 6 +- admin/controllers/compiler.php | 8 +- admin/controllers/component_admin_views.php | 8 +- admin/controllers/component_config.php | 8 +- .../component_custom_admin_menus.php | 8 +- .../component_custom_admin_views.php | 8 +- admin/controllers/component_dashboard.php | 8 +- admin/controllers/component_files_folders.php | 8 +- admin/controllers/component_mysql_tweaks.php | 8 +- admin/controllers/component_site_views.php | 8 +- admin/controllers/component_updates.php | 8 +- admin/controllers/componentbuilder.php | 6 +- admin/controllers/components_admin_views.php | 8 +- admin/controllers/components_config.php | 8 +- .../components_custom_admin_menus.php | 8 +- .../components_custom_admin_views.php | 8 +- admin/controllers/components_dashboard.php | 8 +- .../controllers/components_files_folders.php | 8 +- admin/controllers/components_mysql_tweaks.php | 8 +- admin/controllers/components_site_views.php | 8 +- admin/controllers/components_updates.php | 8 +- admin/controllers/custom_admin_view.php | 8 +- admin/controllers/custom_admin_views.php | 8 +- admin/controllers/custom_code.php | 8 +- admin/controllers/custom_codes.php | 8 +- admin/controllers/dynamic_get.php | 8 +- admin/controllers/dynamic_gets.php | 8 +- admin/controllers/field.php | 6 +- admin/controllers/fields.php | 6 +- admin/controllers/fieldtype.php | 6 +- admin/controllers/fieldtypes.php | 6 +- admin/controllers/ftp.php | 8 +- admin/controllers/ftps.php | 8 +- admin/controllers/help.php | 6 +- admin/controllers/help_document.php | 8 +- admin/controllers/help_documents.php | 8 +- admin/controllers/import.php | 6 +- .../controllers/import_joomla_components.php | 6 +- admin/controllers/joomla_component.php | 8 +- admin/controllers/joomla_components.php | 8 +- admin/controllers/language.php | 8 +- admin/controllers/language_translation.php | 8 +- admin/controllers/language_translations.php | 8 +- admin/controllers/languages.php | 8 +- admin/controllers/layout.php | 8 +- admin/controllers/layouts.php | 8 +- admin/controllers/site_view.php | 8 +- admin/controllers/site_views.php | 8 +- admin/controllers/snippet.php | 8 +- admin/controllers/snippets.php | 8 +- admin/controllers/template.php | 8 +- admin/controllers/templates.php | 8 +- admin/helpers/compiler.php | 2 +- admin/helpers/compiler/e_Interpretation.php | 11 +- admin/helpers/compiler/f_Infusion.php | 21 + admin/helpers/componentbuilder.php | 6 +- admin/helpers/componentbuilderemail.php | 6 +- admin/helpers/headercheck.php | 6 +- admin/helpers/html/batch_.php | 6 +- admin/helpers/indenter.php | 6 +- admin/helpers/js.php | 6 +- admin/helpers/minify.php | 6 +- .../en-GB/en-GB.com_componentbuilder.ini | 11 +- admin/layouts/admin_fields/fields_above.php | 6 +- .../layouts/admin_fields/fields_fullwidth.php | 6 +- admin/layouts/admin_fields/publishing.php | 6 +- admin/layouts/admin_fields/publlshing.php | 6 +- .../conditions_above.php | 6 +- .../conditions_fullwidth.php | 6 +- .../admin_fields_conditions/publishing.php | 6 +- .../admin_fields_conditions/publlshing.php | 6 +- admin/layouts/admin_view/css_fullwidth.php | 6 +- .../admin_view/custom_buttons_fullwidth.php | 6 +- .../admin_view/custom_buttons_left.php | 6 +- .../admin_view/custom_import_fullwidth.php | 6 +- admin/layouts/admin_view/details_above.php | 6 +- admin/layouts/admin_view/details_left.php | 6 +- admin/layouts/admin_view/details_right.php | 6 +- admin/layouts/admin_view/details_under.php | 6 +- .../fields_conditions_fullwidth.php | 6 +- .../admin_view/fields_conditions_left.php | 6 +- .../admin_view/fields_conditions_right.php | 6 +- .../admin_view/javascript_fullwidth.php | 6 +- admin/layouts/admin_view/mysql_fullwidth.php | 6 +- admin/layouts/admin_view/mysql_left.php | 6 +- admin/layouts/admin_view/php_fullwidth.php | 6 +- admin/layouts/admin_view/publishing.php | 6 +- admin/layouts/admin_view/publlshing.php | 6 +- .../layouts/admin_view/settings_fullwidth.php | 6 +- admin/layouts/batchselection.php | 6 +- .../component_admin_views/publishing.php | 6 +- .../component_admin_views/publlshing.php | 6 +- .../component_admin_views/views_above.php | 6 +- .../component_admin_views/views_fullwidth.php | 6 +- admin/layouts/component_config/publishing.php | 6 +- admin/layouts/component_config/publlshing.php | 6 +- .../layouts/component_config/tweaks_above.php | 6 +- .../component_config/tweaks_fullwidth.php | 6 +- .../publishing.php | 6 +- .../publlshing.php | 6 +- .../tweaks_above.php | 6 +- .../tweaks_fullwidth.php | 6 +- .../publishing.php | 6 +- .../publlshing.php | 6 +- .../views_above.php | 6 +- .../views_fullwidth.php | 6 +- .../component_dashboard/dashboard_above.php | 6 +- .../dashboard_fullwidth.php | 6 +- .../component_dashboard/publishing.php | 6 +- .../component_dashboard/publlshing.php | 6 +- .../component_files_folders/publishing.php | 6 +- .../component_files_folders/publlshing.php | 6 +- .../settings_above.php | 6 +- .../settings_fullwidth.php | 6 +- .../component_mysql_tweaks/publishing.php | 6 +- .../component_mysql_tweaks/publlshing.php | 6 +- .../component_mysql_tweaks/tweaks_above.php | 6 +- .../tweaks_fullwidth.php | 6 +- .../component_site_views/publishing.php | 6 +- .../component_site_views/publlshing.php | 6 +- .../component_site_views/views_above.php | 6 +- .../component_site_views/views_fullwidth.php | 6 +- .../layouts/component_updates/publishing.php | 6 +- .../layouts/component_updates/publlshing.php | 6 +- .../component_updates/updates_above.php | 6 +- .../component_updates/updates_fullwidth.php | 6 +- .../custom_buttons_fullwidth.php | 6 +- .../custom_admin_view/custom_buttons_left.php | 6 +- .../custom_script_fullwidth.php | 6 +- .../custom_admin_view/details_above.php | 6 +- .../custom_admin_view/details_fullwidth.php | 6 +- .../custom_admin_view/details_left.php | 6 +- .../custom_admin_view/details_right.php | 6 +- .../custom_admin_view/details_rightside.php | 6 +- .../custom_admin_view/details_under.php | 6 +- .../linked_components_fullwidth.php | 6 +- .../layouts/custom_admin_view/publishing.php | 6 +- .../layouts/custom_admin_view/publlshing.php | 6 +- admin/layouts/custom_code/details_above.php | 6 +- .../layouts/custom_code/details_fullwidth.php | 6 +- admin/layouts/custom_code/details_left.php | 6 +- admin/layouts/custom_code/details_right.php | 6 +- admin/layouts/custom_code/details_under.php | 6 +- admin/layouts/custom_code/publishing.php | 6 +- admin/layouts/custom_code/publlshing.php | 6 +- .../layouts/dynamic_get/abacus_fullwidth.php | 6 +- admin/layouts/dynamic_get/abacus_left.php | 6 +- .../dynamic_get/custom_script_fullwidth.php | 6 +- admin/layouts/dynamic_get/joint_fullwidth.php | 6 +- admin/layouts/dynamic_get/main_above.php | 6 +- admin/layouts/dynamic_get/main_fullwidth.php | 6 +- admin/layouts/dynamic_get/main_left.php | 6 +- admin/layouts/dynamic_get/main_under.php | 6 +- admin/layouts/dynamic_get/publishing.php | 6 +- admin/layouts/dynamic_get/publlshing.php | 6 +- admin/layouts/dynamic_get/tweak_fullwidth.php | 6 +- admin/layouts/field/details_fullwidth.php | 6 +- admin/layouts/field/details_left.php | 6 +- admin/layouts/field/details_right.php | 6 +- admin/layouts/field/details_under.php | 6 +- admin/layouts/field/publishing.php | 6 +- admin/layouts/field/publlshing.php | 6 +- admin/layouts/field/scripts_left.php | 6 +- admin/layouts/field/scripts_right.php | 6 +- admin/layouts/fieldtype/details_fullwidth.php | 6 +- admin/layouts/fieldtype/details_left.php | 6 +- admin/layouts/fieldtype/details_right.php | 6 +- admin/layouts/fieldtype/fields_fullwidth.php | 6 +- admin/layouts/fieldtype/publishing.php | 6 +- admin/layouts/fieldtype/publlshing.php | 6 +- admin/layouts/ftp/details_above.php | 6 +- admin/layouts/ftp/details_fullwidth.php | 6 +- .../ftp/linked_components_fullwidth.php | 6 +- admin/layouts/ftp/publishing.php | 6 +- admin/layouts/ftp/publlshing.php | 6 +- admin/layouts/help_document/details_above.php | 6 +- .../help_document/details_fullwidth.php | 6 +- admin/layouts/help_document/details_left.php | 6 +- admin/layouts/help_document/details_right.php | 6 +- admin/layouts/help_document/details_under.php | 6 +- admin/layouts/help_document/publishing.php | 6 +- admin/layouts/help_document/publlshing.php | 6 +- .../admin_views_fullwidth.php | 6 +- .../custom_admin_views_fullwidth.php | 6 +- .../joomla_component/details_above.php | 6 +- .../layouts/joomla_component/details_left.php | 9 +- .../joomla_component/details_right.php | 6 +- .../joomla_component/details_under.php | 6 +- .../dynamic_build_beta_fullwidth.php | 6 +- .../dynamic_integration_fullwidth.php | 6 +- .../libs_helpers_fullwidth.php | 6 +- admin/layouts/joomla_component/metadata.php | 6 +- .../joomla_component/mysql_fullwidth.php | 6 +- .../joomla_component/php_fullwidth.php | 6 +- admin/layouts/joomla_component/php_left.php | 6 +- admin/layouts/joomla_component/publishing.php | 6 +- .../layouts/joomla_component/readme_left.php | 6 +- .../layouts/joomla_component/readme_right.php | 6 +- .../joomla_component/settings_fullwidth.php | 6 +- .../joomla_component/settings_left.php | 6 +- .../joomla_component/settings_right.php | 6 +- .../joomla_component/site_views_fullwidth.php | 6 +- .../translation_fullwidth.php | 6 +- admin/layouts/language/details_left.php | 6 +- admin/layouts/language/details_right.php | 6 +- admin/layouts/language/publishing.php | 6 +- admin/layouts/language/publlshing.php | 6 +- .../details_fullwidth.php | 6 +- .../language_translation/publishing.php | 6 +- .../language_translation/publlshing.php | 6 +- .../layout/custom_script_fullwidth.php | 6 +- admin/layouts/layout/details_fullwidth.php | 6 +- admin/layouts/layout/details_left.php | 6 +- admin/layouts/layout/details_right.php | 6 +- admin/layouts/layout/details_rightside.php | 6 +- admin/layouts/layout/details_under.php | 6 +- admin/layouts/layout/publishing.php | 6 +- admin/layouts/layout/publlshing.php | 6 +- .../site_view/custom_buttons_fullwidth.php | 6 +- .../layouts/site_view/custom_buttons_left.php | 6 +- .../site_view/custom_buttons_right.php | 6 +- admin/layouts/site_view/details_above.php | 6 +- admin/layouts/site_view/details_fullwidth.php | 6 +- admin/layouts/site_view/details_left.php | 6 +- admin/layouts/site_view/details_right.php | 6 +- admin/layouts/site_view/details_rightside.php | 6 +- admin/layouts/site_view/details_under.php | 6 +- .../site_view/javascript_css_fullwidth.php | 6 +- .../site_view/linked_components_fullwidth.php | 6 +- admin/layouts/site_view/php_fullwidth.php | 6 +- admin/layouts/site_view/publishing.php | 6 +- admin/layouts/site_view/publlshing.php | 6 +- admin/layouts/snippet/details_above.php | 6 +- admin/layouts/snippet/details_left.php | 6 +- admin/layouts/snippet/details_right.php | 6 +- admin/layouts/snippet/publishing.php | 6 +- admin/layouts/snippet/publlshing.php | 6 +- .../template/custom_script_fullwidth.php | 6 +- admin/layouts/template/details_fullwidth.php | 6 +- admin/layouts/template/details_left.php | 6 +- admin/layouts/template/details_right.php | 6 +- admin/layouts/template/details_rightside.php | 6 +- admin/layouts/template/details_under.php | 6 +- admin/layouts/template/publishing.php | 6 +- admin/layouts/template/publlshing.php | 6 +- admin/models/admin_fields.php | 8 +- admin/models/admin_fields_conditions.php | 8 +- admin/models/admin_view.php | 6 +- admin/models/admin_views.php | 6 +- admin/models/admins_fields.php | 8 +- admin/models/admins_fields_conditions.php | 8 +- admin/models/ajax.php | 6 +- admin/models/compiler.php | 8 +- admin/models/component_admin_views.php | 8 +- admin/models/component_config.php | 8 +- admin/models/component_custom_admin_menus.php | 8 +- admin/models/component_custom_admin_views.php | 8 +- admin/models/component_dashboard.php | 8 +- admin/models/component_files_folders.php | 8 +- admin/models/component_mysql_tweaks.php | 8 +- admin/models/component_site_views.php | 8 +- admin/models/component_updates.php | 8 +- admin/models/componentbuilder.php | 6 +- admin/models/components_admin_views.php | 8 +- admin/models/components_config.php | 8 +- .../models/components_custom_admin_menus.php | 8 +- .../models/components_custom_admin_views.php | 8 +- admin/models/components_dashboard.php | 8 +- admin/models/components_files_folders.php | 8 +- admin/models/components_mysql_tweaks.php | 8 +- admin/models/components_site_views.php | 8 +- admin/models/components_updates.php | 8 +- admin/models/custom_admin_view.php | 8 +- admin/models/custom_admin_views.php | 8 +- admin/models/custom_code.php | 8 +- admin/models/custom_codes.php | 8 +- admin/models/dynamic_get.php | 8 +- admin/models/dynamic_gets.php | 8 +- admin/models/field.php | 6 +- admin/models/fields.php | 6 +- admin/models/fields/adminsviews.php | 6 +- admin/models/fields/adminviewfolderlist.php | 6 +- admin/models/fields/adminviews.php | 6 +- admin/models/fields/articles.php | 6 +- admin/models/fields/component.php | 6 +- admin/models/fields/componentadminmenus.php | 6 +- admin/models/fields/componentadminviews.php | 6 +- admin/models/fields/components.php | 6 +- admin/models/fields/customadminviews.php | 6 +- admin/models/fields/customfilelist.php | 6 +- admin/models/fields/customfolderlist.php | 6 +- admin/models/fields/customgets.php | 6 +- admin/models/fields/dbtables.php | 6 +- admin/models/fields/dynamicget.php | 6 +- admin/models/fields/dynamicgets.php | 6 +- admin/models/fields/fields.php | 6 +- admin/models/fields/fieldtypes.php | 6 +- admin/models/fields/ftps.php | 2 +- admin/models/fields/joomlacomponents.php | 6 +- admin/models/fields/lang.php | 6 +- admin/models/fields/maingets.php | 6 +- admin/models/fields/matchfield.php | 6 +- admin/models/fields/siteviewfolderlist.php | 6 +- admin/models/fields/siteviews.php | 6 +- admin/models/fields/snippets.php | 6 +- admin/models/fields/targetfields.php | 6 +- admin/models/fields/viewtabs.php | 6 +- admin/models/fieldtype.php | 6 +- admin/models/fieldtypes.php | 6 +- admin/models/forms/admin_fields.js | 8 +- admin/models/forms/admin_fields_conditions.js | 8 +- admin/models/forms/admin_view.js | 6 +- admin/models/forms/component_admin_views.js | 8 +- admin/models/forms/component_config.js | 8 +- .../forms/component_custom_admin_menus.js | 8 +- .../forms/component_custom_admin_views.js | 8 +- admin/models/forms/component_dashboard.js | 8 +- admin/models/forms/component_files_folders.js | 8 +- admin/models/forms/component_mysql_tweaks.js | 8 +- admin/models/forms/component_site_views.js | 8 +- admin/models/forms/component_updates.js | 8 +- admin/models/forms/custom_admin_view.js | 8 +- admin/models/forms/custom_code.js | 8 +- admin/models/forms/dynamic_get.js | 8 +- admin/models/forms/field.js | 6 +- admin/models/forms/fieldtype.js | 6 +- admin/models/forms/ftp.js | 8 +- admin/models/forms/help_document.js | 8 +- admin/models/forms/joomla_component.js | 8 +- admin/models/forms/joomla_component.xml | 628 +++++++++--------- admin/models/forms/language.js | 8 +- admin/models/forms/language_translation.js | 8 +- admin/models/forms/layout.js | 8 +- admin/models/forms/site_view.js | 8 +- admin/models/forms/snippet.js | 8 +- admin/models/forms/template.js | 8 +- admin/models/ftp.php | 8 +- admin/models/ftps.php | 8 +- admin/models/help_document.php | 8 +- admin/models/help_documents.php | 8 +- admin/models/import.php | 6 +- admin/models/import_joomla_components.php | 6 +- admin/models/joomla_component.php | 116 ++-- admin/models/joomla_components.php | 32 +- admin/models/language.php | 8 +- admin/models/language_translation.php | 8 +- admin/models/language_translations.php | 8 +- admin/models/languages.php | 8 +- admin/models/layout.php | 8 +- admin/models/layouts.php | 8 +- admin/models/site_view.php | 8 +- admin/models/site_views.php | 8 +- admin/models/snippet.php | 8 +- admin/models/snippets.php | 8 +- admin/models/template.php | 8 +- admin/models/templates.php | 8 +- admin/sql/install.mysql.utf8.sql | 20 +- admin/tables/admin_fields.php | 8 +- admin/tables/admin_fields_conditions.php | 8 +- admin/tables/admin_view.php | 6 +- admin/tables/component_admin_views.php | 8 +- admin/tables/component_config.php | 8 +- admin/tables/component_custom_admin_menus.php | 8 +- admin/tables/component_custom_admin_views.php | 8 +- admin/tables/component_dashboard.php | 8 +- admin/tables/component_files_folders.php | 8 +- admin/tables/component_mysql_tweaks.php | 8 +- admin/tables/component_site_views.php | 8 +- admin/tables/component_updates.php | 8 +- admin/tables/custom_admin_view.php | 8 +- admin/tables/custom_code.php | 8 +- admin/tables/dynamic_get.php | 8 +- admin/tables/field.php | 6 +- admin/tables/fieldtype.php | 6 +- admin/tables/ftp.php | 8 +- admin/tables/help_document.php | 8 +- admin/tables/joomla_component.php | 8 +- admin/tables/language.php | 8 +- admin/tables/language_translation.php | 8 +- admin/tables/layout.php | 8 +- admin/tables/site_view.php | 8 +- admin/tables/snippet.php | 8 +- admin/tables/template.php | 8 +- admin/views/admin_fields/submitbutton.js | 8 +- admin/views/admin_fields/tmpl/edit.php | 8 +- admin/views/admin_fields/view.html.php | 8 +- .../admin_fields_conditions/submitbutton.js | 8 +- .../admin_fields_conditions/tmpl/edit.php | 8 +- .../admin_fields_conditions/view.html.php | 8 +- admin/views/admin_view/submitbutton.js | 6 +- admin/views/admin_view/tmpl/edit.php | 6 +- admin/views/admin_view/view.html.php | 6 +- admin/views/admin_views/tmpl/default.php | 6 +- .../admin_views/tmpl/default_batch_body.php | 6 +- .../admin_views/tmpl/default_batch_footer.php | 6 +- admin/views/admin_views/tmpl/default_body.php | 6 +- admin/views/admin_views/tmpl/default_foot.php | 6 +- admin/views/admin_views/tmpl/default_head.php | 6 +- .../admin_views/tmpl/default_toolbar.php | 6 +- admin/views/admin_views/view.html.php | 6 +- admin/views/admins_fields/tmpl/default.php | 8 +- .../admins_fields/tmpl/default_batch_body.php | 8 +- .../tmpl/default_batch_footer.php | 8 +- .../views/admins_fields/tmpl/default_body.php | 8 +- .../views/admins_fields/tmpl/default_foot.php | 8 +- .../views/admins_fields/tmpl/default_head.php | 8 +- .../admins_fields/tmpl/default_toolbar.php | 8 +- admin/views/admins_fields/view.html.php | 8 +- .../admins_fields_conditions/tmpl/default.php | 8 +- .../tmpl/default_batch_body.php | 8 +- .../tmpl/default_batch_footer.php | 8 +- .../tmpl/default_body.php | 8 +- .../tmpl/default_foot.php | 8 +- .../tmpl/default_head.php | 8 +- .../tmpl/default_toolbar.php | 8 +- .../admins_fields_conditions/view.html.php | 8 +- admin/views/compiler/tmpl/default.php | 8 +- admin/views/compiler/view.html.php | 8 +- .../component_admin_views/submitbutton.js | 8 +- .../views/component_admin_views/tmpl/edit.php | 8 +- .../views/component_admin_views/view.html.php | 8 +- admin/views/component_config/submitbutton.js | 8 +- admin/views/component_config/tmpl/edit.php | 8 +- admin/views/component_config/view.html.php | 8 +- .../submitbutton.js | 8 +- .../tmpl/edit.php | 8 +- .../view.html.php | 8 +- .../submitbutton.js | 8 +- .../tmpl/edit.php | 8 +- .../view.html.php | 8 +- .../views/component_dashboard/submitbutton.js | 8 +- admin/views/component_dashboard/tmpl/edit.php | 8 +- admin/views/component_dashboard/view.html.php | 8 +- .../component_files_folders/submitbutton.js | 8 +- .../component_files_folders/tmpl/edit.php | 8 +- .../component_files_folders/view.html.php | 8 +- .../component_mysql_tweaks/submitbutton.js | 8 +- .../component_mysql_tweaks/tmpl/edit.php | 8 +- .../component_mysql_tweaks/view.html.php | 8 +- .../component_site_views/submitbutton.js | 8 +- .../views/component_site_views/tmpl/edit.php | 8 +- .../views/component_site_views/view.html.php | 8 +- admin/views/component_updates/submitbutton.js | 8 +- admin/views/component_updates/tmpl/edit.php | 8 +- admin/views/component_updates/view.html.php | 8 +- admin/views/componentbuilder/tmpl/default.php | 6 +- ...ult_issues_the_closed_issues_on_github.php | 6 +- ...fault_issues_the_open_issues_on_github.php | 6 +- .../componentbuilder/tmpl/default_main.php | 6 +- .../tmpl/default_readme_information.php | 6 +- .../tmpl/default_releases_information.php | 6 +- ...t_vast_development_method_notice_board.php | 6 +- .../componentbuilder/tmpl/default_vdm.php | 6 +- .../tmpl/default_wiki_tutorials.php | 6 +- admin/views/componentbuilder/view.html.php | 6 +- .../components_admin_views/tmpl/default.php | 8 +- .../tmpl/default_batch_body.php | 8 +- .../tmpl/default_batch_footer.php | 8 +- .../tmpl/default_body.php | 8 +- .../tmpl/default_foot.php | 8 +- .../tmpl/default_head.php | 8 +- .../tmpl/default_toolbar.php | 8 +- .../components_admin_views/view.html.php | 8 +- .../views/components_config/tmpl/default.php | 8 +- .../tmpl/default_batch_body.php | 8 +- .../tmpl/default_batch_footer.php | 8 +- .../components_config/tmpl/default_body.php | 8 +- .../components_config/tmpl/default_foot.php | 8 +- .../components_config/tmpl/default_head.php | 8 +- .../tmpl/default_toolbar.php | 8 +- admin/views/components_config/view.html.php | 8 +- .../tmpl/default.php | 8 +- .../tmpl/default_batch_body.php | 8 +- .../tmpl/default_batch_footer.php | 8 +- .../tmpl/default_body.php | 8 +- .../tmpl/default_foot.php | 8 +- .../tmpl/default_head.php | 8 +- .../tmpl/default_toolbar.php | 8 +- .../view.html.php | 8 +- .../tmpl/default.php | 8 +- .../tmpl/default_batch_body.php | 8 +- .../tmpl/default_batch_footer.php | 8 +- .../tmpl/default_body.php | 8 +- .../tmpl/default_foot.php | 8 +- .../tmpl/default_head.php | 8 +- .../tmpl/default_toolbar.php | 8 +- .../view.html.php | 8 +- .../components_dashboard/tmpl/default.php | 8 +- .../tmpl/default_batch_body.php | 8 +- .../tmpl/default_batch_footer.php | 8 +- .../tmpl/default_body.php | 8 +- .../tmpl/default_foot.php | 8 +- .../tmpl/default_head.php | 8 +- .../tmpl/default_toolbar.php | 8 +- .../views/components_dashboard/view.html.php | 8 +- .../components_files_folders/tmpl/default.php | 8 +- .../tmpl/default_batch_body.php | 8 +- .../tmpl/default_batch_footer.php | 8 +- .../tmpl/default_body.php | 8 +- .../tmpl/default_foot.php | 8 +- .../tmpl/default_head.php | 8 +- .../tmpl/default_toolbar.php | 8 +- .../components_files_folders/view.html.php | 8 +- .../components_mysql_tweaks/tmpl/default.php | 8 +- .../tmpl/default_batch_body.php | 8 +- .../tmpl/default_batch_footer.php | 8 +- .../tmpl/default_body.php | 8 +- .../tmpl/default_foot.php | 8 +- .../tmpl/default_head.php | 8 +- .../tmpl/default_toolbar.php | 8 +- .../components_mysql_tweaks/view.html.php | 8 +- .../components_site_views/tmpl/default.php | 8 +- .../tmpl/default_batch_body.php | 8 +- .../tmpl/default_batch_footer.php | 8 +- .../tmpl/default_body.php | 8 +- .../tmpl/default_foot.php | 8 +- .../tmpl/default_head.php | 8 +- .../tmpl/default_toolbar.php | 8 +- .../views/components_site_views/view.html.php | 8 +- .../views/components_updates/tmpl/default.php | 8 +- .../tmpl/default_batch_body.php | 8 +- .../tmpl/default_batch_footer.php | 8 +- .../components_updates/tmpl/default_body.php | 8 +- .../components_updates/tmpl/default_foot.php | 8 +- .../components_updates/tmpl/default_head.php | 8 +- .../tmpl/default_toolbar.php | 8 +- admin/views/components_updates/view.html.php | 8 +- admin/views/custom_admin_view/submitbutton.js | 8 +- admin/views/custom_admin_view/tmpl/edit.php | 8 +- admin/views/custom_admin_view/view.html.php | 8 +- .../views/custom_admin_views/tmpl/default.php | 8 +- .../tmpl/default_batch_body.php | 8 +- .../tmpl/default_batch_footer.php | 8 +- .../custom_admin_views/tmpl/default_body.php | 8 +- .../custom_admin_views/tmpl/default_foot.php | 8 +- .../custom_admin_views/tmpl/default_head.php | 8 +- .../tmpl/default_toolbar.php | 8 +- admin/views/custom_admin_views/view.html.php | 8 +- admin/views/custom_code/submitbutton.js | 8 +- admin/views/custom_code/tmpl/edit.php | 8 +- admin/views/custom_code/view.html.php | 8 +- admin/views/custom_codes/tmpl/default.php | 8 +- .../custom_codes/tmpl/default_batch_body.php | 8 +- .../tmpl/default_batch_footer.php | 8 +- .../views/custom_codes/tmpl/default_body.php | 8 +- .../views/custom_codes/tmpl/default_foot.php | 8 +- .../views/custom_codes/tmpl/default_head.php | 8 +- .../custom_codes/tmpl/default_toolbar.php | 8 +- admin/views/custom_codes/view.html.php | 8 +- admin/views/dynamic_get/submitbutton.js | 8 +- admin/views/dynamic_get/tmpl/edit.php | 8 +- admin/views/dynamic_get/view.html.php | 8 +- admin/views/dynamic_gets/tmpl/default.php | 8 +- .../dynamic_gets/tmpl/default_batch_body.php | 8 +- .../tmpl/default_batch_footer.php | 8 +- .../views/dynamic_gets/tmpl/default_body.php | 8 +- .../views/dynamic_gets/tmpl/default_foot.php | 8 +- .../views/dynamic_gets/tmpl/default_head.php | 8 +- .../dynamic_gets/tmpl/default_toolbar.php | 8 +- admin/views/dynamic_gets/view.html.php | 8 +- admin/views/field/submitbutton.js | 6 +- admin/views/field/tmpl/edit.php | 6 +- admin/views/field/view.html.php | 6 +- admin/views/fields/tmpl/default.php | 6 +- .../views/fields/tmpl/default_batch_body.php | 6 +- .../fields/tmpl/default_batch_footer.php | 6 +- admin/views/fields/tmpl/default_body.php | 6 +- admin/views/fields/tmpl/default_foot.php | 6 +- admin/views/fields/tmpl/default_head.php | 6 +- admin/views/fields/tmpl/default_toolbar.php | 6 +- admin/views/fields/view.html.php | 6 +- admin/views/fieldtype/submitbutton.js | 6 +- admin/views/fieldtype/tmpl/edit.php | 6 +- admin/views/fieldtype/view.html.php | 6 +- admin/views/fieldtypes/tmpl/default.php | 6 +- .../fieldtypes/tmpl/default_batch_body.php | 6 +- .../fieldtypes/tmpl/default_batch_footer.php | 6 +- admin/views/fieldtypes/tmpl/default_body.php | 6 +- admin/views/fieldtypes/tmpl/default_foot.php | 6 +- admin/views/fieldtypes/tmpl/default_head.php | 6 +- .../views/fieldtypes/tmpl/default_toolbar.php | 6 +- admin/views/fieldtypes/view.html.php | 6 +- admin/views/ftp/submitbutton.js | 8 +- admin/views/ftp/tmpl/edit.php | 8 +- admin/views/ftp/view.html.php | 8 +- admin/views/ftps/tmpl/default.php | 8 +- admin/views/ftps/tmpl/default_batch_body.php | 8 +- .../views/ftps/tmpl/default_batch_footer.php | 8 +- admin/views/ftps/tmpl/default_body.php | 8 +- admin/views/ftps/tmpl/default_foot.php | 8 +- admin/views/ftps/tmpl/default_head.php | 8 +- admin/views/ftps/tmpl/default_toolbar.php | 8 +- admin/views/ftps/view.html.php | 8 +- admin/views/help_document/submitbutton.js | 8 +- admin/views/help_document/tmpl/edit.php | 8 +- admin/views/help_document/view.html.php | 8 +- admin/views/help_documents/tmpl/default.php | 8 +- .../tmpl/default_batch_body.php | 8 +- .../tmpl/default_batch_footer.php | 8 +- .../help_documents/tmpl/default_body.php | 8 +- .../help_documents/tmpl/default_foot.php | 8 +- .../help_documents/tmpl/default_head.php | 8 +- .../help_documents/tmpl/default_toolbar.php | 8 +- admin/views/help_documents/view.html.php | 8 +- admin/views/import/tmpl/default.php | 6 +- admin/views/import/view.html.php | 6 +- .../import_joomla_components/tmpl/default.php | 6 +- .../import_joomla_components/view.html.php | 6 +- admin/views/joomla_component/submitbutton.js | 8 +- admin/views/joomla_component/tmpl/edit.php | 8 +- admin/views/joomla_component/view.html.php | 8 +- .../views/joomla_components/tmpl/default.php | 8 +- .../tmpl/default_batch_body.php | 8 +- .../tmpl/default_batch_footer.php | 8 +- .../joomla_components/tmpl/default_body.php | 8 +- .../joomla_components/tmpl/default_foot.php | 8 +- .../joomla_components/tmpl/default_head.php | 8 +- .../tmpl/default_toolbar.php | 8 +- admin/views/joomla_components/view.html.php | 8 +- admin/views/language/submitbutton.js | 8 +- admin/views/language/tmpl/edit.php | 8 +- admin/views/language/view.html.php | 8 +- .../language_translation/submitbutton.js | 8 +- .../views/language_translation/tmpl/edit.php | 8 +- .../views/language_translation/view.html.php | 8 +- .../language_translations/tmpl/default.php | 8 +- .../tmpl/default_batch_body.php | 8 +- .../tmpl/default_batch_footer.php | 8 +- .../tmpl/default_body.php | 8 +- .../tmpl/default_foot.php | 8 +- .../tmpl/default_head.php | 8 +- .../tmpl/default_toolbar.php | 8 +- .../views/language_translations/view.html.php | 8 +- admin/views/languages/tmpl/default.php | 8 +- .../languages/tmpl/default_batch_body.php | 8 +- .../languages/tmpl/default_batch_footer.php | 8 +- admin/views/languages/tmpl/default_body.php | 8 +- admin/views/languages/tmpl/default_foot.php | 8 +- admin/views/languages/tmpl/default_head.php | 8 +- .../views/languages/tmpl/default_toolbar.php | 8 +- admin/views/languages/view.html.php | 8 +- admin/views/layout/submitbutton.js | 8 +- admin/views/layout/tmpl/edit.php | 8 +- admin/views/layout/view.html.php | 8 +- admin/views/layouts/tmpl/default.php | 8 +- .../views/layouts/tmpl/default_batch_body.php | 8 +- .../layouts/tmpl/default_batch_footer.php | 8 +- admin/views/layouts/tmpl/default_body.php | 8 +- admin/views/layouts/tmpl/default_foot.php | 8 +- admin/views/layouts/tmpl/default_head.php | 8 +- admin/views/layouts/tmpl/default_toolbar.php | 8 +- admin/views/layouts/view.html.php | 8 +- admin/views/site_view/submitbutton.js | 8 +- admin/views/site_view/tmpl/edit.php | 8 +- admin/views/site_view/view.html.php | 8 +- admin/views/site_views/tmpl/default.php | 8 +- .../site_views/tmpl/default_batch_body.php | 8 +- .../site_views/tmpl/default_batch_footer.php | 8 +- admin/views/site_views/tmpl/default_body.php | 8 +- admin/views/site_views/tmpl/default_foot.php | 8 +- admin/views/site_views/tmpl/default_head.php | 8 +- .../views/site_views/tmpl/default_toolbar.php | 8 +- admin/views/site_views/view.html.php | 8 +- admin/views/snippet/submitbutton.js | 8 +- admin/views/snippet/tmpl/edit.php | 8 +- admin/views/snippet/view.html.php | 8 +- admin/views/snippets/tmpl/default.php | 8 +- .../snippets/tmpl/default_batch_body.php | 8 +- .../snippets/tmpl/default_batch_footer.php | 8 +- admin/views/snippets/tmpl/default_body.php | 8 +- admin/views/snippets/tmpl/default_foot.php | 8 +- admin/views/snippets/tmpl/default_head.php | 8 +- admin/views/snippets/tmpl/default_toolbar.php | 8 +- admin/views/snippets/view.html.php | 8 +- admin/views/template/submitbutton.js | 8 +- admin/views/template/tmpl/edit.php | 8 +- admin/views/template/view.html.php | 8 +- admin/views/templates/tmpl/default.php | 8 +- .../templates/tmpl/default_batch_body.php | 8 +- .../templates/tmpl/default_batch_footer.php | 8 +- admin/views/templates/tmpl/default_body.php | 8 +- admin/views/templates/tmpl/default_foot.php | 8 +- admin/views/templates/tmpl/default_head.php | 8 +- .../views/templates/tmpl/default_toolbar.php | 8 +- admin/views/templates/view.html.php | 8 +- componentbuilder.xml | 2 +- script.php | 14 +- site/assets/css/api.css | 8 +- site/assets/css/site.css | 6 +- site/assets/js/site.js | 6 +- site/componentbuilder.php | 6 +- site/controller.php | 6 +- site/controllers/api.php | 6 +- site/controllers/help.php | 6 +- site/helpers/category.php | 6 +- site/helpers/categoryfields.php | 6 +- site/helpers/categoryfieldtypes.php | 6 +- site/helpers/componentbuilder.php | 6 +- site/helpers/headercheck.php | 6 +- site/helpers/route.php | 6 +- site/models/api.php | 8 +- site/router.php | 6 +- site/views/api/submitbutton.js | 6 +- site/views/api/tmpl/default.php | 8 +- site/views/api/view.html.php | 8 +- 772 files changed, 3186 insertions(+), 3136 deletions(-) diff --git a/README.md b/README.md index 68b5a42a0..ef8c72aac 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The Component Builder for [Joomla](https://extensions.joomla.org/extension/compo Whether you're a seasoned [Joomla](https://extensions.joomla.org/extension/component-builder/) developer, or have just started, Component Builder will safe you lots of time and money. A real must have! -You can install it quite easily and with no limitations. On [github](https://github.com/vdm-io/Joomla-Component-Builder/releases) is the latest release (2.6.2) with **ALL** its features and **ALL** concepts totally open-source and free! +You can install it quite easily and with no limitations. On [github](https://github.com/vdm-io/Joomla-Component-Builder/releases) is the latest release (2.6.x) with **ALL** its features and **ALL** concepts totally open-source and free! > Watch Quick Build of a Hello World component in [JCB on Youtube](https://youtu.be/1KBBtQUxMTc) @@ -111,12 +111,12 @@ Component Builder is mapped as a component in itself on my local development env + *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io) + *Name*: [Component Builder](http://vdm.bz/component-builder) + *First Build*: 30th April, 2015 -+ *Last Build*: 4th November, 2017 -+ *Version*: 2.6.2 ++ *Last Build*: 6th November, 2017 ++ *Version*: 2.6.x + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html -+ *Line count*: **159318** -+ *File count*: **1000** ++ *Line count*: **159511** ++ *File count*: **1001** + *Folder count*: **165** > This **component** was build with a Joomla [Automated Component Builder](http://vdm.bz/component-builder). diff --git a/admin/README.txt b/admin/README.txt index 68b5a42a0..ef8c72aac 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -10,7 +10,7 @@ The Component Builder for [Joomla](https://extensions.joomla.org/extension/compo Whether you're a seasoned [Joomla](https://extensions.joomla.org/extension/component-builder/) developer, or have just started, Component Builder will safe you lots of time and money. A real must have! -You can install it quite easily and with no limitations. On [github](https://github.com/vdm-io/Joomla-Component-Builder/releases) is the latest release (2.6.2) with **ALL** its features and **ALL** concepts totally open-source and free! +You can install it quite easily and with no limitations. On [github](https://github.com/vdm-io/Joomla-Component-Builder/releases) is the latest release (2.6.x) with **ALL** its features and **ALL** concepts totally open-source and free! > Watch Quick Build of a Hello World component in [JCB on Youtube](https://youtu.be/1KBBtQUxMTc) @@ -111,12 +111,12 @@ Component Builder is mapped as a component in itself on my local development env + *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io) + *Name*: [Component Builder](http://vdm.bz/component-builder) + *First Build*: 30th April, 2015 -+ *Last Build*: 4th November, 2017 -+ *Version*: 2.6.2 ++ *Last Build*: 6th November, 2017 ++ *Version*: 2.6.x + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html -+ *Line count*: **159318** -+ *File count*: **1000** ++ *Line count*: **159511** ++ *File count*: **1001** + *Folder count*: **165** > This **component** was build with a Joomla [Automated Component Builder](http://vdm.bz/component-builder). diff --git a/admin/assets/css/admin.css b/admin/assets/css/admin.css index 994230547..af42eb4f3 100644 --- a/admin/assets/css/admin.css +++ b/admin/assets/css/admin.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage admin.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/admin_fields.css b/admin/assets/css/admin_fields.css index a88cd9562..79a355e96 100644 --- a/admin/assets/css/admin_fields.css +++ b/admin/assets/css/admin_fields.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage admin_fields.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/admin_fields_conditions.css b/admin/assets/css/admin_fields_conditions.css index 6bd419df5..fe15d39a5 100644 --- a/admin/assets/css/admin_fields_conditions.css +++ b/admin/assets/css/admin_fields_conditions.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage admin_fields_conditions.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/admin_view.css b/admin/assets/css/admin_view.css index 10c93b130..905d7db92 100644 --- a/admin/assets/css/admin_view.css +++ b/admin/assets/css/admin_view.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage admin_view.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/admin_views.css b/admin/assets/css/admin_views.css index 0ebb7ead0..6cf15f1ab 100644 --- a/admin/assets/css/admin_views.css +++ b/admin/assets/css/admin_views.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage admin_views.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/admins_fields.css b/admin/assets/css/admins_fields.css index c831d8060..6cba7a368 100644 --- a/admin/assets/css/admins_fields.css +++ b/admin/assets/css/admins_fields.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage admins_fields.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/admins_fields_conditions.css b/admin/assets/css/admins_fields_conditions.css index 266c6a14d..7d3772a3a 100644 --- a/admin/assets/css/admins_fields_conditions.css +++ b/admin/assets/css/admins_fields_conditions.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage admins_fields_conditions.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/compiler.css b/admin/assets/css/compiler.css index 28b0cf82f..72a64e058 100644 --- a/admin/assets/css/compiler.css +++ b/admin/assets/css/compiler.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 57 of this MVC - @build 13th October, 2017 - @created 1st February, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage compiler.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/component_admin_views.css b/admin/assets/css/component_admin_views.css index d6cccbcaf..e87a0ab3a 100644 --- a/admin/assets/css/component_admin_views.css +++ b/admin/assets/css/component_admin_views.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_admin_views.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/component_config.css b/admin/assets/css/component_config.css index 1a4e4a32a..71e274f9f 100644 --- a/admin/assets/css/component_config.css +++ b/admin/assets/css/component_config.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_config.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/component_custom_admin_menus.css b/admin/assets/css/component_custom_admin_menus.css index 0b74af8b8..dd1d3145c 100644 --- a/admin/assets/css/component_custom_admin_menus.css +++ b/admin/assets/css/component_custom_admin_menus.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_custom_admin_menus.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/component_custom_admin_views.css b/admin/assets/css/component_custom_admin_views.css index 0dbb5db7f..5d2552d25 100644 --- a/admin/assets/css/component_custom_admin_views.css +++ b/admin/assets/css/component_custom_admin_views.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_custom_admin_views.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/component_dashboard.css b/admin/assets/css/component_dashboard.css index 02accf004..6967b22f5 100644 --- a/admin/assets/css/component_dashboard.css +++ b/admin/assets/css/component_dashboard.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_dashboard.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/component_files_folders.css b/admin/assets/css/component_files_folders.css index 87c218594..07ead33bb 100644 --- a/admin/assets/css/component_files_folders.css +++ b/admin/assets/css/component_files_folders.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_files_folders.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/component_mysql_tweaks.css b/admin/assets/css/component_mysql_tweaks.css index 4479deeba..dda202178 100644 --- a/admin/assets/css/component_mysql_tweaks.css +++ b/admin/assets/css/component_mysql_tweaks.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_mysql_tweaks.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/component_site_views.css b/admin/assets/css/component_site_views.css index 2d72b7d48..99456dda0 100644 --- a/admin/assets/css/component_site_views.css +++ b/admin/assets/css/component_site_views.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_site_views.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/component_updates.css b/admin/assets/css/component_updates.css index 4a9d6a363..bac90baf8 100644 --- a/admin/assets/css/component_updates.css +++ b/admin/assets/css/component_updates.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_updates.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/components_admin_views.css b/admin/assets/css/components_admin_views.css index 50f93481f..923e3800c 100644 --- a/admin/assets/css/components_admin_views.css +++ b/admin/assets/css/components_admin_views.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_admin_views.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/components_config.css b/admin/assets/css/components_config.css index 521a67cb1..618e9903e 100644 --- a/admin/assets/css/components_config.css +++ b/admin/assets/css/components_config.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_config.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/components_custom_admin_menus.css b/admin/assets/css/components_custom_admin_menus.css index aaea7229e..f9baae483 100644 --- a/admin/assets/css/components_custom_admin_menus.css +++ b/admin/assets/css/components_custom_admin_menus.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_custom_admin_menus.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/components_custom_admin_views.css b/admin/assets/css/components_custom_admin_views.css index b0f2dacf4..7b8e3b96d 100644 --- a/admin/assets/css/components_custom_admin_views.css +++ b/admin/assets/css/components_custom_admin_views.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_custom_admin_views.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/components_dashboard.css b/admin/assets/css/components_dashboard.css index 1b06f2df5..7cdef76c9 100644 --- a/admin/assets/css/components_dashboard.css +++ b/admin/assets/css/components_dashboard.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_dashboard.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/components_files_folders.css b/admin/assets/css/components_files_folders.css index eae1d7051..675d32764 100644 --- a/admin/assets/css/components_files_folders.css +++ b/admin/assets/css/components_files_folders.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_files_folders.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/components_mysql_tweaks.css b/admin/assets/css/components_mysql_tweaks.css index 549e58c93..2fc7c2a41 100644 --- a/admin/assets/css/components_mysql_tweaks.css +++ b/admin/assets/css/components_mysql_tweaks.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_mysql_tweaks.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/components_site_views.css b/admin/assets/css/components_site_views.css index 36bf8a194..0d1b34758 100644 --- a/admin/assets/css/components_site_views.css +++ b/admin/assets/css/components_site_views.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_site_views.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/components_updates.css b/admin/assets/css/components_updates.css index 591489603..2f3f4dba3 100644 --- a/admin/assets/css/components_updates.css +++ b/admin/assets/css/components_updates.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_updates.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/custom_admin_view.css b/admin/assets/css/custom_admin_view.css index 8dbfe4280..229be8bfb 100644 --- a/admin/assets/css/custom_admin_view.css +++ b/admin/assets/css/custom_admin_view.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage custom_admin_view.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/custom_admin_views.css b/admin/assets/css/custom_admin_views.css index 91605c3a9..c9b4dd847 100644 --- a/admin/assets/css/custom_admin_views.css +++ b/admin/assets/css/custom_admin_views.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage custom_admin_views.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/custom_code.css b/admin/assets/css/custom_code.css index f48e5c8c2..bf61df48c 100644 --- a/admin/assets/css/custom_code.css +++ b/admin/assets/css/custom_code.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage custom_code.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/custom_codes.css b/admin/assets/css/custom_codes.css index ce0b626c7..bb44921e6 100644 --- a/admin/assets/css/custom_codes.css +++ b/admin/assets/css/custom_codes.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage custom_codes.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/dashboard.css b/admin/assets/css/dashboard.css index 88608b0ad..d564f34f8 100644 --- a/admin/assets/css/dashboard.css +++ b/admin/assets/css/dashboard.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage dashboard.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/dynamic_get.css b/admin/assets/css/dynamic_get.css index 564783816..602ea3aa9 100644 --- a/admin/assets/css/dynamic_get.css +++ b/admin/assets/css/dynamic_get.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage dynamic_get.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/dynamic_gets.css b/admin/assets/css/dynamic_gets.css index b1bece85d..33a7e5e7a 100644 --- a/admin/assets/css/dynamic_gets.css +++ b/admin/assets/css/dynamic_gets.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage dynamic_gets.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/field.css b/admin/assets/css/field.css index 55f4790ad..f156ce5be 100644 --- a/admin/assets/css/field.css +++ b/admin/assets/css/field.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage field.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/fields.css b/admin/assets/css/fields.css index 9115af5f2..53e250c4a 100644 --- a/admin/assets/css/fields.css +++ b/admin/assets/css/fields.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fields.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/fieldtype.css b/admin/assets/css/fieldtype.css index c96560eec..039ee7865 100644 --- a/admin/assets/css/fieldtype.css +++ b/admin/assets/css/fieldtype.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fieldtype.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/fieldtypes.css b/admin/assets/css/fieldtypes.css index 8a33b3750..eacf448d1 100644 --- a/admin/assets/css/fieldtypes.css +++ b/admin/assets/css/fieldtypes.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fieldtypes.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/ftp.css b/admin/assets/css/ftp.css index cdcf8914a..0c91c35c8 100644 --- a/admin/assets/css/ftp.css +++ b/admin/assets/css/ftp.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage ftp.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/ftps.css b/admin/assets/css/ftps.css index 22b0b38f9..9299ac4c1 100644 --- a/admin/assets/css/ftps.css +++ b/admin/assets/css/ftps.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage ftps.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/help_document.css b/admin/assets/css/help_document.css index 982d7a0cd..b505c4c3f 100644 --- a/admin/assets/css/help_document.css +++ b/admin/assets/css/help_document.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage help_document.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/help_documents.css b/admin/assets/css/help_documents.css index 03e4a4295..7c0a92fb5 100644 --- a/admin/assets/css/help_documents.css +++ b/admin/assets/css/help_documents.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage help_documents.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/joomla_component.css b/admin/assets/css/joomla_component.css index 361869c9f..aaac84f3a 100644 --- a/admin/assets/css/joomla_component.css +++ b/admin/assets/css/joomla_component.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage joomla_component.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/joomla_components.css b/admin/assets/css/joomla_components.css index 01708dac2..1ae54aeba 100644 --- a/admin/assets/css/joomla_components.css +++ b/admin/assets/css/joomla_components.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage joomla_components.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/language.css b/admin/assets/css/language.css index fe8d7f50c..7634384ff 100644 --- a/admin/assets/css/language.css +++ b/admin/assets/css/language.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 3 of this MVC - @build 25th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage language.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/language_translation.css b/admin/assets/css/language_translation.css index 2983ad01d..133449136 100644 --- a/admin/assets/css/language_translation.css +++ b/admin/assets/css/language_translation.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage language_translation.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/language_translations.css b/admin/assets/css/language_translations.css index 072dcb3b6..7f58781ea 100644 --- a/admin/assets/css/language_translations.css +++ b/admin/assets/css/language_translations.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage language_translations.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/languages.css b/admin/assets/css/languages.css index 51f1d9cbc..0c9698781 100644 --- a/admin/assets/css/languages.css +++ b/admin/assets/css/languages.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 3 of this MVC - @build 25th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage languages.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/layout.css b/admin/assets/css/layout.css index 868a35e07..6a8c8244f 100644 --- a/admin/assets/css/layout.css +++ b/admin/assets/css/layout.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage layout.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/layouts.css b/admin/assets/css/layouts.css index 487a3e75a..1e72033d3 100644 --- a/admin/assets/css/layouts.css +++ b/admin/assets/css/layouts.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage layouts.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/site_view.css b/admin/assets/css/site_view.css index 64aa3387e..4275f94bb 100644 --- a/admin/assets/css/site_view.css +++ b/admin/assets/css/site_view.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage site_view.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/site_views.css b/admin/assets/css/site_views.css index 938d6830d..f4debecb0 100644 --- a/admin/assets/css/site_views.css +++ b/admin/assets/css/site_views.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage site_views.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/snippet.css b/admin/assets/css/snippet.css index b1925f406..973a43703 100644 --- a/admin/assets/css/snippet.css +++ b/admin/assets/css/snippet.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage snippet.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/snippets.css b/admin/assets/css/snippets.css index cf096cbc0..9d7092dc5 100644 --- a/admin/assets/css/snippets.css +++ b/admin/assets/css/snippets.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage snippets.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/template.css b/admin/assets/css/template.css index fd0452c9d..6e53ae865 100644 --- a/admin/assets/css/template.css +++ b/admin/assets/css/template.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage template.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/templates.css b/admin/assets/css/templates.css index 146b2b373..e71e1db0c 100644 --- a/admin/assets/css/templates.css +++ b/admin/assets/css/templates.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage templates.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/js/admin.js b/admin/assets/js/admin.js index 8de8f2ed5..00ffab285 100644 --- a/admin/assets/js/admin.js +++ b/admin/assets/js/admin.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage admin.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/compiler/joomla_3/component.xml b/admin/compiler/joomla_3/component.xml index e729a86db..f2a5d84e3 100644 --- a/admin/compiler/joomla_3/component.xml +++ b/admin/compiler/joomla_3/component.xml @@ -7,9 +7,9 @@ ###AUTHORWEBSITE### ###COPYRIGHT### ###LICENSE### - ###VERSION### + ###ACTUALVERSION### ###Component_name### (v.###VERSION###) +

###Component_name### (v.###ACTUALVERSION###)

###DESCRIPTION###

Created by ###AUTHOR###
Development started ###CREATIONDATE###

diff --git a/admin/componentbuilder.php b/admin/componentbuilder.php index 59c974083..91f851b2e 100644 --- a/admin/componentbuilder.php +++ b/admin/componentbuilder.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage componentbuilder.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controller.php b/admin/controller.php index 1bc4b540c..8eb9f99da 100644 --- a/admin/controller.php +++ b/admin/controller.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage controller.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/admin_fields.php b/admin/controllers/admin_fields.php index 5f3aab018..2ef8ec9ea 100644 --- a/admin/controllers/admin_fields.php +++ b/admin/controllers/admin_fields.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage admin_fields.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/admin_fields_conditions.php b/admin/controllers/admin_fields_conditions.php index 11b59bf81..2ae543f2b 100644 --- a/admin/controllers/admin_fields_conditions.php +++ b/admin/controllers/admin_fields_conditions.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage admin_fields_conditions.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/admin_view.php b/admin/controllers/admin_view.php index d51ec8ca0..fc349fd1f 100644 --- a/admin/controllers/admin_view.php +++ b/admin/controllers/admin_view.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage admin_view.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/admin_views.php b/admin/controllers/admin_views.php index 0734d56e2..c2c6b6514 100644 --- a/admin/controllers/admin_views.php +++ b/admin/controllers/admin_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage admin_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/admins_fields.php b/admin/controllers/admins_fields.php index 270d4373a..c996a14da 100644 --- a/admin/controllers/admins_fields.php +++ b/admin/controllers/admins_fields.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage admins_fields.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/admins_fields_conditions.php b/admin/controllers/admins_fields_conditions.php index 10a91a519..b624f8b62 100644 --- a/admin/controllers/admins_fields_conditions.php +++ b/admin/controllers/admins_fields_conditions.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage admins_fields_conditions.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/ajax.json.php b/admin/controllers/ajax.json.php index 45f37c011..935ae445f 100644 --- a/admin/controllers/ajax.json.php +++ b/admin/controllers/ajax.json.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage ajax.json.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/compiler.php b/admin/controllers/compiler.php index 3bc7cc077..01fb8fab0 100644 --- a/admin/controllers/compiler.php +++ b/admin/controllers/compiler.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 57 of this MVC - @build 13th October, 2017 - @created 1st February, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage compiler.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/component_admin_views.php b/admin/controllers/component_admin_views.php index 321dc1bd3..3b439fee5 100644 --- a/admin/controllers/component_admin_views.php +++ b/admin/controllers/component_admin_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_admin_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/component_config.php b/admin/controllers/component_config.php index 79bab1c8b..9769a64a4 100644 --- a/admin/controllers/component_config.php +++ b/admin/controllers/component_config.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_config.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/component_custom_admin_menus.php b/admin/controllers/component_custom_admin_menus.php index 962554828..647673520 100644 --- a/admin/controllers/component_custom_admin_menus.php +++ b/admin/controllers/component_custom_admin_menus.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_custom_admin_menus.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/component_custom_admin_views.php b/admin/controllers/component_custom_admin_views.php index a994d25a1..670a6a289 100644 --- a/admin/controllers/component_custom_admin_views.php +++ b/admin/controllers/component_custom_admin_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_custom_admin_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/component_dashboard.php b/admin/controllers/component_dashboard.php index a0b977bca..5cd1ca4c3 100644 --- a/admin/controllers/component_dashboard.php +++ b/admin/controllers/component_dashboard.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_dashboard.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/component_files_folders.php b/admin/controllers/component_files_folders.php index 401544429..727f0d5c1 100644 --- a/admin/controllers/component_files_folders.php +++ b/admin/controllers/component_files_folders.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_files_folders.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/component_mysql_tweaks.php b/admin/controllers/component_mysql_tweaks.php index 9f7d178cf..cf4bd6662 100644 --- a/admin/controllers/component_mysql_tweaks.php +++ b/admin/controllers/component_mysql_tweaks.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_mysql_tweaks.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/component_site_views.php b/admin/controllers/component_site_views.php index caba5ef4a..fcdb9ff00 100644 --- a/admin/controllers/component_site_views.php +++ b/admin/controllers/component_site_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_site_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/component_updates.php b/admin/controllers/component_updates.php index 0c49123c9..99d3e9401 100644 --- a/admin/controllers/component_updates.php +++ b/admin/controllers/component_updates.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_updates.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/componentbuilder.php b/admin/controllers/componentbuilder.php index cffb016f8..41fe2aec3 100644 --- a/admin/controllers/componentbuilder.php +++ b/admin/controllers/componentbuilder.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage componentbuilder.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/components_admin_views.php b/admin/controllers/components_admin_views.php index 876c07805..4b7df1bf9 100644 --- a/admin/controllers/components_admin_views.php +++ b/admin/controllers/components_admin_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_admin_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/components_config.php b/admin/controllers/components_config.php index 50155a069..69af9911a 100644 --- a/admin/controllers/components_config.php +++ b/admin/controllers/components_config.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_config.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/components_custom_admin_menus.php b/admin/controllers/components_custom_admin_menus.php index 797a0196c..6f7f07f32 100644 --- a/admin/controllers/components_custom_admin_menus.php +++ b/admin/controllers/components_custom_admin_menus.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_custom_admin_menus.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/components_custom_admin_views.php b/admin/controllers/components_custom_admin_views.php index 92bb9bf2d..15ba045f6 100644 --- a/admin/controllers/components_custom_admin_views.php +++ b/admin/controllers/components_custom_admin_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_custom_admin_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/components_dashboard.php b/admin/controllers/components_dashboard.php index 23f69e07c..b8d5f6549 100644 --- a/admin/controllers/components_dashboard.php +++ b/admin/controllers/components_dashboard.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_dashboard.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/components_files_folders.php b/admin/controllers/components_files_folders.php index 6500b3399..58ac37870 100644 --- a/admin/controllers/components_files_folders.php +++ b/admin/controllers/components_files_folders.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_files_folders.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/components_mysql_tweaks.php b/admin/controllers/components_mysql_tweaks.php index 2db9cb173..df6785038 100644 --- a/admin/controllers/components_mysql_tweaks.php +++ b/admin/controllers/components_mysql_tweaks.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_mysql_tweaks.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/components_site_views.php b/admin/controllers/components_site_views.php index 20f1253d3..b3c80e6ad 100644 --- a/admin/controllers/components_site_views.php +++ b/admin/controllers/components_site_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_site_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/components_updates.php b/admin/controllers/components_updates.php index 9aec2da9d..ddedc2fd5 100644 --- a/admin/controllers/components_updates.php +++ b/admin/controllers/components_updates.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_updates.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/custom_admin_view.php b/admin/controllers/custom_admin_view.php index 0a9be7035..13f13fa38 100644 --- a/admin/controllers/custom_admin_view.php +++ b/admin/controllers/custom_admin_view.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage custom_admin_view.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/custom_admin_views.php b/admin/controllers/custom_admin_views.php index a3c9aebb3..c9b1f3f87 100644 --- a/admin/controllers/custom_admin_views.php +++ b/admin/controllers/custom_admin_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage custom_admin_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/custom_code.php b/admin/controllers/custom_code.php index 5cd6f66e5..d855edcb6 100644 --- a/admin/controllers/custom_code.php +++ b/admin/controllers/custom_code.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage custom_code.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/custom_codes.php b/admin/controllers/custom_codes.php index 4ebfb7ae8..858faa8bb 100644 --- a/admin/controllers/custom_codes.php +++ b/admin/controllers/custom_codes.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage custom_codes.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/dynamic_get.php b/admin/controllers/dynamic_get.php index 9ee507192..a930a7b05 100644 --- a/admin/controllers/dynamic_get.php +++ b/admin/controllers/dynamic_get.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage dynamic_get.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/dynamic_gets.php b/admin/controllers/dynamic_gets.php index 6cb467d75..1e5cf6523 100644 --- a/admin/controllers/dynamic_gets.php +++ b/admin/controllers/dynamic_gets.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage dynamic_gets.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/field.php b/admin/controllers/field.php index 2b37f2a89..b2caf19dd 100644 --- a/admin/controllers/field.php +++ b/admin/controllers/field.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage field.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/fields.php b/admin/controllers/fields.php index d1ac1aca3..c859c0c86 100644 --- a/admin/controllers/fields.php +++ b/admin/controllers/fields.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fields.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/fieldtype.php b/admin/controllers/fieldtype.php index c284f516f..6c169384e 100644 --- a/admin/controllers/fieldtype.php +++ b/admin/controllers/fieldtype.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fieldtype.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/fieldtypes.php b/admin/controllers/fieldtypes.php index 67541e111..d24f5f286 100644 --- a/admin/controllers/fieldtypes.php +++ b/admin/controllers/fieldtypes.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fieldtypes.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/ftp.php b/admin/controllers/ftp.php index 036813fe4..3daf88e25 100644 --- a/admin/controllers/ftp.php +++ b/admin/controllers/ftp.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage ftp.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/ftps.php b/admin/controllers/ftps.php index f1da29e43..7badc8b6f 100644 --- a/admin/controllers/ftps.php +++ b/admin/controllers/ftps.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage ftps.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/help.php b/admin/controllers/help.php index 7a46aff00..004d39d11 100644 --- a/admin/controllers/help.php +++ b/admin/controllers/help.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage help.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/help_document.php b/admin/controllers/help_document.php index e7a5d3383..43334bd93 100644 --- a/admin/controllers/help_document.php +++ b/admin/controllers/help_document.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage help_document.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/help_documents.php b/admin/controllers/help_documents.php index 892240596..9d7f9cfc0 100644 --- a/admin/controllers/help_documents.php +++ b/admin/controllers/help_documents.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage help_documents.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/import.php b/admin/controllers/import.php index 1b4b5e610..53d14fcee 100644 --- a/admin/controllers/import.php +++ b/admin/controllers/import.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage import.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/import_joomla_components.php b/admin/controllers/import_joomla_components.php index 96f93bf6e..191c77b3d 100644 --- a/admin/controllers/import_joomla_components.php +++ b/admin/controllers/import_joomla_components.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage import_joomla_components.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/joomla_component.php b/admin/controllers/joomla_component.php index c6f88ce7b..452805b4f 100644 --- a/admin/controllers/joomla_component.php +++ b/admin/controllers/joomla_component.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage joomla_component.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/joomla_components.php b/admin/controllers/joomla_components.php index 09bb9dfb2..a9bb905cb 100644 --- a/admin/controllers/joomla_components.php +++ b/admin/controllers/joomla_components.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage joomla_components.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/language.php b/admin/controllers/language.php index 9b81f5543..64fda2649 100644 --- a/admin/controllers/language.php +++ b/admin/controllers/language.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 3 of this MVC - @build 25th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage language.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/language_translation.php b/admin/controllers/language_translation.php index 6a9e2fe5a..1e25117e9 100644 --- a/admin/controllers/language_translation.php +++ b/admin/controllers/language_translation.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage language_translation.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/language_translations.php b/admin/controllers/language_translations.php index 934027940..decaf6e0e 100644 --- a/admin/controllers/language_translations.php +++ b/admin/controllers/language_translations.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage language_translations.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/languages.php b/admin/controllers/languages.php index 5b5e818ce..4b2883aee 100644 --- a/admin/controllers/languages.php +++ b/admin/controllers/languages.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 3 of this MVC - @build 25th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage languages.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/layout.php b/admin/controllers/layout.php index f962419dc..311b3563d 100644 --- a/admin/controllers/layout.php +++ b/admin/controllers/layout.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage layout.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/layouts.php b/admin/controllers/layouts.php index fd96dff83..c2b3b1c60 100644 --- a/admin/controllers/layouts.php +++ b/admin/controllers/layouts.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage layouts.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/site_view.php b/admin/controllers/site_view.php index 384d4f3e8..1cd6f3627 100644 --- a/admin/controllers/site_view.php +++ b/admin/controllers/site_view.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage site_view.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/site_views.php b/admin/controllers/site_views.php index be84f947c..8dd62dd8d 100644 --- a/admin/controllers/site_views.php +++ b/admin/controllers/site_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage site_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/snippet.php b/admin/controllers/snippet.php index 22f9ba504..dd0d192fd 100644 --- a/admin/controllers/snippet.php +++ b/admin/controllers/snippet.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage snippet.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/snippets.php b/admin/controllers/snippets.php index cbae1ba3e..0a7457246 100644 --- a/admin/controllers/snippets.php +++ b/admin/controllers/snippets.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage snippets.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/template.php b/admin/controllers/template.php index ec4179b39..9a09fb80e 100644 --- a/admin/controllers/template.php +++ b/admin/controllers/template.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage template.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/controllers/templates.php b/admin/controllers/templates.php index 17796c5ac..4b1e9adcf 100644 --- a/admin/controllers/templates.php +++ b/admin/controllers/templates.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage templates.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/helpers/compiler.php b/admin/helpers/compiler.php index c1a5cc9bf..5814dab94 100644 --- a/admin/helpers/compiler.php +++ b/admin/helpers/compiler.php @@ -298,7 +298,7 @@ class Compiler extends Infusion protected function fixLicenseValues($data) { // check if these files have its own config data) - if (isset($data['config']) && ComponentbuilderHelper::checkArray($data['config']) && (!isset($this->componentData->mvc_versiondate) || $this->componentData->mvc_versiondate == 1)) + if (isset($data['config']) && ComponentbuilderHelper::checkArray($data['config']) && $this->componentData->mvc_versiondate == 1) { foreach ($data['config'] as $key => $value) { diff --git a/admin/helpers/compiler/e_Interpretation.php b/admin/helpers/compiler/e_Interpretation.php index a96a6a53a..823d64b21 100644 --- a/admin/helpers/compiler/e_Interpretation.php +++ b/admin/helpers/compiler/e_Interpretation.php @@ -747,7 +747,14 @@ class Interpretation extends Fields // update the component update table $newU = array(); - $newU['id'] = (int) $this->componentData->version_update_id; + if (isset($this->componentData->version_update_id) && $this->componentData->version_update_id > 0) + { + $newU['id'] = (int) $this->componentData->version_update_id; + } + else + { + $newU['joomla_component'] = (int) $this->componentID; + } $newU['version_update'] = json_encode($buket); // update the component with the new dynamic SQL $modelU = ComponentbuilderHelper::getModel('component_updates'); @@ -4140,7 +4147,7 @@ class Interpretation extends Fields $script .= PHP_EOL."\t\t\t".'echo \''; $script .= PHP_EOL."\t\t\t\t".''; $script .= PHP_EOL."\t\t\t\t".''; - $script .= PHP_EOL."\t\t\t\t

Upgrade to Version ".$this->fileContentStatic['###VERSION###']." Was Successful! Let us know if anything is not working as expected.

';"; + $script .= PHP_EOL."\t\t\t\t

Upgrade to Version ".$this->fileContentStatic['###ACTUALVERSION###']." Was Successful! Let us know if anything is not working as expected.

';"; } if (ComponentbuilderHelper::checkString($script)) diff --git a/admin/helpers/compiler/f_Infusion.php b/admin/helpers/compiler/f_Infusion.php index f4ad7de3f..8149e9423 100644 --- a/admin/helpers/compiler/f_Infusion.php +++ b/admin/helpers/compiler/f_Infusion.php @@ -118,6 +118,27 @@ class Infusion extends Interpretation // ###VERSION### $this->fileContentStatic['###VERSION###'] = trim($this->componentData->component_version); + // set the actual global version + $this->fileContentStatic['###ACTUALVERSION###'] = $this->fileContentStatic['###VERSION###']; + + // do some Tweaks to the version based on selected options + if (strpos($this->fileContentStatic['###VERSION###'], '.') !== false) + { + $versionArray = explode('.', $this->fileContentStatic['###VERSION###']); + } + // load only first two values + if (isset($versionArray) && ComponentbuilderHelper::checkArray($versionArray) && $this->componentData->mvc_versiondate == 2) + { + $this->fileContentStatic['###VERSION###'] = $versionArray[0] . '.' . $versionArray[1] . '.x'; + } + // load only the first value + elseif (isset($versionArray) && ComponentbuilderHelper::checkArray($versionArray) && $this->componentData->mvc_versiondate == 3) + { + $this->fileContentStatic['###VERSION###'] = $versionArray[0]. '.x.x'; + } + unset($versionArray); + + // set the global version in case $this->fileContentStatic['###VERSION###GLOBAL'] = $this->fileContentStatic['###VERSION###']; // ###Component_name### diff --git a/admin/helpers/componentbuilder.php b/admin/helpers/componentbuilder.php index 05ecdaeab..0eb3ba577 100644 --- a/admin/helpers/componentbuilder.php +++ b/admin/helpers/componentbuilder.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage componentbuilder.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/helpers/componentbuilderemail.php b/admin/helpers/componentbuilderemail.php index d0a993bda..d96a00778 100644 --- a/admin/helpers/componentbuilderemail.php +++ b/admin/helpers/componentbuilderemail.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage componentbuilderemail.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/helpers/headercheck.php b/admin/helpers/headercheck.php index 688f5d0f4..67fa63b20 100644 --- a/admin/helpers/headercheck.php +++ b/admin/helpers/headercheck.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage headercheck.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/helpers/html/batch_.php b/admin/helpers/html/batch_.php index 7e22102dc..d247e9bfb 100644 --- a/admin/helpers/html/batch_.php +++ b/admin/helpers/html/batch_.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage batch_.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/helpers/indenter.php b/admin/helpers/indenter.php index f9123bf43..4edb671c4 100644 --- a/admin/helpers/indenter.php +++ b/admin/helpers/indenter.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage indenter.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/helpers/js.php b/admin/helpers/js.php index 42066e87a..1d29f5abb 100644 --- a/admin/helpers/js.php +++ b/admin/helpers/js.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage js.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/helpers/minify.php b/admin/helpers/minify.php index 05438e5c0..5ddba9d01 100644 --- a/admin/helpers/minify.php +++ b/admin/helpers/minify.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage minify.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/language/en-GB/en-GB.com_componentbuilder.ini b/admin/language/en-GB/en-GB.com_componentbuilder.ini index 6b8d8ad86..2b2461a8e 100644 --- a/admin/language/en-GB/en-GB.com_componentbuilder.ini +++ b/admin/language/en-GB/en-GB.com_componentbuilder.ini @@ -4059,8 +4059,8 @@ COM_COMPONENTBUILDER_JOOMLA_COMPONENT_MODIFIED_BY_LABEL="Modified By" COM_COMPONENTBUILDER_JOOMLA_COMPONENT_MODIFIED_DATE_DESC="The date this Joomla Component was modified." COM_COMPONENTBUILDER_JOOMLA_COMPONENT_MODIFIED_DATE_LABEL="Modified Date" COM_COMPONENTBUILDER_JOOMLA_COMPONENT_MVC_VERSIONDATE="Mvc Versiondate" -COM_COMPONENTBUILDER_JOOMLA_COMPONENT_MVC_VERSIONDATE_DESCRIPTION="Use the modified date, and version number of the view/fields instead of the global version in related files." -COM_COMPONENTBUILDER_JOOMLA_COMPONENT_MVC_VERSIONDATE_LABEL="Use View Version & Date" +COM_COMPONENTBUILDER_JOOMLA_COMPONENT_MVC_VERSIONDATE_DESCRIPTION="Here you can tweak the way JCB implements versions in the code commenting of your component." +COM_COMPONENTBUILDER_JOOMLA_COMPONENT_MVC_VERSIONDATE_LABEL="Version Options" COM_COMPONENTBUILDER_JOOMLA_COMPONENT_MYSQL="MySQL" COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NAME="Name" COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NAME_CODE="Name Code" @@ -4160,6 +4160,9 @@ COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NOTE_UPDATE_SERVER_NOTE_OTHER_DESCRIPTION= COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NOTE_UPDATE_SERVER_NOTE_OTHER_LABEL="The Other Options" COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NOTE_UPDATE_SERVER_NOTE_ZIP_DESCRIPTION="The update server XML file will be added to the zipped package during compilation. You still need to point the above update server url to the xml wherever you have placed the files online." COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NOTE_UPDATE_SERVER_NOTE_ZIP_LABEL="The ZIP Option" +COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NOTE_VERSION_OPTIONS_ONE_DESCRIPTION="Use the modified date, and version number of the view/fields instead of the global version in related files." +COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NOTE_VERSION_OPTIONS_THREE_DESCRIPTION="Use only the first numbers from your global version. This is useful if you are using git. Since all document will not then be updated, with version change, with each compilation when major or minor updates are made." +COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NOTE_VERSION_OPTIONS_TWO_DESCRIPTION="Use only the first two numbers from your global version. This is useful if you are using git. Since all document will not then be updated, with version change, with each compilation when only a minor update is made." COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NOTE_WHMCS_LISENCING_NOTE_DESCRIPTION="You can use WHMCS licensing addon in your component
Helpful Links
https://www.whmcs.com/addons/licensing-addon/
http://docs.whmcs.com/Licensing_Addon" COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NOTE_WHMCS_LISENCING_NOTE_LABEL="Licensing addon module for WHMCS" COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NOT_REQUIRED="Not Required" @@ -4255,7 +4258,11 @@ COM_COMPONENTBUILDER_JOOMLA_COMPONENT_UPDATE_SERVER_TARGET="Update Server Target COM_COMPONENTBUILDER_JOOMLA_COMPONENT_UPDATE_SERVER_TARGET_DESCRIPTION="Select the type of way you would like the update server to be set." COM_COMPONENTBUILDER_JOOMLA_COMPONENT_UPDATE_SERVER_TARGET_LABEL="Update Server Target" COM_COMPONENTBUILDER_JOOMLA_COMPONENT_USE_DESCRIPTION="How should we link to this contributor." +COM_COMPONENTBUILDER_JOOMLA_COMPONENT_USE_GLOBAL_VERSION="Use Global Version" COM_COMPONENTBUILDER_JOOMLA_COMPONENT_USE_LABEL="Use" +COM_COMPONENTBUILDER_JOOMLA_COMPONENT_USE_ONLY_FIRST_NUMBER_OF_GLOBAL_VERSION_ONEXX="Use Only First Number of Global Version (1.x.x)" +COM_COMPONENTBUILDER_JOOMLA_COMPONENT_USE_ONLY_FIRST_TWO_NUMBER_OF_GLOBAL_VERSION_ONEZEROX="Use Only First 2 Number of Global Version (1.0.x)" +COM_COMPONENTBUILDER_JOOMLA_COMPONENT_USE_VIEW_VERSION_DATE="Use View Version & Date" COM_COMPONENTBUILDER_JOOMLA_COMPONENT_VERSION_DESC="A count of the number of times this Joomla Component has been revised." COM_COMPONENTBUILDER_JOOMLA_COMPONENT_VERSION_LABEL="Revision" COM_COMPONENTBUILDER_JOOMLA_COMPONENT_VTHREE="V3" diff --git a/admin/layouts/admin_fields/fields_above.php b/admin/layouts/admin_fields/fields_above.php index a725bb32b..8a5e69c05 100644 --- a/admin/layouts/admin_fields/fields_above.php +++ b/admin/layouts/admin_fields/fields_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fields_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_fields/fields_fullwidth.php b/admin/layouts/admin_fields/fields_fullwidth.php index 769af0229..8d5b88ed5 100644 --- a/admin/layouts/admin_fields/fields_fullwidth.php +++ b/admin/layouts/admin_fields/fields_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fields_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_fields/publishing.php b/admin/layouts/admin_fields/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/admin_fields/publishing.php +++ b/admin/layouts/admin_fields/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_fields/publlshing.php b/admin/layouts/admin_fields/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/admin_fields/publlshing.php +++ b/admin/layouts/admin_fields/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_fields_conditions/conditions_above.php b/admin/layouts/admin_fields_conditions/conditions_above.php index 8a5445953..9e9ed8979 100644 --- a/admin/layouts/admin_fields_conditions/conditions_above.php +++ b/admin/layouts/admin_fields_conditions/conditions_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage conditions_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_fields_conditions/conditions_fullwidth.php b/admin/layouts/admin_fields_conditions/conditions_fullwidth.php index 21fd9f5d2..9b966be22 100644 --- a/admin/layouts/admin_fields_conditions/conditions_fullwidth.php +++ b/admin/layouts/admin_fields_conditions/conditions_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage conditions_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_fields_conditions/publishing.php b/admin/layouts/admin_fields_conditions/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/admin_fields_conditions/publishing.php +++ b/admin/layouts/admin_fields_conditions/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_fields_conditions/publlshing.php b/admin/layouts/admin_fields_conditions/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/admin_fields_conditions/publlshing.php +++ b/admin/layouts/admin_fields_conditions/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_view/css_fullwidth.php b/admin/layouts/admin_view/css_fullwidth.php index 8d0f4fbac..7fdb3150b 100644 --- a/admin/layouts/admin_view/css_fullwidth.php +++ b/admin/layouts/admin_view/css_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage css_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_view/custom_buttons_fullwidth.php b/admin/layouts/admin_view/custom_buttons_fullwidth.php index 0f3801b22..ae489e914 100644 --- a/admin/layouts/admin_view/custom_buttons_fullwidth.php +++ b/admin/layouts/admin_view/custom_buttons_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage custom_buttons_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_view/custom_buttons_left.php b/admin/layouts/admin_view/custom_buttons_left.php index 13efec4e3..706577ad1 100644 --- a/admin/layouts/admin_view/custom_buttons_left.php +++ b/admin/layouts/admin_view/custom_buttons_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage custom_buttons_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_view/custom_import_fullwidth.php b/admin/layouts/admin_view/custom_import_fullwidth.php index 7b5f4e4a4..755eaf31a 100644 --- a/admin/layouts/admin_view/custom_import_fullwidth.php +++ b/admin/layouts/admin_view/custom_import_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage custom_import_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_view/details_above.php b/admin/layouts/admin_view/details_above.php index 7e5c5ef4b..ee5e457d7 100644 --- a/admin/layouts/admin_view/details_above.php +++ b/admin/layouts/admin_view/details_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_view/details_left.php b/admin/layouts/admin_view/details_left.php index 74b5fc760..1430d35e4 100644 --- a/admin/layouts/admin_view/details_left.php +++ b/admin/layouts/admin_view/details_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_view/details_right.php b/admin/layouts/admin_view/details_right.php index 371bea202..b56a427a7 100644 --- a/admin/layouts/admin_view/details_right.php +++ b/admin/layouts/admin_view/details_right.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_right.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_view/details_under.php b/admin/layouts/admin_view/details_under.php index 54be98a67..bf2873e7d 100644 --- a/admin/layouts/admin_view/details_under.php +++ b/admin/layouts/admin_view/details_under.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_under.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_view/fields_conditions_fullwidth.php b/admin/layouts/admin_view/fields_conditions_fullwidth.php index 41b28570a..58c31be67 100644 --- a/admin/layouts/admin_view/fields_conditions_fullwidth.php +++ b/admin/layouts/admin_view/fields_conditions_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fields_conditions_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_view/fields_conditions_left.php b/admin/layouts/admin_view/fields_conditions_left.php index 19a3e9925..fff56ed27 100644 --- a/admin/layouts/admin_view/fields_conditions_left.php +++ b/admin/layouts/admin_view/fields_conditions_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fields_conditions_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_view/fields_conditions_right.php b/admin/layouts/admin_view/fields_conditions_right.php index 69bb05f48..29c97a2c1 100644 --- a/admin/layouts/admin_view/fields_conditions_right.php +++ b/admin/layouts/admin_view/fields_conditions_right.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fields_conditions_right.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_view/javascript_fullwidth.php b/admin/layouts/admin_view/javascript_fullwidth.php index 78615868e..83d760b95 100644 --- a/admin/layouts/admin_view/javascript_fullwidth.php +++ b/admin/layouts/admin_view/javascript_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage javascript_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_view/mysql_fullwidth.php b/admin/layouts/admin_view/mysql_fullwidth.php index 477da07d9..dc9ec36eb 100644 --- a/admin/layouts/admin_view/mysql_fullwidth.php +++ b/admin/layouts/admin_view/mysql_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage mysql_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_view/mysql_left.php b/admin/layouts/admin_view/mysql_left.php index db0387cff..a3b2cf525 100644 --- a/admin/layouts/admin_view/mysql_left.php +++ b/admin/layouts/admin_view/mysql_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage mysql_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_view/php_fullwidth.php b/admin/layouts/admin_view/php_fullwidth.php index f0916a33d..11b22f4a4 100644 --- a/admin/layouts/admin_view/php_fullwidth.php +++ b/admin/layouts/admin_view/php_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage php_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_view/publishing.php b/admin/layouts/admin_view/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/admin_view/publishing.php +++ b/admin/layouts/admin_view/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_view/publlshing.php b/admin/layouts/admin_view/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/admin_view/publlshing.php +++ b/admin/layouts/admin_view/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/admin_view/settings_fullwidth.php b/admin/layouts/admin_view/settings_fullwidth.php index b0badad53..480cb58ec 100644 --- a/admin/layouts/admin_view/settings_fullwidth.php +++ b/admin/layouts/admin_view/settings_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage settings_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/batchselection.php b/admin/layouts/batchselection.php index bbd9fb972..3a074b672 100644 --- a/admin/layouts/batchselection.php +++ b/admin/layouts/batchselection.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage batchselection.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_admin_views/publishing.php b/admin/layouts/component_admin_views/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/component_admin_views/publishing.php +++ b/admin/layouts/component_admin_views/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_admin_views/publlshing.php b/admin/layouts/component_admin_views/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/component_admin_views/publlshing.php +++ b/admin/layouts/component_admin_views/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_admin_views/views_above.php b/admin/layouts/component_admin_views/views_above.php index ab4394b66..b2c0459d2 100644 --- a/admin/layouts/component_admin_views/views_above.php +++ b/admin/layouts/component_admin_views/views_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage views_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_admin_views/views_fullwidth.php b/admin/layouts/component_admin_views/views_fullwidth.php index 3c5b86c7c..54b966483 100644 --- a/admin/layouts/component_admin_views/views_fullwidth.php +++ b/admin/layouts/component_admin_views/views_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage views_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_config/publishing.php b/admin/layouts/component_config/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/component_config/publishing.php +++ b/admin/layouts/component_config/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_config/publlshing.php b/admin/layouts/component_config/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/component_config/publlshing.php +++ b/admin/layouts/component_config/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_config/tweaks_above.php b/admin/layouts/component_config/tweaks_above.php index 0456086a6..c33c6702b 100644 --- a/admin/layouts/component_config/tweaks_above.php +++ b/admin/layouts/component_config/tweaks_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage tweaks_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_config/tweaks_fullwidth.php b/admin/layouts/component_config/tweaks_fullwidth.php index ad4d3b824..74381350a 100644 --- a/admin/layouts/component_config/tweaks_fullwidth.php +++ b/admin/layouts/component_config/tweaks_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage tweaks_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_custom_admin_menus/publishing.php b/admin/layouts/component_custom_admin_menus/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/component_custom_admin_menus/publishing.php +++ b/admin/layouts/component_custom_admin_menus/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_custom_admin_menus/publlshing.php b/admin/layouts/component_custom_admin_menus/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/component_custom_admin_menus/publlshing.php +++ b/admin/layouts/component_custom_admin_menus/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_custom_admin_menus/tweaks_above.php b/admin/layouts/component_custom_admin_menus/tweaks_above.php index 0456086a6..c33c6702b 100644 --- a/admin/layouts/component_custom_admin_menus/tweaks_above.php +++ b/admin/layouts/component_custom_admin_menus/tweaks_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage tweaks_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_custom_admin_menus/tweaks_fullwidth.php b/admin/layouts/component_custom_admin_menus/tweaks_fullwidth.php index c129cf39d..2fef04ed6 100644 --- a/admin/layouts/component_custom_admin_menus/tweaks_fullwidth.php +++ b/admin/layouts/component_custom_admin_menus/tweaks_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage tweaks_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_custom_admin_views/publishing.php b/admin/layouts/component_custom_admin_views/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/component_custom_admin_views/publishing.php +++ b/admin/layouts/component_custom_admin_views/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_custom_admin_views/publlshing.php b/admin/layouts/component_custom_admin_views/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/component_custom_admin_views/publlshing.php +++ b/admin/layouts/component_custom_admin_views/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_custom_admin_views/views_above.php b/admin/layouts/component_custom_admin_views/views_above.php index ab4394b66..b2c0459d2 100644 --- a/admin/layouts/component_custom_admin_views/views_above.php +++ b/admin/layouts/component_custom_admin_views/views_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage views_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_custom_admin_views/views_fullwidth.php b/admin/layouts/component_custom_admin_views/views_fullwidth.php index f3876d982..7282dc94c 100644 --- a/admin/layouts/component_custom_admin_views/views_fullwidth.php +++ b/admin/layouts/component_custom_admin_views/views_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage views_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_dashboard/dashboard_above.php b/admin/layouts/component_dashboard/dashboard_above.php index f84d85d8b..3752dc6a0 100644 --- a/admin/layouts/component_dashboard/dashboard_above.php +++ b/admin/layouts/component_dashboard/dashboard_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage dashboard_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_dashboard/dashboard_fullwidth.php b/admin/layouts/component_dashboard/dashboard_fullwidth.php index 3b0d7b505..b92da13b2 100644 --- a/admin/layouts/component_dashboard/dashboard_fullwidth.php +++ b/admin/layouts/component_dashboard/dashboard_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage dashboard_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_dashboard/publishing.php b/admin/layouts/component_dashboard/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/component_dashboard/publishing.php +++ b/admin/layouts/component_dashboard/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_dashboard/publlshing.php b/admin/layouts/component_dashboard/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/component_dashboard/publlshing.php +++ b/admin/layouts/component_dashboard/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_files_folders/publishing.php b/admin/layouts/component_files_folders/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/component_files_folders/publishing.php +++ b/admin/layouts/component_files_folders/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_files_folders/publlshing.php b/admin/layouts/component_files_folders/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/component_files_folders/publlshing.php +++ b/admin/layouts/component_files_folders/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_files_folders/settings_above.php b/admin/layouts/component_files_folders/settings_above.php index ccaeafed3..591257904 100644 --- a/admin/layouts/component_files_folders/settings_above.php +++ b/admin/layouts/component_files_folders/settings_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage settings_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_files_folders/settings_fullwidth.php b/admin/layouts/component_files_folders/settings_fullwidth.php index 4946dff1f..e7ddefd1d 100644 --- a/admin/layouts/component_files_folders/settings_fullwidth.php +++ b/admin/layouts/component_files_folders/settings_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage settings_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_mysql_tweaks/publishing.php b/admin/layouts/component_mysql_tweaks/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/component_mysql_tweaks/publishing.php +++ b/admin/layouts/component_mysql_tweaks/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_mysql_tweaks/publlshing.php b/admin/layouts/component_mysql_tweaks/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/component_mysql_tweaks/publlshing.php +++ b/admin/layouts/component_mysql_tweaks/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_mysql_tweaks/tweaks_above.php b/admin/layouts/component_mysql_tweaks/tweaks_above.php index 0456086a6..c33c6702b 100644 --- a/admin/layouts/component_mysql_tweaks/tweaks_above.php +++ b/admin/layouts/component_mysql_tweaks/tweaks_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage tweaks_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_mysql_tweaks/tweaks_fullwidth.php b/admin/layouts/component_mysql_tweaks/tweaks_fullwidth.php index 33d7aa8c0..64c1ae882 100644 --- a/admin/layouts/component_mysql_tweaks/tweaks_fullwidth.php +++ b/admin/layouts/component_mysql_tweaks/tweaks_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage tweaks_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_site_views/publishing.php b/admin/layouts/component_site_views/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/component_site_views/publishing.php +++ b/admin/layouts/component_site_views/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_site_views/publlshing.php b/admin/layouts/component_site_views/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/component_site_views/publlshing.php +++ b/admin/layouts/component_site_views/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_site_views/views_above.php b/admin/layouts/component_site_views/views_above.php index ab4394b66..b2c0459d2 100644 --- a/admin/layouts/component_site_views/views_above.php +++ b/admin/layouts/component_site_views/views_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage views_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_site_views/views_fullwidth.php b/admin/layouts/component_site_views/views_fullwidth.php index 7fd667df2..882ed493f 100644 --- a/admin/layouts/component_site_views/views_fullwidth.php +++ b/admin/layouts/component_site_views/views_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage views_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_updates/publishing.php b/admin/layouts/component_updates/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/component_updates/publishing.php +++ b/admin/layouts/component_updates/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_updates/publlshing.php b/admin/layouts/component_updates/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/component_updates/publlshing.php +++ b/admin/layouts/component_updates/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_updates/updates_above.php b/admin/layouts/component_updates/updates_above.php index e64995ec9..0776060f5 100644 --- a/admin/layouts/component_updates/updates_above.php +++ b/admin/layouts/component_updates/updates_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage updates_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/component_updates/updates_fullwidth.php b/admin/layouts/component_updates/updates_fullwidth.php index 6c0ae9ca6..66c1b4926 100644 --- a/admin/layouts/component_updates/updates_fullwidth.php +++ b/admin/layouts/component_updates/updates_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage updates_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php b/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php index 2c931b749..f817762e1 100644 --- a/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php +++ b/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage custom_buttons_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_admin_view/custom_buttons_left.php b/admin/layouts/custom_admin_view/custom_buttons_left.php index 13efec4e3..706577ad1 100644 --- a/admin/layouts/custom_admin_view/custom_buttons_left.php +++ b/admin/layouts/custom_admin_view/custom_buttons_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage custom_buttons_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_admin_view/custom_script_fullwidth.php b/admin/layouts/custom_admin_view/custom_script_fullwidth.php index c66efd283..112c2a668 100644 --- a/admin/layouts/custom_admin_view/custom_script_fullwidth.php +++ b/admin/layouts/custom_admin_view/custom_script_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage custom_script_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_admin_view/details_above.php b/admin/layouts/custom_admin_view/details_above.php index 7e5c5ef4b..ee5e457d7 100644 --- a/admin/layouts/custom_admin_view/details_above.php +++ b/admin/layouts/custom_admin_view/details_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_admin_view/details_fullwidth.php b/admin/layouts/custom_admin_view/details_fullwidth.php index b352b1d3c..ebdcc2bdf 100644 --- a/admin/layouts/custom_admin_view/details_fullwidth.php +++ b/admin/layouts/custom_admin_view/details_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_admin_view/details_left.php b/admin/layouts/custom_admin_view/details_left.php index 5c6a79022..d5951f034 100644 --- a/admin/layouts/custom_admin_view/details_left.php +++ b/admin/layouts/custom_admin_view/details_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_admin_view/details_right.php b/admin/layouts/custom_admin_view/details_right.php index 3afef4a3e..81f0430d7 100644 --- a/admin/layouts/custom_admin_view/details_right.php +++ b/admin/layouts/custom_admin_view/details_right.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_right.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_admin_view/details_rightside.php b/admin/layouts/custom_admin_view/details_rightside.php index a95cd75be..63435cd09 100644 --- a/admin/layouts/custom_admin_view/details_rightside.php +++ b/admin/layouts/custom_admin_view/details_rightside.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_rightside.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_admin_view/details_under.php b/admin/layouts/custom_admin_view/details_under.php index 54be98a67..bf2873e7d 100644 --- a/admin/layouts/custom_admin_view/details_under.php +++ b/admin/layouts/custom_admin_view/details_under.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_under.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_admin_view/linked_components_fullwidth.php b/admin/layouts/custom_admin_view/linked_components_fullwidth.php index 882cfe4ea..06e4f06e1 100644 --- a/admin/layouts/custom_admin_view/linked_components_fullwidth.php +++ b/admin/layouts/custom_admin_view/linked_components_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage linked_components_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_admin_view/publishing.php b/admin/layouts/custom_admin_view/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/custom_admin_view/publishing.php +++ b/admin/layouts/custom_admin_view/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_admin_view/publlshing.php b/admin/layouts/custom_admin_view/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/custom_admin_view/publlshing.php +++ b/admin/layouts/custom_admin_view/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_code/details_above.php b/admin/layouts/custom_code/details_above.php index e7eb7ee86..8e9ef2c91 100644 --- a/admin/layouts/custom_code/details_above.php +++ b/admin/layouts/custom_code/details_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_code/details_fullwidth.php b/admin/layouts/custom_code/details_fullwidth.php index af8b1c78c..b73e48fb3 100644 --- a/admin/layouts/custom_code/details_fullwidth.php +++ b/admin/layouts/custom_code/details_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_code/details_left.php b/admin/layouts/custom_code/details_left.php index c9db8cb08..8cbc2f4b1 100644 --- a/admin/layouts/custom_code/details_left.php +++ b/admin/layouts/custom_code/details_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_code/details_right.php b/admin/layouts/custom_code/details_right.php index 5f977f7bf..887e3df93 100644 --- a/admin/layouts/custom_code/details_right.php +++ b/admin/layouts/custom_code/details_right.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_right.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_code/details_under.php b/admin/layouts/custom_code/details_under.php index 54be98a67..bf2873e7d 100644 --- a/admin/layouts/custom_code/details_under.php +++ b/admin/layouts/custom_code/details_under.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_under.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_code/publishing.php b/admin/layouts/custom_code/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/custom_code/publishing.php +++ b/admin/layouts/custom_code/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/custom_code/publlshing.php b/admin/layouts/custom_code/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/custom_code/publlshing.php +++ b/admin/layouts/custom_code/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/dynamic_get/abacus_fullwidth.php b/admin/layouts/dynamic_get/abacus_fullwidth.php index dd864ef1d..62607fbc9 100644 --- a/admin/layouts/dynamic_get/abacus_fullwidth.php +++ b/admin/layouts/dynamic_get/abacus_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage abacus_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/dynamic_get/abacus_left.php b/admin/layouts/dynamic_get/abacus_left.php index 37f49f519..d48104deb 100644 --- a/admin/layouts/dynamic_get/abacus_left.php +++ b/admin/layouts/dynamic_get/abacus_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage abacus_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/dynamic_get/custom_script_fullwidth.php b/admin/layouts/dynamic_get/custom_script_fullwidth.php index 4aeec2f1d..268d943d9 100644 --- a/admin/layouts/dynamic_get/custom_script_fullwidth.php +++ b/admin/layouts/dynamic_get/custom_script_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage custom_script_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/dynamic_get/joint_fullwidth.php b/admin/layouts/dynamic_get/joint_fullwidth.php index 365ca08bc..d934be267 100644 --- a/admin/layouts/dynamic_get/joint_fullwidth.php +++ b/admin/layouts/dynamic_get/joint_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage joint_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/dynamic_get/main_above.php b/admin/layouts/dynamic_get/main_above.php index 3ba642fdc..19405294e 100644 --- a/admin/layouts/dynamic_get/main_above.php +++ b/admin/layouts/dynamic_get/main_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage main_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/dynamic_get/main_fullwidth.php b/admin/layouts/dynamic_get/main_fullwidth.php index ecee0713d..1b342a310 100644 --- a/admin/layouts/dynamic_get/main_fullwidth.php +++ b/admin/layouts/dynamic_get/main_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage main_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/dynamic_get/main_left.php b/admin/layouts/dynamic_get/main_left.php index a714806d3..9a0c0a019 100644 --- a/admin/layouts/dynamic_get/main_left.php +++ b/admin/layouts/dynamic_get/main_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage main_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/dynamic_get/main_under.php b/admin/layouts/dynamic_get/main_under.php index 8492cac9d..684ff945c 100644 --- a/admin/layouts/dynamic_get/main_under.php +++ b/admin/layouts/dynamic_get/main_under.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage main_under.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/dynamic_get/publishing.php b/admin/layouts/dynamic_get/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/dynamic_get/publishing.php +++ b/admin/layouts/dynamic_get/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/dynamic_get/publlshing.php b/admin/layouts/dynamic_get/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/dynamic_get/publlshing.php +++ b/admin/layouts/dynamic_get/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/dynamic_get/tweak_fullwidth.php b/admin/layouts/dynamic_get/tweak_fullwidth.php index 61282a35c..9b8bdc9d8 100644 --- a/admin/layouts/dynamic_get/tweak_fullwidth.php +++ b/admin/layouts/dynamic_get/tweak_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage tweak_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/field/details_fullwidth.php b/admin/layouts/field/details_fullwidth.php index 52043a666..1992ae9d6 100644 --- a/admin/layouts/field/details_fullwidth.php +++ b/admin/layouts/field/details_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/field/details_left.php b/admin/layouts/field/details_left.php index da3406b2d..1108bc1a0 100644 --- a/admin/layouts/field/details_left.php +++ b/admin/layouts/field/details_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/field/details_right.php b/admin/layouts/field/details_right.php index 482a9fe74..64f21393b 100644 --- a/admin/layouts/field/details_right.php +++ b/admin/layouts/field/details_right.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_right.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/field/details_under.php b/admin/layouts/field/details_under.php index 54be98a67..bf2873e7d 100644 --- a/admin/layouts/field/details_under.php +++ b/admin/layouts/field/details_under.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_under.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/field/publishing.php b/admin/layouts/field/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/field/publishing.php +++ b/admin/layouts/field/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/field/publlshing.php b/admin/layouts/field/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/field/publlshing.php +++ b/admin/layouts/field/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/field/scripts_left.php b/admin/layouts/field/scripts_left.php index 2a69bf30f..6506a67dd 100644 --- a/admin/layouts/field/scripts_left.php +++ b/admin/layouts/field/scripts_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage scripts_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/field/scripts_right.php b/admin/layouts/field/scripts_right.php index 9af4dc66d..d0e9dc39a 100644 --- a/admin/layouts/field/scripts_right.php +++ b/admin/layouts/field/scripts_right.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage scripts_right.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/fieldtype/details_fullwidth.php b/admin/layouts/fieldtype/details_fullwidth.php index 1cd0223f2..26eaa17f8 100644 --- a/admin/layouts/fieldtype/details_fullwidth.php +++ b/admin/layouts/fieldtype/details_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/fieldtype/details_left.php b/admin/layouts/fieldtype/details_left.php index d4dfd878c..362d565a7 100644 --- a/admin/layouts/fieldtype/details_left.php +++ b/admin/layouts/fieldtype/details_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/fieldtype/details_right.php b/admin/layouts/fieldtype/details_right.php index 74f3d5929..9decb32a9 100644 --- a/admin/layouts/fieldtype/details_right.php +++ b/admin/layouts/fieldtype/details_right.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_right.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/fieldtype/fields_fullwidth.php b/admin/layouts/fieldtype/fields_fullwidth.php index 95d0c7a12..84364a555 100644 --- a/admin/layouts/fieldtype/fields_fullwidth.php +++ b/admin/layouts/fieldtype/fields_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fields_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/fieldtype/publishing.php b/admin/layouts/fieldtype/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/fieldtype/publishing.php +++ b/admin/layouts/fieldtype/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/fieldtype/publlshing.php b/admin/layouts/fieldtype/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/fieldtype/publlshing.php +++ b/admin/layouts/fieldtype/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/ftp/details_above.php b/admin/layouts/ftp/details_above.php index 79d27b130..c2d2241b5 100644 --- a/admin/layouts/ftp/details_above.php +++ b/admin/layouts/ftp/details_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/ftp/details_fullwidth.php b/admin/layouts/ftp/details_fullwidth.php index 3a10b4f33..a8b1cc0fb 100644 --- a/admin/layouts/ftp/details_fullwidth.php +++ b/admin/layouts/ftp/details_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/ftp/linked_components_fullwidth.php b/admin/layouts/ftp/linked_components_fullwidth.php index 060f649e1..329ac3c8d 100644 --- a/admin/layouts/ftp/linked_components_fullwidth.php +++ b/admin/layouts/ftp/linked_components_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage linked_components_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/ftp/publishing.php b/admin/layouts/ftp/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/ftp/publishing.php +++ b/admin/layouts/ftp/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/ftp/publlshing.php b/admin/layouts/ftp/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/ftp/publlshing.php +++ b/admin/layouts/ftp/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/help_document/details_above.php b/admin/layouts/help_document/details_above.php index 0f95fde58..8fa3f0c23 100644 --- a/admin/layouts/help_document/details_above.php +++ b/admin/layouts/help_document/details_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/help_document/details_fullwidth.php b/admin/layouts/help_document/details_fullwidth.php index 3b2f38d71..2cd92c01c 100644 --- a/admin/layouts/help_document/details_fullwidth.php +++ b/admin/layouts/help_document/details_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/help_document/details_left.php b/admin/layouts/help_document/details_left.php index c013b0acc..5c2e013da 100644 --- a/admin/layouts/help_document/details_left.php +++ b/admin/layouts/help_document/details_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/help_document/details_right.php b/admin/layouts/help_document/details_right.php index 53275f381..68d954778 100644 --- a/admin/layouts/help_document/details_right.php +++ b/admin/layouts/help_document/details_right.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_right.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/help_document/details_under.php b/admin/layouts/help_document/details_under.php index 54be98a67..bf2873e7d 100644 --- a/admin/layouts/help_document/details_under.php +++ b/admin/layouts/help_document/details_under.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_under.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/help_document/publishing.php b/admin/layouts/help_document/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/help_document/publishing.php +++ b/admin/layouts/help_document/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/help_document/publlshing.php b/admin/layouts/help_document/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/help_document/publlshing.php +++ b/admin/layouts/help_document/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/admin_views_fullwidth.php b/admin/layouts/joomla_component/admin_views_fullwidth.php index 5eab8bdc5..271716435 100644 --- a/admin/layouts/joomla_component/admin_views_fullwidth.php +++ b/admin/layouts/joomla_component/admin_views_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage admin_views_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/custom_admin_views_fullwidth.php b/admin/layouts/joomla_component/custom_admin_views_fullwidth.php index e8c2b6ab0..d2f056718 100644 --- a/admin/layouts/joomla_component/custom_admin_views_fullwidth.php +++ b/admin/layouts/joomla_component/custom_admin_views_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage custom_admin_views_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/details_above.php b/admin/layouts/joomla_component/details_above.php index 7e5c5ef4b..ee5e457d7 100644 --- a/admin/layouts/joomla_component/details_above.php +++ b/admin/layouts/joomla_component/details_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/details_left.php b/admin/layouts/joomla_component/details_left.php index 34195a095..e4cc16cbf 100644 --- a/admin/layouts/joomla_component/details_left.php +++ b/admin/layouts/joomla_component/details_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html @@ -36,6 +36,9 @@ $fields = $displayData->get('fields') ?: array( 'debug_linenr', 'add_placeholders', 'mvc_versiondate', + 'note_version_options_one', + 'note_version_options_two', + 'note_version_options_three', 'short_description', 'description', 'copyright' diff --git a/admin/layouts/joomla_component/details_right.php b/admin/layouts/joomla_component/details_right.php index 4adb23673..8fa1938e4 100644 --- a/admin/layouts/joomla_component/details_right.php +++ b/admin/layouts/joomla_component/details_right.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_right.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/details_under.php b/admin/layouts/joomla_component/details_under.php index 54be98a67..bf2873e7d 100644 --- a/admin/layouts/joomla_component/details_under.php +++ b/admin/layouts/joomla_component/details_under.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_under.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/dynamic_build_beta_fullwidth.php b/admin/layouts/joomla_component/dynamic_build_beta_fullwidth.php index a79d188cc..6da87af0e 100644 --- a/admin/layouts/joomla_component/dynamic_build_beta_fullwidth.php +++ b/admin/layouts/joomla_component/dynamic_build_beta_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage dynamic_build_beta_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/dynamic_integration_fullwidth.php b/admin/layouts/joomla_component/dynamic_integration_fullwidth.php index 6d34a9cc0..7ef9c70e5 100644 --- a/admin/layouts/joomla_component/dynamic_integration_fullwidth.php +++ b/admin/layouts/joomla_component/dynamic_integration_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage dynamic_integration_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/libs_helpers_fullwidth.php b/admin/layouts/joomla_component/libs_helpers_fullwidth.php index 4005b8a88..a1fbc0c64 100644 --- a/admin/layouts/joomla_component/libs_helpers_fullwidth.php +++ b/admin/layouts/joomla_component/libs_helpers_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage libs_helpers_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/metadata.php b/admin/layouts/joomla_component/metadata.php index 0e4e73ebe..940b6fa57 100644 --- a/admin/layouts/joomla_component/metadata.php +++ b/admin/layouts/joomla_component/metadata.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage metadata.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/mysql_fullwidth.php b/admin/layouts/joomla_component/mysql_fullwidth.php index 972d12cfe..0ed43093e 100644 --- a/admin/layouts/joomla_component/mysql_fullwidth.php +++ b/admin/layouts/joomla_component/mysql_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage mysql_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/php_fullwidth.php b/admin/layouts/joomla_component/php_fullwidth.php index 1dd69f001..2ac655007 100644 --- a/admin/layouts/joomla_component/php_fullwidth.php +++ b/admin/layouts/joomla_component/php_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage php_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/php_left.php b/admin/layouts/joomla_component/php_left.php index 6d56f2b37..5c7f1fe37 100644 --- a/admin/layouts/joomla_component/php_left.php +++ b/admin/layouts/joomla_component/php_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage php_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/publishing.php b/admin/layouts/joomla_component/publishing.php index 1285f22ec..9349f64b3 100644 --- a/admin/layouts/joomla_component/publishing.php +++ b/admin/layouts/joomla_component/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/readme_left.php b/admin/layouts/joomla_component/readme_left.php index 1998746a5..bca4b34fd 100644 --- a/admin/layouts/joomla_component/readme_left.php +++ b/admin/layouts/joomla_component/readme_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage readme_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/readme_right.php b/admin/layouts/joomla_component/readme_right.php index 5c694b465..450393d1d 100644 --- a/admin/layouts/joomla_component/readme_right.php +++ b/admin/layouts/joomla_component/readme_right.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage readme_right.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/settings_fullwidth.php b/admin/layouts/joomla_component/settings_fullwidth.php index 61a27aa66..cb48de582 100644 --- a/admin/layouts/joomla_component/settings_fullwidth.php +++ b/admin/layouts/joomla_component/settings_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage settings_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/settings_left.php b/admin/layouts/joomla_component/settings_left.php index 523049cc5..ccab0a8bf 100644 --- a/admin/layouts/joomla_component/settings_left.php +++ b/admin/layouts/joomla_component/settings_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage settings_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/settings_right.php b/admin/layouts/joomla_component/settings_right.php index 3ac80abb5..26595afa2 100644 --- a/admin/layouts/joomla_component/settings_right.php +++ b/admin/layouts/joomla_component/settings_right.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage settings_right.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/site_views_fullwidth.php b/admin/layouts/joomla_component/site_views_fullwidth.php index ce9ed9ce4..c9e6fff17 100644 --- a/admin/layouts/joomla_component/site_views_fullwidth.php +++ b/admin/layouts/joomla_component/site_views_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage site_views_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/joomla_component/translation_fullwidth.php b/admin/layouts/joomla_component/translation_fullwidth.php index c09e76240..51aad5d12 100644 --- a/admin/layouts/joomla_component/translation_fullwidth.php +++ b/admin/layouts/joomla_component/translation_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage translation_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/language/details_left.php b/admin/layouts/language/details_left.php index 2a1081264..200236f6a 100644 --- a/admin/layouts/language/details_left.php +++ b/admin/layouts/language/details_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/language/details_right.php b/admin/layouts/language/details_right.php index c8a9234a0..03a8ed276 100644 --- a/admin/layouts/language/details_right.php +++ b/admin/layouts/language/details_right.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_right.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/language/publishing.php b/admin/layouts/language/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/language/publishing.php +++ b/admin/layouts/language/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/language/publlshing.php b/admin/layouts/language/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/language/publlshing.php +++ b/admin/layouts/language/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/language_translation/details_fullwidth.php b/admin/layouts/language_translation/details_fullwidth.php index 20d68fb72..6dba87616 100644 --- a/admin/layouts/language_translation/details_fullwidth.php +++ b/admin/layouts/language_translation/details_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/language_translation/publishing.php b/admin/layouts/language_translation/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/language_translation/publishing.php +++ b/admin/layouts/language_translation/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/language_translation/publlshing.php b/admin/layouts/language_translation/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/language_translation/publlshing.php +++ b/admin/layouts/language_translation/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/layout/custom_script_fullwidth.php b/admin/layouts/layout/custom_script_fullwidth.php index 8f83a3e29..0b6f0a894 100644 --- a/admin/layouts/layout/custom_script_fullwidth.php +++ b/admin/layouts/layout/custom_script_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage custom_script_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/layout/details_fullwidth.php b/admin/layouts/layout/details_fullwidth.php index a2c8b1329..c070bab99 100644 --- a/admin/layouts/layout/details_fullwidth.php +++ b/admin/layouts/layout/details_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/layout/details_left.php b/admin/layouts/layout/details_left.php index 6ad3c5984..eb204d433 100644 --- a/admin/layouts/layout/details_left.php +++ b/admin/layouts/layout/details_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/layout/details_right.php b/admin/layouts/layout/details_right.php index 80b48e199..e970ea1dc 100644 --- a/admin/layouts/layout/details_right.php +++ b/admin/layouts/layout/details_right.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_right.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/layout/details_rightside.php b/admin/layouts/layout/details_rightside.php index f22c49d27..9e996ed99 100644 --- a/admin/layouts/layout/details_rightside.php +++ b/admin/layouts/layout/details_rightside.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_rightside.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/layout/details_under.php b/admin/layouts/layout/details_under.php index 54be98a67..bf2873e7d 100644 --- a/admin/layouts/layout/details_under.php +++ b/admin/layouts/layout/details_under.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_under.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/layout/publishing.php b/admin/layouts/layout/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/layout/publishing.php +++ b/admin/layouts/layout/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/layout/publlshing.php b/admin/layouts/layout/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/layout/publlshing.php +++ b/admin/layouts/layout/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/site_view/custom_buttons_fullwidth.php b/admin/layouts/site_view/custom_buttons_fullwidth.php index 668a13aa7..f4f80c5a9 100644 --- a/admin/layouts/site_view/custom_buttons_fullwidth.php +++ b/admin/layouts/site_view/custom_buttons_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage custom_buttons_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/site_view/custom_buttons_left.php b/admin/layouts/site_view/custom_buttons_left.php index 7fe865c4f..2c36af67e 100644 --- a/admin/layouts/site_view/custom_buttons_left.php +++ b/admin/layouts/site_view/custom_buttons_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage custom_buttons_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/site_view/custom_buttons_right.php b/admin/layouts/site_view/custom_buttons_right.php index 1a6a03ce7..bf51bf268 100644 --- a/admin/layouts/site_view/custom_buttons_right.php +++ b/admin/layouts/site_view/custom_buttons_right.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage custom_buttons_right.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/site_view/details_above.php b/admin/layouts/site_view/details_above.php index 7e5c5ef4b..ee5e457d7 100644 --- a/admin/layouts/site_view/details_above.php +++ b/admin/layouts/site_view/details_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/site_view/details_fullwidth.php b/admin/layouts/site_view/details_fullwidth.php index b352b1d3c..ebdcc2bdf 100644 --- a/admin/layouts/site_view/details_fullwidth.php +++ b/admin/layouts/site_view/details_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/site_view/details_left.php b/admin/layouts/site_view/details_left.php index 5c6a79022..d5951f034 100644 --- a/admin/layouts/site_view/details_left.php +++ b/admin/layouts/site_view/details_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/site_view/details_right.php b/admin/layouts/site_view/details_right.php index 80b48e199..e970ea1dc 100644 --- a/admin/layouts/site_view/details_right.php +++ b/admin/layouts/site_view/details_right.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_right.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/site_view/details_rightside.php b/admin/layouts/site_view/details_rightside.php index a95cd75be..63435cd09 100644 --- a/admin/layouts/site_view/details_rightside.php +++ b/admin/layouts/site_view/details_rightside.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_rightside.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/site_view/details_under.php b/admin/layouts/site_view/details_under.php index 54be98a67..bf2873e7d 100644 --- a/admin/layouts/site_view/details_under.php +++ b/admin/layouts/site_view/details_under.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_under.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/site_view/javascript_css_fullwidth.php b/admin/layouts/site_view/javascript_css_fullwidth.php index 1ce07d914..baa19e066 100644 --- a/admin/layouts/site_view/javascript_css_fullwidth.php +++ b/admin/layouts/site_view/javascript_css_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage javascript_css_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/site_view/linked_components_fullwidth.php b/admin/layouts/site_view/linked_components_fullwidth.php index 53d832baf..bb6e58097 100644 --- a/admin/layouts/site_view/linked_components_fullwidth.php +++ b/admin/layouts/site_view/linked_components_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage linked_components_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/site_view/php_fullwidth.php b/admin/layouts/site_view/php_fullwidth.php index d04578603..427e0f9a9 100644 --- a/admin/layouts/site_view/php_fullwidth.php +++ b/admin/layouts/site_view/php_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage php_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/site_view/publishing.php b/admin/layouts/site_view/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/site_view/publishing.php +++ b/admin/layouts/site_view/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/site_view/publlshing.php b/admin/layouts/site_view/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/site_view/publlshing.php +++ b/admin/layouts/site_view/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/snippet/details_above.php b/admin/layouts/snippet/details_above.php index c8e71a0b8..485c5b5da 100644 --- a/admin/layouts/snippet/details_above.php +++ b/admin/layouts/snippet/details_above.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_above.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/snippet/details_left.php b/admin/layouts/snippet/details_left.php index a128050a5..f5fe9a6a1 100644 --- a/admin/layouts/snippet/details_left.php +++ b/admin/layouts/snippet/details_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/snippet/details_right.php b/admin/layouts/snippet/details_right.php index bc7945b29..744e4e726 100644 --- a/admin/layouts/snippet/details_right.php +++ b/admin/layouts/snippet/details_right.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_right.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/snippet/publishing.php b/admin/layouts/snippet/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/snippet/publishing.php +++ b/admin/layouts/snippet/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/snippet/publlshing.php b/admin/layouts/snippet/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/snippet/publlshing.php +++ b/admin/layouts/snippet/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/template/custom_script_fullwidth.php b/admin/layouts/template/custom_script_fullwidth.php index 8f83a3e29..0b6f0a894 100644 --- a/admin/layouts/template/custom_script_fullwidth.php +++ b/admin/layouts/template/custom_script_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage custom_script_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/template/details_fullwidth.php b/admin/layouts/template/details_fullwidth.php index bc666539e..a1db54bed 100644 --- a/admin/layouts/template/details_fullwidth.php +++ b/admin/layouts/template/details_fullwidth.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_fullwidth.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/template/details_left.php b/admin/layouts/template/details_left.php index 6ad3c5984..eb204d433 100644 --- a/admin/layouts/template/details_left.php +++ b/admin/layouts/template/details_left.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_left.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/template/details_right.php b/admin/layouts/template/details_right.php index 80b48e199..e970ea1dc 100644 --- a/admin/layouts/template/details_right.php +++ b/admin/layouts/template/details_right.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_right.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/template/details_rightside.php b/admin/layouts/template/details_rightside.php index f22c49d27..9e996ed99 100644 --- a/admin/layouts/template/details_rightside.php +++ b/admin/layouts/template/details_rightside.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_rightside.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/template/details_under.php b/admin/layouts/template/details_under.php index 54be98a67..bf2873e7d 100644 --- a/admin/layouts/template/details_under.php +++ b/admin/layouts/template/details_under.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage details_under.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/template/publishing.php b/admin/layouts/template/publishing.php index f00cad433..b8b3e703b 100644 --- a/admin/layouts/template/publishing.php +++ b/admin/layouts/template/publishing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publishing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/layouts/template/publlshing.php b/admin/layouts/template/publlshing.php index da140bb14..51540ac94 100644 --- a/admin/layouts/template/publlshing.php +++ b/admin/layouts/template/publlshing.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage publlshing.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/admin_fields.php b/admin/models/admin_fields.php index 67e5ff043..80efbb098 100644 --- a/admin/models/admin_fields.php +++ b/admin/models/admin_fields.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage admin_fields.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/admin_fields_conditions.php b/admin/models/admin_fields_conditions.php index f90445b97..175f6a5bb 100644 --- a/admin/models/admin_fields_conditions.php +++ b/admin/models/admin_fields_conditions.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage admin_fields_conditions.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/admin_view.php b/admin/models/admin_view.php index 5c107a7bd..aa3e62a01 100644 --- a/admin/models/admin_view.php +++ b/admin/models/admin_view.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage admin_view.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/admin_views.php b/admin/models/admin_views.php index 7e2753916..71eec8263 100644 --- a/admin/models/admin_views.php +++ b/admin/models/admin_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage admin_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/admins_fields.php b/admin/models/admins_fields.php index 5801d2ed1..6290a9f19 100644 --- a/admin/models/admins_fields.php +++ b/admin/models/admins_fields.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage admins_fields.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/admins_fields_conditions.php b/admin/models/admins_fields_conditions.php index 9e0d74f41..ff77f4c1b 100644 --- a/admin/models/admins_fields_conditions.php +++ b/admin/models/admins_fields_conditions.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage admins_fields_conditions.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/ajax.php b/admin/models/ajax.php index 95a605d35..e5dd539b7 100644 --- a/admin/models/ajax.php +++ b/admin/models/ajax.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage ajax.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/compiler.php b/admin/models/compiler.php index 8210c6aea..96229bc3b 100644 --- a/admin/models/compiler.php +++ b/admin/models/compiler.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 57 of this MVC - @build 13th October, 2017 - @created 1st February, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage compiler.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/component_admin_views.php b/admin/models/component_admin_views.php index 1cb10cdac..ae82c9873 100644 --- a/admin/models/component_admin_views.php +++ b/admin/models/component_admin_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_admin_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/component_config.php b/admin/models/component_config.php index aef354338..d7bd7c29a 100644 --- a/admin/models/component_config.php +++ b/admin/models/component_config.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_config.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/component_custom_admin_menus.php b/admin/models/component_custom_admin_menus.php index a092ac249..6343a9441 100644 --- a/admin/models/component_custom_admin_menus.php +++ b/admin/models/component_custom_admin_menus.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_custom_admin_menus.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/component_custom_admin_views.php b/admin/models/component_custom_admin_views.php index e066f6090..db6578b92 100644 --- a/admin/models/component_custom_admin_views.php +++ b/admin/models/component_custom_admin_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_custom_admin_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/component_dashboard.php b/admin/models/component_dashboard.php index a006d1835..a6b0e7b2d 100644 --- a/admin/models/component_dashboard.php +++ b/admin/models/component_dashboard.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_dashboard.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/component_files_folders.php b/admin/models/component_files_folders.php index 4229dacb0..1cdf28b1f 100644 --- a/admin/models/component_files_folders.php +++ b/admin/models/component_files_folders.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_files_folders.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/component_mysql_tweaks.php b/admin/models/component_mysql_tweaks.php index 0dd8d7e1c..bfcdb7545 100644 --- a/admin/models/component_mysql_tweaks.php +++ b/admin/models/component_mysql_tweaks.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_mysql_tweaks.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/component_site_views.php b/admin/models/component_site_views.php index f3c533d12..2d7a686c3 100644 --- a/admin/models/component_site_views.php +++ b/admin/models/component_site_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_site_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/component_updates.php b/admin/models/component_updates.php index ce3a5edda..0e82350ed 100644 --- a/admin/models/component_updates.php +++ b/admin/models/component_updates.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_updates.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/componentbuilder.php b/admin/models/componentbuilder.php index 7e8a2949e..3dd0c1045 100644 --- a/admin/models/componentbuilder.php +++ b/admin/models/componentbuilder.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage componentbuilder.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/components_admin_views.php b/admin/models/components_admin_views.php index 9460e82a8..8ccb39a27 100644 --- a/admin/models/components_admin_views.php +++ b/admin/models/components_admin_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_admin_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/components_config.php b/admin/models/components_config.php index 6dcc7068c..66c639de2 100644 --- a/admin/models/components_config.php +++ b/admin/models/components_config.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_config.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/components_custom_admin_menus.php b/admin/models/components_custom_admin_menus.php index f7e824e47..41f8c5374 100644 --- a/admin/models/components_custom_admin_menus.php +++ b/admin/models/components_custom_admin_menus.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_custom_admin_menus.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/components_custom_admin_views.php b/admin/models/components_custom_admin_views.php index fbd280846..85eeb2949 100644 --- a/admin/models/components_custom_admin_views.php +++ b/admin/models/components_custom_admin_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_custom_admin_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/components_dashboard.php b/admin/models/components_dashboard.php index 93f0ed6f5..bc66aca5c 100644 --- a/admin/models/components_dashboard.php +++ b/admin/models/components_dashboard.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_dashboard.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/components_files_folders.php b/admin/models/components_files_folders.php index abc72b717..f819d4b0a 100644 --- a/admin/models/components_files_folders.php +++ b/admin/models/components_files_folders.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_files_folders.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/components_mysql_tweaks.php b/admin/models/components_mysql_tweaks.php index 79ec93014..f1912bf1d 100644 --- a/admin/models/components_mysql_tweaks.php +++ b/admin/models/components_mysql_tweaks.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_mysql_tweaks.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/components_site_views.php b/admin/models/components_site_views.php index 7e9219b16..8b4ceadc8 100644 --- a/admin/models/components_site_views.php +++ b/admin/models/components_site_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_site_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/components_updates.php b/admin/models/components_updates.php index f8aaf2759..24c231ced 100644 --- a/admin/models/components_updates.php +++ b/admin/models/components_updates.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage components_updates.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/custom_admin_view.php b/admin/models/custom_admin_view.php index 887ace17a..a35f76fa8 100644 --- a/admin/models/custom_admin_view.php +++ b/admin/models/custom_admin_view.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage custom_admin_view.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/custom_admin_views.php b/admin/models/custom_admin_views.php index c4bcb8cc4..c5f8c7b56 100644 --- a/admin/models/custom_admin_views.php +++ b/admin/models/custom_admin_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage custom_admin_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/custom_code.php b/admin/models/custom_code.php index f44a889ce..86e334cce 100644 --- a/admin/models/custom_code.php +++ b/admin/models/custom_code.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage custom_code.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/custom_codes.php b/admin/models/custom_codes.php index d0c100ff7..a4aa58973 100644 --- a/admin/models/custom_codes.php +++ b/admin/models/custom_codes.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage custom_codes.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/dynamic_get.php b/admin/models/dynamic_get.php index 62aa57d1c..e1f7d19c5 100644 --- a/admin/models/dynamic_get.php +++ b/admin/models/dynamic_get.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage dynamic_get.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/dynamic_gets.php b/admin/models/dynamic_gets.php index e3954ecea..c0b666ddf 100644 --- a/admin/models/dynamic_gets.php +++ b/admin/models/dynamic_gets.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage dynamic_gets.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/field.php b/admin/models/field.php index b856f549c..666961217 100644 --- a/admin/models/field.php +++ b/admin/models/field.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage field.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields.php b/admin/models/fields.php index 78ddc31d0..cc66f8eb0 100644 --- a/admin/models/fields.php +++ b/admin/models/fields.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fields.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/adminsviews.php b/admin/models/fields/adminsviews.php index b116c8754..fd0089b15 100644 --- a/admin/models/fields/adminsviews.php +++ b/admin/models/fields/adminsviews.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage adminsviews.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/adminviewfolderlist.php b/admin/models/fields/adminviewfolderlist.php index 5d76fa551..e6a9e6f66 100644 --- a/admin/models/fields/adminviewfolderlist.php +++ b/admin/models/fields/adminviewfolderlist.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage adminviewfolderlist.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/adminviews.php b/admin/models/fields/adminviews.php index beb7c348d..350d5967b 100644 --- a/admin/models/fields/adminviews.php +++ b/admin/models/fields/adminviews.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage adminviews.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/articles.php b/admin/models/fields/articles.php index d5ede712f..3ec3cf257 100644 --- a/admin/models/fields/articles.php +++ b/admin/models/fields/articles.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage articles.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/component.php b/admin/models/fields/component.php index 5519deef5..57b86673d 100644 --- a/admin/models/fields/component.php +++ b/admin/models/fields/component.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage component.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/componentadminmenus.php b/admin/models/fields/componentadminmenus.php index 58f3c6e6a..5bfd2708d 100644 --- a/admin/models/fields/componentadminmenus.php +++ b/admin/models/fields/componentadminmenus.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage componentadminmenus.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/componentadminviews.php b/admin/models/fields/componentadminviews.php index d66dd0f52..4af1ff8c9 100644 --- a/admin/models/fields/componentadminviews.php +++ b/admin/models/fields/componentadminviews.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage componentadminviews.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/components.php b/admin/models/fields/components.php index 1959546a0..f69236591 100644 --- a/admin/models/fields/components.php +++ b/admin/models/fields/components.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage components.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/customadminviews.php b/admin/models/fields/customadminviews.php index 4619573b3..2b982ba96 100644 --- a/admin/models/fields/customadminviews.php +++ b/admin/models/fields/customadminviews.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage customadminviews.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/customfilelist.php b/admin/models/fields/customfilelist.php index 5982fa45a..b7f052a0d 100644 --- a/admin/models/fields/customfilelist.php +++ b/admin/models/fields/customfilelist.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage customfilelist.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/customfolderlist.php b/admin/models/fields/customfolderlist.php index 03f755cf5..4dd02870d 100644 --- a/admin/models/fields/customfolderlist.php +++ b/admin/models/fields/customfolderlist.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage customfolderlist.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/customgets.php b/admin/models/fields/customgets.php index d9b341e32..e0bcad65b 100644 --- a/admin/models/fields/customgets.php +++ b/admin/models/fields/customgets.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage customgets.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/dbtables.php b/admin/models/fields/dbtables.php index 1aa85cec4..760846f38 100644 --- a/admin/models/fields/dbtables.php +++ b/admin/models/fields/dbtables.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage dbtables.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/dynamicget.php b/admin/models/fields/dynamicget.php index 2bfd2f6ee..ce6e2bc28 100644 --- a/admin/models/fields/dynamicget.php +++ b/admin/models/fields/dynamicget.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage dynamicget.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/dynamicgets.php b/admin/models/fields/dynamicgets.php index c57f5775d..b4ed7e72c 100644 --- a/admin/models/fields/dynamicgets.php +++ b/admin/models/fields/dynamicgets.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage dynamicgets.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/fields.php b/admin/models/fields/fields.php index 8ae820f38..a91832808 100644 --- a/admin/models/fields/fields.php +++ b/admin/models/fields/fields.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fields.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/fieldtypes.php b/admin/models/fields/fieldtypes.php index c62960113..da599a4c5 100644 --- a/admin/models/fields/fieldtypes.php +++ b/admin/models/fields/fieldtypes.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fieldtypes.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/ftps.php b/admin/models/fields/ftps.php index 099fc878f..bc4c551aa 100644 --- a/admin/models/fields/ftps.php +++ b/admin/models/fields/ftps.php @@ -10,7 +10,7 @@ |_| /----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage ftps.php diff --git a/admin/models/fields/joomlacomponents.php b/admin/models/fields/joomlacomponents.php index ad79bc428..3e9e1b53e 100644 --- a/admin/models/fields/joomlacomponents.php +++ b/admin/models/fields/joomlacomponents.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage joomlacomponents.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/lang.php b/admin/models/fields/lang.php index e485b20c4..65ff29657 100644 --- a/admin/models/fields/lang.php +++ b/admin/models/fields/lang.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage lang.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/maingets.php b/admin/models/fields/maingets.php index 8074bfcc8..5d5057979 100644 --- a/admin/models/fields/maingets.php +++ b/admin/models/fields/maingets.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage maingets.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/matchfield.php b/admin/models/fields/matchfield.php index e2b6d713c..0176030c7 100644 --- a/admin/models/fields/matchfield.php +++ b/admin/models/fields/matchfield.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage matchfield.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/siteviewfolderlist.php b/admin/models/fields/siteviewfolderlist.php index f012971f0..f04148826 100644 --- a/admin/models/fields/siteviewfolderlist.php +++ b/admin/models/fields/siteviewfolderlist.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage siteviewfolderlist.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/siteviews.php b/admin/models/fields/siteviews.php index 8eb562b43..0b6f8f67f 100644 --- a/admin/models/fields/siteviews.php +++ b/admin/models/fields/siteviews.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage siteviews.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/snippets.php b/admin/models/fields/snippets.php index 4159f1c86..fd42ac21e 100644 --- a/admin/models/fields/snippets.php +++ b/admin/models/fields/snippets.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage snippets.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/targetfields.php b/admin/models/fields/targetfields.php index 64aeac8d2..54787f8b3 100644 --- a/admin/models/fields/targetfields.php +++ b/admin/models/fields/targetfields.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage targetfields.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fields/viewtabs.php b/admin/models/fields/viewtabs.php index 4aea37af1..90816dc36 100644 --- a/admin/models/fields/viewtabs.php +++ b/admin/models/fields/viewtabs.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage viewtabs.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fieldtype.php b/admin/models/fieldtype.php index 5442204e9..3a7fff7df 100644 --- a/admin/models/fieldtype.php +++ b/admin/models/fieldtype.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fieldtype.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/fieldtypes.php b/admin/models/fieldtypes.php index 411d7f4fe..0a891a7c6 100644 --- a/admin/models/fieldtypes.php +++ b/admin/models/fieldtypes.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fieldtypes.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/admin_fields.js b/admin/models/forms/admin_fields.js index 69ee26e4a..1bb507a08 100644 --- a/admin/models/forms/admin_fields.js +++ b/admin/models/forms/admin_fields.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage admin_fields.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/admin_fields_conditions.js b/admin/models/forms/admin_fields_conditions.js index 3fe30a5f5..b1a41abfc 100644 --- a/admin/models/forms/admin_fields_conditions.js +++ b/admin/models/forms/admin_fields_conditions.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage admin_fields_conditions.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/admin_view.js b/admin/models/forms/admin_view.js index a2109645c..b877929cd 100644 --- a/admin/models/forms/admin_view.js +++ b/admin/models/forms/admin_view.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage admin_view.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/component_admin_views.js b/admin/models/forms/component_admin_views.js index a17a0f5ad..5831fb825 100644 --- a/admin/models/forms/component_admin_views.js +++ b/admin/models/forms/component_admin_views.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_admin_views.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/component_config.js b/admin/models/forms/component_config.js index 1ff2eb169..20ba31abe 100644 --- a/admin/models/forms/component_config.js +++ b/admin/models/forms/component_config.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_config.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/component_custom_admin_menus.js b/admin/models/forms/component_custom_admin_menus.js index dc5391903..d62c39f1c 100644 --- a/admin/models/forms/component_custom_admin_menus.js +++ b/admin/models/forms/component_custom_admin_menus.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_custom_admin_menus.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/component_custom_admin_views.js b/admin/models/forms/component_custom_admin_views.js index b31652e7d..4cafcec59 100644 --- a/admin/models/forms/component_custom_admin_views.js +++ b/admin/models/forms/component_custom_admin_views.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_custom_admin_views.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/component_dashboard.js b/admin/models/forms/component_dashboard.js index 3e5c14c95..366f08f65 100644 --- a/admin/models/forms/component_dashboard.js +++ b/admin/models/forms/component_dashboard.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_dashboard.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/component_files_folders.js b/admin/models/forms/component_files_folders.js index ad57f8697..76b582afb 100644 --- a/admin/models/forms/component_files_folders.js +++ b/admin/models/forms/component_files_folders.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_files_folders.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/component_mysql_tweaks.js b/admin/models/forms/component_mysql_tweaks.js index afc5506a6..52cddf6c1 100644 --- a/admin/models/forms/component_mysql_tweaks.js +++ b/admin/models/forms/component_mysql_tweaks.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_mysql_tweaks.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/component_site_views.js b/admin/models/forms/component_site_views.js index ee2efee72..72eba7d13 100644 --- a/admin/models/forms/component_site_views.js +++ b/admin/models/forms/component_site_views.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_site_views.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/component_updates.js b/admin/models/forms/component_updates.js index b376863af..82f68a09d 100644 --- a/admin/models/forms/component_updates.js +++ b/admin/models/forms/component_updates.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_updates.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/custom_admin_view.js b/admin/models/forms/custom_admin_view.js index 212adfb90..37242b2f9 100644 --- a/admin/models/forms/custom_admin_view.js +++ b/admin/models/forms/custom_admin_view.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage custom_admin_view.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/custom_code.js b/admin/models/forms/custom_code.js index 9aaaeddd7..bd3081bab 100644 --- a/admin/models/forms/custom_code.js +++ b/admin/models/forms/custom_code.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage custom_code.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/dynamic_get.js b/admin/models/forms/dynamic_get.js index 79e173396..d39a5c51b 100644 --- a/admin/models/forms/dynamic_get.js +++ b/admin/models/forms/dynamic_get.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage dynamic_get.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/field.js b/admin/models/forms/field.js index a88cc7e77..118339a70 100644 --- a/admin/models/forms/field.js +++ b/admin/models/forms/field.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage field.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/fieldtype.js b/admin/models/forms/fieldtype.js index f5ca4e46e..3f0cf56bd 100644 --- a/admin/models/forms/fieldtype.js +++ b/admin/models/forms/fieldtype.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fieldtype.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/ftp.js b/admin/models/forms/ftp.js index 5bb515839..361301fa1 100644 --- a/admin/models/forms/ftp.js +++ b/admin/models/forms/ftp.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage ftp.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/help_document.js b/admin/models/forms/help_document.js index 6633e50f3..0242f3753 100644 --- a/admin/models/forms/help_document.js +++ b/admin/models/forms/help_document.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage help_document.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/joomla_component.js b/admin/models/forms/joomla_component.js index e88fef4b2..7d42efbb5 100644 --- a/admin/models/forms/joomla_component.js +++ b/admin/models/forms/joomla_component.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage joomla_component.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/joomla_component.xml b/admin/models/forms/joomla_component.xml index 638d6dec0..7f26f1283 100644 --- a/admin/models/forms/joomla_component.xml +++ b/admin/models/forms/joomla_component.xml @@ -196,35 +196,62 @@ message="Error! Please add author name here." hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_AUTHOR_HINT" /> - + + + + + + + + + + + + + + + + class="list_class" + multiple="false" + filter="int" + required="true" + default="0"> - + COM_COMPONENTBUILDER_JOOMLA_COMPONENT_USE_GLOBAL_VERSION + + + - + - - - - + type="textarea" + name="php_postflight_update" + label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_POSTFLIGHT_UPDATE_LABEL" + rows="17" + cols="5" + description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_POSTFLIGHT_UPDATE_DESCRIPTION" + class="text_area span12" + filter="raw" + hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_POSTFLIGHT_UPDATE_HINT" + required="true" + /> - + - - - - + button="true" + /> - - + + COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NO - + + + + + + + + + + + + @@ -307,24 +362,13 @@ - - - + + + @@ -349,19 +393,20 @@ - + + type="radio" + name="add_javascript" + label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_ADD_JAVASCRIPT_LABEL" + class="btn-group btn-group-yesno" + default="0" + required="true"> + + + + COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NO - - - + - - + COM_COMPONENTBUILDER_JOOMLA_COMPONENT_YES + - - + + + + + + COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NO - + - + COM_COMPONENTBUILDER_JOOMLA_COMPONENT_YES @@ -490,11 +529,11 @@ - + @@ -506,20 +545,19 @@ - + - - - - + type="textarea" + name="php_preflight_install" + label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_PREFLIGHT_INSTALL_LABEL" + rows="17" + cols="5" + description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_PREFLIGHT_INSTALL_DESCRIPTION" + class="text_area span12" + filter="raw" + hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_PREFLIGHT_INSTALL_HINT" + required="true" + /> - + - - - - + type="textarea" + name="php_postflight_install" + label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_POSTFLIGHT_INSTALL_LABEL" + rows="17" + cols="5" + description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_POSTFLIGHT_INSTALL_DESCRIPTION" + class="text_area span12" + filter="raw" + hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_POSTFLIGHT_INSTALL_HINT" + required="true" + /> - - + + - + @@ -600,19 +648,23 @@ description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_BOM_DESCRIPTION" hide_default="true" /> - + + type="radio" + name="update_server_target" + label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_UPDATE_SERVER_TARGET_LABEL" + description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_UPDATE_SERVER_TARGET_DESCRIPTION" + class="btn-group btn-group-yesno" + default="1" + required="true"> + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - + + COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NO - - + + COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NO - - + + - - + + - - + + - - + + - - + + - - + + + + + + - - - - COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NO - - + + COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NO + + + + + + + + - + @@ -940,11 +968,11 @@ message="Error! Please add link here." hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_EXPORT_PACKAGE_LINK_HINT" /> - + @@ -969,22 +997,6 @@ message="Error! Please add link here." hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_EXPORT_BUY_LINK_HINT" /> - - - - - - - - COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NO - - + + COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NO + + + + - - - - - - - - + + + + + + + + - - - - - - + + COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NO - - + + - - + + + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/language_translation.js b/admin/models/forms/language_translation.js index ca5c0d5c3..c595be50c 100644 --- a/admin/models/forms/language_translation.js +++ b/admin/models/forms/language_translation.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage language_translation.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/layout.js b/admin/models/forms/layout.js index d0adb573d..42e8990fe 100644 --- a/admin/models/forms/layout.js +++ b/admin/models/forms/layout.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage layout.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/site_view.js b/admin/models/forms/site_view.js index 4ebde48be..4a31c317c 100644 --- a/admin/models/forms/site_view.js +++ b/admin/models/forms/site_view.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage site_view.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/snippet.js b/admin/models/forms/snippet.js index 8a7dab239..342302e8f 100644 --- a/admin/models/forms/snippet.js +++ b/admin/models/forms/snippet.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage snippet.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/forms/template.js b/admin/models/forms/template.js index d6160dae0..726008ab0 100644 --- a/admin/models/forms/template.js +++ b/admin/models/forms/template.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage template.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/ftp.php b/admin/models/ftp.php index b4e1a67d5..f1ee5fe15 100644 --- a/admin/models/ftp.php +++ b/admin/models/ftp.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage ftp.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/ftps.php b/admin/models/ftps.php index 7ef707f8f..b1bccccfa 100644 --- a/admin/models/ftps.php +++ b/admin/models/ftps.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage ftps.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/help_document.php b/admin/models/help_document.php index dae6e4e85..bef953761 100644 --- a/admin/models/help_document.php +++ b/admin/models/help_document.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage help_document.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/help_documents.php b/admin/models/help_documents.php index 8ac8ddb89..777823e1d 100644 --- a/admin/models/help_documents.php +++ b/admin/models/help_documents.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage help_documents.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/import.php b/admin/models/import.php index a2a6c847a..fa564a385 100644 --- a/admin/models/import.php +++ b/admin/models/import.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage import.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/import_joomla_components.php b/admin/models/import_joomla_components.php index 595cea467..3e68fa542 100644 --- a/admin/models/import_joomla_components.php +++ b/admin/models/import_joomla_components.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage import_joomla_components.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/joomla_component.php b/admin/models/joomla_component.php index 40940cf64..903f8f49e 100644 --- a/admin/models/joomla_component.php +++ b/admin/models/joomla_component.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage joomla_component.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html @@ -108,28 +108,10 @@ class ComponentbuilderModelJoomla_component extends JModelAdmin $item->addcontributors = $addcontributors->toArray(); } - if (!empty($item->php_postflight_install)) + if (!empty($item->php_postflight_update)) { - // base64 Decode php_postflight_install. - $item->php_postflight_install = base64_decode($item->php_postflight_install); - } - - if (!empty($item->readme)) - { - // base64 Decode readme. - $item->readme = base64_decode($item->readme); - } - - if (!empty($item->php_preflight_install)) - { - // base64 Decode php_preflight_install. - $item->php_preflight_install = base64_decode($item->php_preflight_install); - } - - if (!empty($item->php_method_uninstall)) - { - // base64 Decode php_method_uninstall. - $item->php_method_uninstall = base64_decode($item->php_method_uninstall); + // base64 Decode php_postflight_update. + $item->php_postflight_update = base64_decode($item->php_postflight_update); } if (!empty($item->php_preflight_update)) @@ -138,18 +120,36 @@ class ComponentbuilderModelJoomla_component extends JModelAdmin $item->php_preflight_update = base64_decode($item->php_preflight_update); } - if (!empty($item->php_postflight_update)) - { - // base64 Decode php_postflight_update. - $item->php_postflight_update = base64_decode($item->php_postflight_update); - } - if (!empty($item->sql)) { // base64 Decode sql. $item->sql = base64_decode($item->sql); } + if (!empty($item->php_preflight_install)) + { + // base64 Decode php_preflight_install. + $item->php_preflight_install = base64_decode($item->php_preflight_install); + } + + if (!empty($item->php_postflight_install)) + { + // base64 Decode php_postflight_install. + $item->php_postflight_install = base64_decode($item->php_postflight_install); + } + + if (!empty($item->php_method_uninstall)) + { + // base64 Decode php_method_uninstall. + $item->php_method_uninstall = base64_decode($item->php_method_uninstall); + } + + if (!empty($item->readme)) + { + // base64 Decode readme. + $item->readme = base64_decode($item->readme); + } + if (!empty($item->php_helper_both)) { // base64 Decode php_helper_both. @@ -1196,28 +1196,10 @@ class ComponentbuilderModelJoomla_component extends JModelAdmin $data['addcontributors'] = ''; } - // Set the php_postflight_install string to base64 string. - if (isset($data['php_postflight_install'])) + // Set the php_postflight_update string to base64 string. + if (isset($data['php_postflight_update'])) { - $data['php_postflight_install'] = base64_encode($data['php_postflight_install']); - } - - // Set the readme string to base64 string. - if (isset($data['readme'])) - { - $data['readme'] = base64_encode($data['readme']); - } - - // Set the php_preflight_install string to base64 string. - if (isset($data['php_preflight_install'])) - { - $data['php_preflight_install'] = base64_encode($data['php_preflight_install']); - } - - // Set the php_method_uninstall string to base64 string. - if (isset($data['php_method_uninstall'])) - { - $data['php_method_uninstall'] = base64_encode($data['php_method_uninstall']); + $data['php_postflight_update'] = base64_encode($data['php_postflight_update']); } // Set the php_preflight_update string to base64 string. @@ -1226,18 +1208,36 @@ class ComponentbuilderModelJoomla_component extends JModelAdmin $data['php_preflight_update'] = base64_encode($data['php_preflight_update']); } - // Set the php_postflight_update string to base64 string. - if (isset($data['php_postflight_update'])) - { - $data['php_postflight_update'] = base64_encode($data['php_postflight_update']); - } - // Set the sql string to base64 string. if (isset($data['sql'])) { $data['sql'] = base64_encode($data['sql']); } + // Set the php_preflight_install string to base64 string. + if (isset($data['php_preflight_install'])) + { + $data['php_preflight_install'] = base64_encode($data['php_preflight_install']); + } + + // Set the php_postflight_install string to base64 string. + if (isset($data['php_postflight_install'])) + { + $data['php_postflight_install'] = base64_encode($data['php_postflight_install']); + } + + // Set the php_method_uninstall string to base64 string. + if (isset($data['php_method_uninstall'])) + { + $data['php_method_uninstall'] = base64_encode($data['php_method_uninstall']); + } + + // Set the readme string to base64 string. + if (isset($data['readme'])) + { + $data['readme'] = base64_encode($data['readme']); + } + // Set the php_helper_both string to base64 string. if (isset($data['php_helper_both'])) { diff --git a/admin/models/joomla_components.php b/admin/models/joomla_components.php index 4886acab9..8ee5521e7 100644 --- a/admin/models/joomla_components.php +++ b/admin/models/joomla_components.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage joomla_components.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html @@ -1494,25 +1494,25 @@ class ComponentbuilderModelJoomla_components extends JModelList continue; } - // decode php_postflight_install - $item->php_postflight_install = base64_decode($item->php_postflight_install); - // decode readme - $item->readme = base64_decode($item->readme); + // decode php_postflight_update + $item->php_postflight_update = base64_decode($item->php_postflight_update); + // decode php_preflight_update + $item->php_preflight_update = base64_decode($item->php_preflight_update); + // decode sql + $item->sql = base64_decode($item->sql); // decode php_preflight_install $item->php_preflight_install = base64_decode($item->php_preflight_install); - // decode php_method_uninstall - $item->php_method_uninstall = base64_decode($item->php_method_uninstall); if ($basickey && !is_numeric($item->whmcs_key) && $item->whmcs_key === base64_encode(base64_decode($item->whmcs_key, true))) { // decrypt whmcs_key $item->whmcs_key = $basic->decryptString($item->whmcs_key); } - // decode php_preflight_update - $item->php_preflight_update = base64_decode($item->php_preflight_update); - // decode php_postflight_update - $item->php_postflight_update = base64_decode($item->php_postflight_update); - // decode sql - $item->sql = base64_decode($item->sql); + // decode php_postflight_install + $item->php_postflight_install = base64_decode($item->php_postflight_install); + // decode php_method_uninstall + $item->php_method_uninstall = base64_decode($item->php_method_uninstall); + // decode readme + $item->readme = base64_decode($item->readme); // decode php_helper_both $item->php_helper_both = base64_decode($item->php_helper_both); // decode php_helper_admin diff --git a/admin/models/language.php b/admin/models/language.php index cd68b7e23..14139fe9d 100644 --- a/admin/models/language.php +++ b/admin/models/language.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 3 of this MVC - @build 25th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage language.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/language_translation.php b/admin/models/language_translation.php index 7ef736413..c53a62b79 100644 --- a/admin/models/language_translation.php +++ b/admin/models/language_translation.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage language_translation.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/language_translations.php b/admin/models/language_translations.php index 1d4970097..04c820e40 100644 --- a/admin/models/language_translations.php +++ b/admin/models/language_translations.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage language_translations.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/languages.php b/admin/models/languages.php index b69c606e7..41faa0666 100644 --- a/admin/models/languages.php +++ b/admin/models/languages.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 3 of this MVC - @build 25th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage languages.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/layout.php b/admin/models/layout.php index ae1156be4..5c0765f74 100644 --- a/admin/models/layout.php +++ b/admin/models/layout.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage layout.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/layouts.php b/admin/models/layouts.php index 56b2a5814..4b6e67c0e 100644 --- a/admin/models/layouts.php +++ b/admin/models/layouts.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage layouts.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/site_view.php b/admin/models/site_view.php index 0a04070be..116a20411 100644 --- a/admin/models/site_view.php +++ b/admin/models/site_view.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage site_view.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/site_views.php b/admin/models/site_views.php index 7ba7691ba..73610707b 100644 --- a/admin/models/site_views.php +++ b/admin/models/site_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage site_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/snippet.php b/admin/models/snippet.php index 3a687b38b..ac729ab6e 100644 --- a/admin/models/snippet.php +++ b/admin/models/snippet.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage snippet.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/snippets.php b/admin/models/snippets.php index 525c0e108..71cfe18ce 100644 --- a/admin/models/snippets.php +++ b/admin/models/snippets.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage snippets.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/template.php b/admin/models/template.php index fd0968ead..67160911d 100644 --- a/admin/models/template.php +++ b/admin/models/template.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage template.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/models/templates.php b/admin/models/templates.php index d99f00bd1..b6cfd51a1 100644 --- a/admin/models/templates.php +++ b/admin/models/templates.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage templates.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/sql/install.mysql.utf8.sql b/admin/sql/install.mysql.utf8.sql index 2b5274214..0e9d554f4 100644 --- a/admin/sql/install.mysql.utf8.sql +++ b/admin/sql/install.mysql.utf8.sql @@ -93,22 +93,22 @@ CREATE TABLE IF NOT EXISTS `#__componentbuilder_joomla_component` ( KEY `idx_state` (`published`), KEY `idx_system_name` (`system_name`), KEY `idx_name_code` (`name_code`), + KEY `idx_add_update_server` (`add_update_server`), KEY `idx_mvc_versiondate` (`mvc_versiondate`), - KEY `idx_add_css` (`add_css`), - KEY `idx_add_admin_event` (`add_admin_event`), KEY `idx_add_placeholders` (`add_placeholders`), - KEY `idx_add_php_helper_both` (`add_php_helper_both`), - KEY `idx_add_site_event` (`add_site_event`), - KEY `idx_debug_linenr` (`debug_linenr`), - KEY `idx_creatuserhelper` (`creatuserhelper`), - KEY `idx_update_server_target` (`update_server_target`), - KEY `idx_add_license` (`add_license`), KEY `idx_addfootable` (`addfootable`), - KEY `idx_license_type` (`license_type`), KEY `idx_add_php_helper_admin` (`add_php_helper_admin`), KEY `idx_add_php_helper_site` (`add_php_helper_site`), + KEY `idx_debug_linenr` (`debug_linenr`), KEY `idx_add_javascript` (`add_javascript`), - KEY `idx_add_update_server` (`add_update_server`), + KEY `idx_creatuserhelper` (`creatuserhelper`), + KEY `idx_add_php_helper_both` (`add_php_helper_both`), + KEY `idx_add_admin_event` (`add_admin_event`), + KEY `idx_add_license` (`add_license`), + KEY `idx_add_site_event` (`add_site_event`), + KEY `idx_license_type` (`license_type`), + KEY `idx_add_css` (`add_css`), + KEY `idx_update_server_target` (`update_server_target`), KEY `idx_adduikit` (`adduikit`), KEY `idx_add_email_helper` (`add_email_helper`), KEY `idx_add_php_preflight_install` (`add_php_preflight_install`), diff --git a/admin/tables/admin_fields.php b/admin/tables/admin_fields.php index 748eb736d..e1d2b0dba 100644 --- a/admin/tables/admin_fields.php +++ b/admin/tables/admin_fields.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage admin_fields.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/admin_fields_conditions.php b/admin/tables/admin_fields_conditions.php index 1a56bc2db..d3ecf233c 100644 --- a/admin/tables/admin_fields_conditions.php +++ b/admin/tables/admin_fields_conditions.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage admin_fields_conditions.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/admin_view.php b/admin/tables/admin_view.php index ed05ffd27..9c016db20 100644 --- a/admin/tables/admin_view.php +++ b/admin/tables/admin_view.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage admin_view.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/component_admin_views.php b/admin/tables/component_admin_views.php index fc3c5c5ea..f1a467ef4 100644 --- a/admin/tables/component_admin_views.php +++ b/admin/tables/component_admin_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_admin_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/component_config.php b/admin/tables/component_config.php index 1911dc028..6f32cfcb1 100644 --- a/admin/tables/component_config.php +++ b/admin/tables/component_config.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_config.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/component_custom_admin_menus.php b/admin/tables/component_custom_admin_menus.php index 1c8cd1c20..4f2ba7767 100644 --- a/admin/tables/component_custom_admin_menus.php +++ b/admin/tables/component_custom_admin_menus.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_custom_admin_menus.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/component_custom_admin_views.php b/admin/tables/component_custom_admin_views.php index c24717815..ddfdfbd25 100644 --- a/admin/tables/component_custom_admin_views.php +++ b/admin/tables/component_custom_admin_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_custom_admin_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/component_dashboard.php b/admin/tables/component_dashboard.php index 9a01ba34f..ea8a7669b 100644 --- a/admin/tables/component_dashboard.php +++ b/admin/tables/component_dashboard.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_dashboard.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/component_files_folders.php b/admin/tables/component_files_folders.php index a72ac164f..2e10d0a68 100644 --- a/admin/tables/component_files_folders.php +++ b/admin/tables/component_files_folders.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_files_folders.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/component_mysql_tweaks.php b/admin/tables/component_mysql_tweaks.php index 1e8a92133..b1a3b09b9 100644 --- a/admin/tables/component_mysql_tweaks.php +++ b/admin/tables/component_mysql_tweaks.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_mysql_tweaks.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/component_site_views.php b/admin/tables/component_site_views.php index 9cc5131dc..cea3b5532 100644 --- a/admin/tables/component_site_views.php +++ b/admin/tables/component_site_views.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_site_views.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/component_updates.php b/admin/tables/component_updates.php index f98c70593..14f691321 100644 --- a/admin/tables/component_updates.php +++ b/admin/tables/component_updates.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage component_updates.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/custom_admin_view.php b/admin/tables/custom_admin_view.php index 3c8e29d77..2b5e5ce3e 100644 --- a/admin/tables/custom_admin_view.php +++ b/admin/tables/custom_admin_view.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage custom_admin_view.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/custom_code.php b/admin/tables/custom_code.php index f21ef59b6..a99aa74de 100644 --- a/admin/tables/custom_code.php +++ b/admin/tables/custom_code.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage custom_code.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/dynamic_get.php b/admin/tables/dynamic_get.php index b3886610b..af98a6499 100644 --- a/admin/tables/dynamic_get.php +++ b/admin/tables/dynamic_get.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage dynamic_get.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/field.php b/admin/tables/field.php index 7395f7b6c..82f73615f 100644 --- a/admin/tables/field.php +++ b/admin/tables/field.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage field.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/fieldtype.php b/admin/tables/fieldtype.php index d26aad31f..759f339c3 100644 --- a/admin/tables/fieldtype.php +++ b/admin/tables/fieldtype.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage fieldtype.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/ftp.php b/admin/tables/ftp.php index 5b14888dc..be38354e5 100644 --- a/admin/tables/ftp.php +++ b/admin/tables/ftp.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage ftp.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/help_document.php b/admin/tables/help_document.php index 45217b177..fd175ed4a 100644 --- a/admin/tables/help_document.php +++ b/admin/tables/help_document.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage help_document.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/joomla_component.php b/admin/tables/joomla_component.php index 5578b5f3e..ecc79dd80 100644 --- a/admin/tables/joomla_component.php +++ b/admin/tables/joomla_component.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage joomla_component.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/language.php b/admin/tables/language.php index bab539431..eedf7bc20 100644 --- a/admin/tables/language.php +++ b/admin/tables/language.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 3 of this MVC - @build 25th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage language.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/language_translation.php b/admin/tables/language_translation.php index 16b7cdf4a..c8b793be4 100644 --- a/admin/tables/language_translation.php +++ b/admin/tables/language_translation.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage language_translation.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/layout.php b/admin/tables/layout.php index 6acd899e4..554a2db45 100644 --- a/admin/tables/layout.php +++ b/admin/tables/layout.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage layout.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/site_view.php b/admin/tables/site_view.php index 620348746..5f88d7189 100644 --- a/admin/tables/site_view.php +++ b/admin/tables/site_view.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage site_view.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/snippet.php b/admin/tables/snippet.php index 45f0cd459..96163ccc2 100644 --- a/admin/tables/snippet.php +++ b/admin/tables/snippet.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage snippet.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/tables/template.php b/admin/tables/template.php index fe329cfba..dc2415193 100644 --- a/admin/tables/template.php +++ b/admin/tables/template.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage template.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admin_fields/submitbutton.js b/admin/views/admin_fields/submitbutton.js index 600c0eeb2..9a022bbce 100644 --- a/admin/views/admin_fields/submitbutton.js +++ b/admin/views/admin_fields/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admin_fields/tmpl/edit.php b/admin/views/admin_fields/tmpl/edit.php index bd9e779e9..640310252 100644 --- a/admin/views/admin_fields/tmpl/edit.php +++ b/admin/views/admin_fields/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admin_fields/view.html.php b/admin/views/admin_fields/view.html.php index ae453f422..d4d23334f 100644 --- a/admin/views/admin_fields/view.html.php +++ b/admin/views/admin_fields/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admin_fields_conditions/submitbutton.js b/admin/views/admin_fields_conditions/submitbutton.js index d051cc80d..f65fccaa4 100644 --- a/admin/views/admin_fields_conditions/submitbutton.js +++ b/admin/views/admin_fields_conditions/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admin_fields_conditions/tmpl/edit.php b/admin/views/admin_fields_conditions/tmpl/edit.php index f5ea4a037..f8a7cfe2c 100644 --- a/admin/views/admin_fields_conditions/tmpl/edit.php +++ b/admin/views/admin_fields_conditions/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admin_fields_conditions/view.html.php b/admin/views/admin_fields_conditions/view.html.php index b8f851ee2..cee176cc4 100644 --- a/admin/views/admin_fields_conditions/view.html.php +++ b/admin/views/admin_fields_conditions/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admin_view/submitbutton.js b/admin/views/admin_view/submitbutton.js index 9c94e47e8..caab69216 100644 --- a/admin/views/admin_view/submitbutton.js +++ b/admin/views/admin_view/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admin_view/tmpl/edit.php b/admin/views/admin_view/tmpl/edit.php index 064051f9f..287a7ab53 100644 --- a/admin/views/admin_view/tmpl/edit.php +++ b/admin/views/admin_view/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admin_view/view.html.php b/admin/views/admin_view/view.html.php index 90667d821..32a3385bf 100644 --- a/admin/views/admin_view/view.html.php +++ b/admin/views/admin_view/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admin_views/tmpl/default.php b/admin/views/admin_views/tmpl/default.php index 5f87066d5..ef7d36013 100644 --- a/admin/views/admin_views/tmpl/default.php +++ b/admin/views/admin_views/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admin_views/tmpl/default_batch_body.php b/admin/views/admin_views/tmpl/default_batch_body.php index e41eb084e..c4aa2886c 100644 --- a/admin/views/admin_views/tmpl/default_batch_body.php +++ b/admin/views/admin_views/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admin_views/tmpl/default_batch_footer.php b/admin/views/admin_views/tmpl/default_batch_footer.php index d0ebc33f1..203a0d38f 100644 --- a/admin/views/admin_views/tmpl/default_batch_footer.php +++ b/admin/views/admin_views/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admin_views/tmpl/default_body.php b/admin/views/admin_views/tmpl/default_body.php index ce0cd2fc0..18c8679b0 100644 --- a/admin/views/admin_views/tmpl/default_body.php +++ b/admin/views/admin_views/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admin_views/tmpl/default_foot.php b/admin/views/admin_views/tmpl/default_foot.php index 727264424..547908ab6 100644 --- a/admin/views/admin_views/tmpl/default_foot.php +++ b/admin/views/admin_views/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admin_views/tmpl/default_head.php b/admin/views/admin_views/tmpl/default_head.php index b817bfbd7..6ca3c00cc 100644 --- a/admin/views/admin_views/tmpl/default_head.php +++ b/admin/views/admin_views/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admin_views/tmpl/default_toolbar.php b/admin/views/admin_views/tmpl/default_toolbar.php index 0944e11c0..675fdcb1d 100644 --- a/admin/views/admin_views/tmpl/default_toolbar.php +++ b/admin/views/admin_views/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admin_views/view.html.php b/admin/views/admin_views/view.html.php index ba8ab189e..24467f0c7 100644 --- a/admin/views/admin_views/view.html.php +++ b/admin/views/admin_views/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 250 of this MVC - @build 2nd November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admins_fields/tmpl/default.php b/admin/views/admins_fields/tmpl/default.php index 12e7df64e..089061db0 100644 --- a/admin/views/admins_fields/tmpl/default.php +++ b/admin/views/admins_fields/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admins_fields/tmpl/default_batch_body.php b/admin/views/admins_fields/tmpl/default_batch_body.php index 964507e02..b19776af0 100644 --- a/admin/views/admins_fields/tmpl/default_batch_body.php +++ b/admin/views/admins_fields/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admins_fields/tmpl/default_batch_footer.php b/admin/views/admins_fields/tmpl/default_batch_footer.php index c574b83be..111ca71f8 100644 --- a/admin/views/admins_fields/tmpl/default_batch_footer.php +++ b/admin/views/admins_fields/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admins_fields/tmpl/default_body.php b/admin/views/admins_fields/tmpl/default_body.php index 93939831a..0209a9ea6 100644 --- a/admin/views/admins_fields/tmpl/default_body.php +++ b/admin/views/admins_fields/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admins_fields/tmpl/default_foot.php b/admin/views/admins_fields/tmpl/default_foot.php index fd743a9d1..cfac91c84 100644 --- a/admin/views/admins_fields/tmpl/default_foot.php +++ b/admin/views/admins_fields/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admins_fields/tmpl/default_head.php b/admin/views/admins_fields/tmpl/default_head.php index 4a70eae1d..fe7d8e2b4 100644 --- a/admin/views/admins_fields/tmpl/default_head.php +++ b/admin/views/admins_fields/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admins_fields/tmpl/default_toolbar.php b/admin/views/admins_fields/tmpl/default_toolbar.php index 5a7789c3c..b317cbc29 100644 --- a/admin/views/admins_fields/tmpl/default_toolbar.php +++ b/admin/views/admins_fields/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admins_fields/view.html.php b/admin/views/admins_fields/view.html.php index 75bc975da..0f73abf95 100644 --- a/admin/views/admins_fields/view.html.php +++ b/admin/views/admins_fields/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 25 of this MVC - @build 26th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admins_fields_conditions/tmpl/default.php b/admin/views/admins_fields_conditions/tmpl/default.php index 6dd25f931..5f9df7157 100644 --- a/admin/views/admins_fields_conditions/tmpl/default.php +++ b/admin/views/admins_fields_conditions/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admins_fields_conditions/tmpl/default_batch_body.php b/admin/views/admins_fields_conditions/tmpl/default_batch_body.php index ff64b8b41..b55541476 100644 --- a/admin/views/admins_fields_conditions/tmpl/default_batch_body.php +++ b/admin/views/admins_fields_conditions/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admins_fields_conditions/tmpl/default_batch_footer.php b/admin/views/admins_fields_conditions/tmpl/default_batch_footer.php index eae61e8c9..cb5cef74f 100644 --- a/admin/views/admins_fields_conditions/tmpl/default_batch_footer.php +++ b/admin/views/admins_fields_conditions/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admins_fields_conditions/tmpl/default_body.php b/admin/views/admins_fields_conditions/tmpl/default_body.php index 2ed7386d6..9ead84387 100644 --- a/admin/views/admins_fields_conditions/tmpl/default_body.php +++ b/admin/views/admins_fields_conditions/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admins_fields_conditions/tmpl/default_foot.php b/admin/views/admins_fields_conditions/tmpl/default_foot.php index f89a1a233..cfac91c84 100644 --- a/admin/views/admins_fields_conditions/tmpl/default_foot.php +++ b/admin/views/admins_fields_conditions/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admins_fields_conditions/tmpl/default_head.php b/admin/views/admins_fields_conditions/tmpl/default_head.php index bb4c461c0..1406aeba5 100644 --- a/admin/views/admins_fields_conditions/tmpl/default_head.php +++ b/admin/views/admins_fields_conditions/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admins_fields_conditions/tmpl/default_toolbar.php b/admin/views/admins_fields_conditions/tmpl/default_toolbar.php index 752017e26..cb8b9ef2d 100644 --- a/admin/views/admins_fields_conditions/tmpl/default_toolbar.php +++ b/admin/views/admins_fields_conditions/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/admins_fields_conditions/view.html.php b/admin/views/admins_fields_conditions/view.html.php index 3d0595ea4..8ad98294b 100644 --- a/admin/views/admins_fields_conditions/view.html.php +++ b/admin/views/admins_fields_conditions/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 25th October, 2017 - @created 12th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/compiler/tmpl/default.php b/admin/views/compiler/tmpl/default.php index 5aea4f179..73bc4ed43 100644 --- a/admin/views/compiler/tmpl/default.php +++ b/admin/views/compiler/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 57 of this MVC - @build 13th October, 2017 - @created 1st February, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/compiler/view.html.php b/admin/views/compiler/view.html.php index 45c041f7a..65d42cd89 100644 --- a/admin/views/compiler/view.html.php +++ b/admin/views/compiler/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 57 of this MVC - @build 13th October, 2017 - @created 1st February, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_admin_views/submitbutton.js b/admin/views/component_admin_views/submitbutton.js index d1f26185d..b74efcb06 100644 --- a/admin/views/component_admin_views/submitbutton.js +++ b/admin/views/component_admin_views/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_admin_views/tmpl/edit.php b/admin/views/component_admin_views/tmpl/edit.php index ab4352100..1c90fde0c 100644 --- a/admin/views/component_admin_views/tmpl/edit.php +++ b/admin/views/component_admin_views/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_admin_views/view.html.php b/admin/views/component_admin_views/view.html.php index 35b3ed4ec..8ece125e8 100644 --- a/admin/views/component_admin_views/view.html.php +++ b/admin/views/component_admin_views/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_config/submitbutton.js b/admin/views/component_config/submitbutton.js index 824f91912..a2b3f3cdb 100644 --- a/admin/views/component_config/submitbutton.js +++ b/admin/views/component_config/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_config/tmpl/edit.php b/admin/views/component_config/tmpl/edit.php index 6fa2144e0..549d136ee 100644 --- a/admin/views/component_config/tmpl/edit.php +++ b/admin/views/component_config/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_config/view.html.php b/admin/views/component_config/view.html.php index 3d5bb9741..182589ecf 100644 --- a/admin/views/component_config/view.html.php +++ b/admin/views/component_config/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_custom_admin_menus/submitbutton.js b/admin/views/component_custom_admin_menus/submitbutton.js index 250d1d54e..4bc59b2c0 100644 --- a/admin/views/component_custom_admin_menus/submitbutton.js +++ b/admin/views/component_custom_admin_menus/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_custom_admin_menus/tmpl/edit.php b/admin/views/component_custom_admin_menus/tmpl/edit.php index 8a8a1247c..f98ea58e0 100644 --- a/admin/views/component_custom_admin_menus/tmpl/edit.php +++ b/admin/views/component_custom_admin_menus/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_custom_admin_menus/view.html.php b/admin/views/component_custom_admin_menus/view.html.php index 654a6ce1d..fba20d88c 100644 --- a/admin/views/component_custom_admin_menus/view.html.php +++ b/admin/views/component_custom_admin_menus/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_custom_admin_views/submitbutton.js b/admin/views/component_custom_admin_views/submitbutton.js index 45e841447..067fa8474 100644 --- a/admin/views/component_custom_admin_views/submitbutton.js +++ b/admin/views/component_custom_admin_views/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_custom_admin_views/tmpl/edit.php b/admin/views/component_custom_admin_views/tmpl/edit.php index a8d5cd07c..101c04e66 100644 --- a/admin/views/component_custom_admin_views/tmpl/edit.php +++ b/admin/views/component_custom_admin_views/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_custom_admin_views/view.html.php b/admin/views/component_custom_admin_views/view.html.php index f56d35722..18945070d 100644 --- a/admin/views/component_custom_admin_views/view.html.php +++ b/admin/views/component_custom_admin_views/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_dashboard/submitbutton.js b/admin/views/component_dashboard/submitbutton.js index 42ac0060b..a063063c4 100644 --- a/admin/views/component_dashboard/submitbutton.js +++ b/admin/views/component_dashboard/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_dashboard/tmpl/edit.php b/admin/views/component_dashboard/tmpl/edit.php index d0aea4dc7..89d54726a 100644 --- a/admin/views/component_dashboard/tmpl/edit.php +++ b/admin/views/component_dashboard/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_dashboard/view.html.php b/admin/views/component_dashboard/view.html.php index f65a57388..bbf9acaa3 100644 --- a/admin/views/component_dashboard/view.html.php +++ b/admin/views/component_dashboard/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_files_folders/submitbutton.js b/admin/views/component_files_folders/submitbutton.js index d8f50f641..8b5122a41 100644 --- a/admin/views/component_files_folders/submitbutton.js +++ b/admin/views/component_files_folders/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_files_folders/tmpl/edit.php b/admin/views/component_files_folders/tmpl/edit.php index cc456440c..15d41803d 100644 --- a/admin/views/component_files_folders/tmpl/edit.php +++ b/admin/views/component_files_folders/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_files_folders/view.html.php b/admin/views/component_files_folders/view.html.php index bea8de576..448f702a7 100644 --- a/admin/views/component_files_folders/view.html.php +++ b/admin/views/component_files_folders/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_mysql_tweaks/submitbutton.js b/admin/views/component_mysql_tweaks/submitbutton.js index 339c72f87..92df7dda0 100644 --- a/admin/views/component_mysql_tweaks/submitbutton.js +++ b/admin/views/component_mysql_tweaks/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_mysql_tweaks/tmpl/edit.php b/admin/views/component_mysql_tweaks/tmpl/edit.php index ac8811fcf..0270340a2 100644 --- a/admin/views/component_mysql_tweaks/tmpl/edit.php +++ b/admin/views/component_mysql_tweaks/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_mysql_tweaks/view.html.php b/admin/views/component_mysql_tweaks/view.html.php index a773e3a29..a031d04ab 100644 --- a/admin/views/component_mysql_tweaks/view.html.php +++ b/admin/views/component_mysql_tweaks/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_site_views/submitbutton.js b/admin/views/component_site_views/submitbutton.js index 7b61a9f96..3cf4b6282 100644 --- a/admin/views/component_site_views/submitbutton.js +++ b/admin/views/component_site_views/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_site_views/tmpl/edit.php b/admin/views/component_site_views/tmpl/edit.php index e52953528..03fadcc2c 100644 --- a/admin/views/component_site_views/tmpl/edit.php +++ b/admin/views/component_site_views/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_site_views/view.html.php b/admin/views/component_site_views/view.html.php index efeb13604..069a8aed4 100644 --- a/admin/views/component_site_views/view.html.php +++ b/admin/views/component_site_views/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_updates/submitbutton.js b/admin/views/component_updates/submitbutton.js index 3b413257e..5ac3bbdb6 100644 --- a/admin/views/component_updates/submitbutton.js +++ b/admin/views/component_updates/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_updates/tmpl/edit.php b/admin/views/component_updates/tmpl/edit.php index 18d6e7e4f..a930f2903 100644 --- a/admin/views/component_updates/tmpl/edit.php +++ b/admin/views/component_updates/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/component_updates/view.html.php b/admin/views/component_updates/view.html.php index 346135db3..9ba7ffe7e 100644 --- a/admin/views/component_updates/view.html.php +++ b/admin/views/component_updates/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/componentbuilder/tmpl/default.php b/admin/views/componentbuilder/tmpl/default.php index 816bed39e..af4fd5180 100644 --- a/admin/views/componentbuilder/tmpl/default.php +++ b/admin/views/componentbuilder/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/componentbuilder/tmpl/default_issues_the_closed_issues_on_github.php b/admin/views/componentbuilder/tmpl/default_issues_the_closed_issues_on_github.php index 0068fcc8a..8dc4a46e1 100644 --- a/admin/views/componentbuilder/tmpl/default_issues_the_closed_issues_on_github.php +++ b/admin/views/componentbuilder/tmpl/default_issues_the_closed_issues_on_github.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_issues_the_closed_issues_on_github.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/componentbuilder/tmpl/default_issues_the_open_issues_on_github.php b/admin/views/componentbuilder/tmpl/default_issues_the_open_issues_on_github.php index 60f7073b3..1eff516f9 100644 --- a/admin/views/componentbuilder/tmpl/default_issues_the_open_issues_on_github.php +++ b/admin/views/componentbuilder/tmpl/default_issues_the_open_issues_on_github.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_issues_the_open_issues_on_github.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/componentbuilder/tmpl/default_main.php b/admin/views/componentbuilder/tmpl/default_main.php index 705c74920..0b8606984 100644 --- a/admin/views/componentbuilder/tmpl/default_main.php +++ b/admin/views/componentbuilder/tmpl/default_main.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_main.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/componentbuilder/tmpl/default_readme_information.php b/admin/views/componentbuilder/tmpl/default_readme_information.php index e6f58d089..d61241f82 100644 --- a/admin/views/componentbuilder/tmpl/default_readme_information.php +++ b/admin/views/componentbuilder/tmpl/default_readme_information.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_readme_information.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/componentbuilder/tmpl/default_releases_information.php b/admin/views/componentbuilder/tmpl/default_releases_information.php index afa1feb78..2407159cd 100644 --- a/admin/views/componentbuilder/tmpl/default_releases_information.php +++ b/admin/views/componentbuilder/tmpl/default_releases_information.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_releases_information.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/componentbuilder/tmpl/default_vast_development_method_notice_board.php b/admin/views/componentbuilder/tmpl/default_vast_development_method_notice_board.php index 60acbb3b9..893885e20 100644 --- a/admin/views/componentbuilder/tmpl/default_vast_development_method_notice_board.php +++ b/admin/views/componentbuilder/tmpl/default_vast_development_method_notice_board.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_vast_development_method_notice_board.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/componentbuilder/tmpl/default_vdm.php b/admin/views/componentbuilder/tmpl/default_vdm.php index 8d4b1b32e..80f207751 100644 --- a/admin/views/componentbuilder/tmpl/default_vdm.php +++ b/admin/views/componentbuilder/tmpl/default_vdm.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_vdm.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/componentbuilder/tmpl/default_wiki_tutorials.php b/admin/views/componentbuilder/tmpl/default_wiki_tutorials.php index dd3d24b45..04847f8a0 100644 --- a/admin/views/componentbuilder/tmpl/default_wiki_tutorials.php +++ b/admin/views/componentbuilder/tmpl/default_wiki_tutorials.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_wiki_tutorials.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/componentbuilder/view.html.php b/admin/views/componentbuilder/view.html.php index 79e5586bd..85b155b07 100644 --- a/admin/views/componentbuilder/view.html.php +++ b/admin/views/componentbuilder/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_admin_views/tmpl/default.php b/admin/views/components_admin_views/tmpl/default.php index 0400688d3..fc48d38c2 100644 --- a/admin/views/components_admin_views/tmpl/default.php +++ b/admin/views/components_admin_views/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_admin_views/tmpl/default_batch_body.php b/admin/views/components_admin_views/tmpl/default_batch_body.php index 66a3e1dce..65e579441 100644 --- a/admin/views/components_admin_views/tmpl/default_batch_body.php +++ b/admin/views/components_admin_views/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_admin_views/tmpl/default_batch_footer.php b/admin/views/components_admin_views/tmpl/default_batch_footer.php index 1d83be2a6..5792a2eb2 100644 --- a/admin/views/components_admin_views/tmpl/default_batch_footer.php +++ b/admin/views/components_admin_views/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_admin_views/tmpl/default_body.php b/admin/views/components_admin_views/tmpl/default_body.php index bd5dc415c..4909a0ef0 100644 --- a/admin/views/components_admin_views/tmpl/default_body.php +++ b/admin/views/components_admin_views/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_admin_views/tmpl/default_foot.php b/admin/views/components_admin_views/tmpl/default_foot.php index 7a0471733..cfac91c84 100644 --- a/admin/views/components_admin_views/tmpl/default_foot.php +++ b/admin/views/components_admin_views/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_admin_views/tmpl/default_head.php b/admin/views/components_admin_views/tmpl/default_head.php index a2c845854..eaf6c46e9 100644 --- a/admin/views/components_admin_views/tmpl/default_head.php +++ b/admin/views/components_admin_views/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_admin_views/tmpl/default_toolbar.php b/admin/views/components_admin_views/tmpl/default_toolbar.php index 313292d44..39c8cf466 100644 --- a/admin/views/components_admin_views/tmpl/default_toolbar.php +++ b/admin/views/components_admin_views/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_admin_views/view.html.php b/admin/views/components_admin_views/view.html.php index 739a3b39c..3a351fd89 100644 --- a/admin/views/components_admin_views/view.html.php +++ b/admin/views/components_admin_views/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_config/tmpl/default.php b/admin/views/components_config/tmpl/default.php index 77b536fba..753315214 100644 --- a/admin/views/components_config/tmpl/default.php +++ b/admin/views/components_config/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_config/tmpl/default_batch_body.php b/admin/views/components_config/tmpl/default_batch_body.php index bc312c134..721b0b3a3 100644 --- a/admin/views/components_config/tmpl/default_batch_body.php +++ b/admin/views/components_config/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_config/tmpl/default_batch_footer.php b/admin/views/components_config/tmpl/default_batch_footer.php index 05530d524..1533adc38 100644 --- a/admin/views/components_config/tmpl/default_batch_footer.php +++ b/admin/views/components_config/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_config/tmpl/default_body.php b/admin/views/components_config/tmpl/default_body.php index 4a0c9ac54..511ba2b3a 100644 --- a/admin/views/components_config/tmpl/default_body.php +++ b/admin/views/components_config/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_config/tmpl/default_foot.php b/admin/views/components_config/tmpl/default_foot.php index acb308800..cfac91c84 100644 --- a/admin/views/components_config/tmpl/default_foot.php +++ b/admin/views/components_config/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_config/tmpl/default_head.php b/admin/views/components_config/tmpl/default_head.php index 530d20e36..43edd810d 100644 --- a/admin/views/components_config/tmpl/default_head.php +++ b/admin/views/components_config/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_config/tmpl/default_toolbar.php b/admin/views/components_config/tmpl/default_toolbar.php index 574956599..f5aef43a1 100644 --- a/admin/views/components_config/tmpl/default_toolbar.php +++ b/admin/views/components_config/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_config/view.html.php b/admin/views/components_config/view.html.php index f8aaaf407..ee0b3edd8 100644 --- a/admin/views/components_config/view.html.php +++ b/admin/views/components_config/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 4th November, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_custom_admin_menus/tmpl/default.php b/admin/views/components_custom_admin_menus/tmpl/default.php index 470dc0484..0eaafb0b1 100644 --- a/admin/views/components_custom_admin_menus/tmpl/default.php +++ b/admin/views/components_custom_admin_menus/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_custom_admin_menus/tmpl/default_batch_body.php b/admin/views/components_custom_admin_menus/tmpl/default_batch_body.php index 3a13bc31a..36e466591 100644 --- a/admin/views/components_custom_admin_menus/tmpl/default_batch_body.php +++ b/admin/views/components_custom_admin_menus/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_custom_admin_menus/tmpl/default_batch_footer.php b/admin/views/components_custom_admin_menus/tmpl/default_batch_footer.php index 94306074e..0d14afeab 100644 --- a/admin/views/components_custom_admin_menus/tmpl/default_batch_footer.php +++ b/admin/views/components_custom_admin_menus/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_custom_admin_menus/tmpl/default_body.php b/admin/views/components_custom_admin_menus/tmpl/default_body.php index 3be6db8d0..fa081cabc 100644 --- a/admin/views/components_custom_admin_menus/tmpl/default_body.php +++ b/admin/views/components_custom_admin_menus/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_custom_admin_menus/tmpl/default_foot.php b/admin/views/components_custom_admin_menus/tmpl/default_foot.php index 5753bbe9a..cfac91c84 100644 --- a/admin/views/components_custom_admin_menus/tmpl/default_foot.php +++ b/admin/views/components_custom_admin_menus/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_custom_admin_menus/tmpl/default_head.php b/admin/views/components_custom_admin_menus/tmpl/default_head.php index 1072f571a..87fb0b2b1 100644 --- a/admin/views/components_custom_admin_menus/tmpl/default_head.php +++ b/admin/views/components_custom_admin_menus/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_custom_admin_menus/tmpl/default_toolbar.php b/admin/views/components_custom_admin_menus/tmpl/default_toolbar.php index ebe4a119e..9dd29b60e 100644 --- a/admin/views/components_custom_admin_menus/tmpl/default_toolbar.php +++ b/admin/views/components_custom_admin_menus/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_custom_admin_menus/view.html.php b/admin/views/components_custom_admin_menus/view.html.php index c3e41bb09..685180477 100644 --- a/admin/views/components_custom_admin_menus/view.html.php +++ b/admin/views/components_custom_admin_menus/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 23rd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_custom_admin_views/tmpl/default.php b/admin/views/components_custom_admin_views/tmpl/default.php index 2facc1e6e..8fe82eb5a 100644 --- a/admin/views/components_custom_admin_views/tmpl/default.php +++ b/admin/views/components_custom_admin_views/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_custom_admin_views/tmpl/default_batch_body.php b/admin/views/components_custom_admin_views/tmpl/default_batch_body.php index 420ec4735..970a4d546 100644 --- a/admin/views/components_custom_admin_views/tmpl/default_batch_body.php +++ b/admin/views/components_custom_admin_views/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_custom_admin_views/tmpl/default_batch_footer.php b/admin/views/components_custom_admin_views/tmpl/default_batch_footer.php index 4e80e522d..f4c195bd5 100644 --- a/admin/views/components_custom_admin_views/tmpl/default_batch_footer.php +++ b/admin/views/components_custom_admin_views/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_custom_admin_views/tmpl/default_body.php b/admin/views/components_custom_admin_views/tmpl/default_body.php index 7f40ccd76..aafc8ce80 100644 --- a/admin/views/components_custom_admin_views/tmpl/default_body.php +++ b/admin/views/components_custom_admin_views/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_custom_admin_views/tmpl/default_foot.php b/admin/views/components_custom_admin_views/tmpl/default_foot.php index 0388ee72b..cfac91c84 100644 --- a/admin/views/components_custom_admin_views/tmpl/default_foot.php +++ b/admin/views/components_custom_admin_views/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_custom_admin_views/tmpl/default_head.php b/admin/views/components_custom_admin_views/tmpl/default_head.php index fdfa74f65..30df84ac3 100644 --- a/admin/views/components_custom_admin_views/tmpl/default_head.php +++ b/admin/views/components_custom_admin_views/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_custom_admin_views/tmpl/default_toolbar.php b/admin/views/components_custom_admin_views/tmpl/default_toolbar.php index 11bb15b8a..0ed0b3339 100644 --- a/admin/views/components_custom_admin_views/tmpl/default_toolbar.php +++ b/admin/views/components_custom_admin_views/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_custom_admin_views/view.html.php b/admin/views/components_custom_admin_views/view.html.php index 162c74a7a..6d6776a7b 100644 --- a/admin/views/components_custom_admin_views/view.html.php +++ b/admin/views/components_custom_admin_views/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_dashboard/tmpl/default.php b/admin/views/components_dashboard/tmpl/default.php index 68de34a9c..b5d57e02b 100644 --- a/admin/views/components_dashboard/tmpl/default.php +++ b/admin/views/components_dashboard/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_dashboard/tmpl/default_batch_body.php b/admin/views/components_dashboard/tmpl/default_batch_body.php index 046bc92e3..bda2bd8ca 100644 --- a/admin/views/components_dashboard/tmpl/default_batch_body.php +++ b/admin/views/components_dashboard/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_dashboard/tmpl/default_batch_footer.php b/admin/views/components_dashboard/tmpl/default_batch_footer.php index 073df93b6..ced9a9fd4 100644 --- a/admin/views/components_dashboard/tmpl/default_batch_footer.php +++ b/admin/views/components_dashboard/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_dashboard/tmpl/default_body.php b/admin/views/components_dashboard/tmpl/default_body.php index 802d07c9c..b1e709131 100644 --- a/admin/views/components_dashboard/tmpl/default_body.php +++ b/admin/views/components_dashboard/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_dashboard/tmpl/default_foot.php b/admin/views/components_dashboard/tmpl/default_foot.php index d53528fe9..cfac91c84 100644 --- a/admin/views/components_dashboard/tmpl/default_foot.php +++ b/admin/views/components_dashboard/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_dashboard/tmpl/default_head.php b/admin/views/components_dashboard/tmpl/default_head.php index 53cf8c3b6..8054747b3 100644 --- a/admin/views/components_dashboard/tmpl/default_head.php +++ b/admin/views/components_dashboard/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_dashboard/tmpl/default_toolbar.php b/admin/views/components_dashboard/tmpl/default_toolbar.php index eac9b64bb..d3881a477 100644 --- a/admin/views/components_dashboard/tmpl/default_toolbar.php +++ b/admin/views/components_dashboard/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_dashboard/view.html.php b/admin/views/components_dashboard/view.html.php index a58cd2e5e..a09616195 100644 --- a/admin/views/components_dashboard/view.html.php +++ b/admin/views/components_dashboard/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 5 of this MVC - @build 2nd November, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_files_folders/tmpl/default.php b/admin/views/components_files_folders/tmpl/default.php index 396a80bfe..a93065604 100644 --- a/admin/views/components_files_folders/tmpl/default.php +++ b/admin/views/components_files_folders/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_files_folders/tmpl/default_batch_body.php b/admin/views/components_files_folders/tmpl/default_batch_body.php index 251e7b33e..0a8557fed 100644 --- a/admin/views/components_files_folders/tmpl/default_batch_body.php +++ b/admin/views/components_files_folders/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_files_folders/tmpl/default_batch_footer.php b/admin/views/components_files_folders/tmpl/default_batch_footer.php index f80d5c49f..75eab94e0 100644 --- a/admin/views/components_files_folders/tmpl/default_batch_footer.php +++ b/admin/views/components_files_folders/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_files_folders/tmpl/default_body.php b/admin/views/components_files_folders/tmpl/default_body.php index d237aea9d..01d216773 100644 --- a/admin/views/components_files_folders/tmpl/default_body.php +++ b/admin/views/components_files_folders/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_files_folders/tmpl/default_foot.php b/admin/views/components_files_folders/tmpl/default_foot.php index 11a51abec..cfac91c84 100644 --- a/admin/views/components_files_folders/tmpl/default_foot.php +++ b/admin/views/components_files_folders/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_files_folders/tmpl/default_head.php b/admin/views/components_files_folders/tmpl/default_head.php index 68ab1e1bd..c8b75d1dd 100644 --- a/admin/views/components_files_folders/tmpl/default_head.php +++ b/admin/views/components_files_folders/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_files_folders/tmpl/default_toolbar.php b/admin/views/components_files_folders/tmpl/default_toolbar.php index ac951edfa..d8dcaae37 100644 --- a/admin/views/components_files_folders/tmpl/default_toolbar.php +++ b/admin/views/components_files_folders/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_files_folders/view.html.php b/admin/views/components_files_folders/view.html.php index 5e7837608..5b23b5f4f 100644 --- a/admin/views/components_files_folders/view.html.php +++ b/admin/views/components_files_folders/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 26th October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_mysql_tweaks/tmpl/default.php b/admin/views/components_mysql_tweaks/tmpl/default.php index 45e3b9093..68c4bdfce 100644 --- a/admin/views/components_mysql_tweaks/tmpl/default.php +++ b/admin/views/components_mysql_tweaks/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_mysql_tweaks/tmpl/default_batch_body.php b/admin/views/components_mysql_tweaks/tmpl/default_batch_body.php index 3487b4c05..3898a1716 100644 --- a/admin/views/components_mysql_tweaks/tmpl/default_batch_body.php +++ b/admin/views/components_mysql_tweaks/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_mysql_tweaks/tmpl/default_batch_footer.php b/admin/views/components_mysql_tweaks/tmpl/default_batch_footer.php index ea27a4642..1e1e0867e 100644 --- a/admin/views/components_mysql_tweaks/tmpl/default_batch_footer.php +++ b/admin/views/components_mysql_tweaks/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_mysql_tweaks/tmpl/default_body.php b/admin/views/components_mysql_tweaks/tmpl/default_body.php index e85d52590..23e43359a 100644 --- a/admin/views/components_mysql_tweaks/tmpl/default_body.php +++ b/admin/views/components_mysql_tweaks/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_mysql_tweaks/tmpl/default_foot.php b/admin/views/components_mysql_tweaks/tmpl/default_foot.php index 7a0471733..cfac91c84 100644 --- a/admin/views/components_mysql_tweaks/tmpl/default_foot.php +++ b/admin/views/components_mysql_tweaks/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_mysql_tweaks/tmpl/default_head.php b/admin/views/components_mysql_tweaks/tmpl/default_head.php index 4ed6b9116..020b5565c 100644 --- a/admin/views/components_mysql_tweaks/tmpl/default_head.php +++ b/admin/views/components_mysql_tweaks/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_mysql_tweaks/tmpl/default_toolbar.php b/admin/views/components_mysql_tweaks/tmpl/default_toolbar.php index 970534526..33b033940 100644 --- a/admin/views/components_mysql_tweaks/tmpl/default_toolbar.php +++ b/admin/views/components_mysql_tweaks/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_mysql_tweaks/view.html.php b/admin/views/components_mysql_tweaks/view.html.php index 42cbe6b90..644cee643 100644 --- a/admin/views/components_mysql_tweaks/view.html.php +++ b/admin/views/components_mysql_tweaks/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_site_views/tmpl/default.php b/admin/views/components_site_views/tmpl/default.php index 74fb7d8e9..78371e203 100644 --- a/admin/views/components_site_views/tmpl/default.php +++ b/admin/views/components_site_views/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_site_views/tmpl/default_batch_body.php b/admin/views/components_site_views/tmpl/default_batch_body.php index ae9717cdd..a76a7bd4a 100644 --- a/admin/views/components_site_views/tmpl/default_batch_body.php +++ b/admin/views/components_site_views/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_site_views/tmpl/default_batch_footer.php b/admin/views/components_site_views/tmpl/default_batch_footer.php index 6c90d58b3..d264f7fe4 100644 --- a/admin/views/components_site_views/tmpl/default_batch_footer.php +++ b/admin/views/components_site_views/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_site_views/tmpl/default_body.php b/admin/views/components_site_views/tmpl/default_body.php index 1e0738b9d..d3c96c6cd 100644 --- a/admin/views/components_site_views/tmpl/default_body.php +++ b/admin/views/components_site_views/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_site_views/tmpl/default_foot.php b/admin/views/components_site_views/tmpl/default_foot.php index 3566334a9..cfac91c84 100644 --- a/admin/views/components_site_views/tmpl/default_foot.php +++ b/admin/views/components_site_views/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_site_views/tmpl/default_head.php b/admin/views/components_site_views/tmpl/default_head.php index 8119fca20..b7a81ddc1 100644 --- a/admin/views/components_site_views/tmpl/default_head.php +++ b/admin/views/components_site_views/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_site_views/tmpl/default_toolbar.php b/admin/views/components_site_views/tmpl/default_toolbar.php index ab0892231..50103b3ba 100644 --- a/admin/views/components_site_views/tmpl/default_toolbar.php +++ b/admin/views/components_site_views/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_site_views/view.html.php b/admin/views/components_site_views/view.html.php index 93d3f82eb..dde690622 100644 --- a/admin/views/components_site_views/view.html.php +++ b/admin/views/components_site_views/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 4 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_updates/tmpl/default.php b/admin/views/components_updates/tmpl/default.php index 657b87d28..a59950fe4 100644 --- a/admin/views/components_updates/tmpl/default.php +++ b/admin/views/components_updates/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_updates/tmpl/default_batch_body.php b/admin/views/components_updates/tmpl/default_batch_body.php index 91a3acdbe..9e7a17b47 100644 --- a/admin/views/components_updates/tmpl/default_batch_body.php +++ b/admin/views/components_updates/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_updates/tmpl/default_batch_footer.php b/admin/views/components_updates/tmpl/default_batch_footer.php index 29029222b..b7ff7c2cf 100644 --- a/admin/views/components_updates/tmpl/default_batch_footer.php +++ b/admin/views/components_updates/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_updates/tmpl/default_body.php b/admin/views/components_updates/tmpl/default_body.php index acf6c9230..637fb0304 100644 --- a/admin/views/components_updates/tmpl/default_body.php +++ b/admin/views/components_updates/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_updates/tmpl/default_foot.php b/admin/views/components_updates/tmpl/default_foot.php index 57a6b2ddd..cfac91c84 100644 --- a/admin/views/components_updates/tmpl/default_foot.php +++ b/admin/views/components_updates/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_updates/tmpl/default_head.php b/admin/views/components_updates/tmpl/default_head.php index 7b6ef1c62..94185259c 100644 --- a/admin/views/components_updates/tmpl/default_head.php +++ b/admin/views/components_updates/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_updates/tmpl/default_toolbar.php b/admin/views/components_updates/tmpl/default_toolbar.php index 034558c7c..d3124a791 100644 --- a/admin/views/components_updates/tmpl/default_toolbar.php +++ b/admin/views/components_updates/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/components_updates/view.html.php b/admin/views/components_updates/view.html.php index ba0b58328..e9d63679e 100644 --- a/admin/views/components_updates/view.html.php +++ b/admin/views/components_updates/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 8 of this MVC - @build 29th October, 2017 - @created 22nd October, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_admin_view/submitbutton.js b/admin/views/custom_admin_view/submitbutton.js index 90600acaa..1b4da172e 100644 --- a/admin/views/custom_admin_view/submitbutton.js +++ b/admin/views/custom_admin_view/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_admin_view/tmpl/edit.php b/admin/views/custom_admin_view/tmpl/edit.php index 4ccd91e49..8111b441f 100644 --- a/admin/views/custom_admin_view/tmpl/edit.php +++ b/admin/views/custom_admin_view/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_admin_view/view.html.php b/admin/views/custom_admin_view/view.html.php index 6f67b43d3..118e3cb58 100644 --- a/admin/views/custom_admin_view/view.html.php +++ b/admin/views/custom_admin_view/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_admin_views/tmpl/default.php b/admin/views/custom_admin_views/tmpl/default.php index 6282f11c1..ca1f2e046 100644 --- a/admin/views/custom_admin_views/tmpl/default.php +++ b/admin/views/custom_admin_views/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_admin_views/tmpl/default_batch_body.php b/admin/views/custom_admin_views/tmpl/default_batch_body.php index e65338156..ad4c165eb 100644 --- a/admin/views/custom_admin_views/tmpl/default_batch_body.php +++ b/admin/views/custom_admin_views/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_admin_views/tmpl/default_batch_footer.php b/admin/views/custom_admin_views/tmpl/default_batch_footer.php index c4f554961..da0f48165 100644 --- a/admin/views/custom_admin_views/tmpl/default_batch_footer.php +++ b/admin/views/custom_admin_views/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_admin_views/tmpl/default_body.php b/admin/views/custom_admin_views/tmpl/default_body.php index 44293f462..80cfc1f43 100644 --- a/admin/views/custom_admin_views/tmpl/default_body.php +++ b/admin/views/custom_admin_views/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_admin_views/tmpl/default_foot.php b/admin/views/custom_admin_views/tmpl/default_foot.php index 85527bb7e..6993333a7 100644 --- a/admin/views/custom_admin_views/tmpl/default_foot.php +++ b/admin/views/custom_admin_views/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_admin_views/tmpl/default_head.php b/admin/views/custom_admin_views/tmpl/default_head.php index d3ca10a9c..2e70be129 100644 --- a/admin/views/custom_admin_views/tmpl/default_head.php +++ b/admin/views/custom_admin_views/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_admin_views/tmpl/default_toolbar.php b/admin/views/custom_admin_views/tmpl/default_toolbar.php index f84a35025..373fc1de5 100644 --- a/admin/views/custom_admin_views/tmpl/default_toolbar.php +++ b/admin/views/custom_admin_views/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_admin_views/view.html.php b/admin/views/custom_admin_views/view.html.php index 5655f1b61..10f1febe2 100644 --- a/admin/views/custom_admin_views/view.html.php +++ b/admin/views/custom_admin_views/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 32 of this MVC - @build 25th October, 2017 - @created 13th August, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_code/submitbutton.js b/admin/views/custom_code/submitbutton.js index deb066e57..fcbc0d9dd 100644 --- a/admin/views/custom_code/submitbutton.js +++ b/admin/views/custom_code/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_code/tmpl/edit.php b/admin/views/custom_code/tmpl/edit.php index b6001f399..2130ca3e4 100644 --- a/admin/views/custom_code/tmpl/edit.php +++ b/admin/views/custom_code/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_code/view.html.php b/admin/views/custom_code/view.html.php index 0a4f7bcc1..ad6ecceaf 100644 --- a/admin/views/custom_code/view.html.php +++ b/admin/views/custom_code/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_codes/tmpl/default.php b/admin/views/custom_codes/tmpl/default.php index 92a2c9ad5..3bc32b33c 100644 --- a/admin/views/custom_codes/tmpl/default.php +++ b/admin/views/custom_codes/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_codes/tmpl/default_batch_body.php b/admin/views/custom_codes/tmpl/default_batch_body.php index f055b0d02..5ee5f6241 100644 --- a/admin/views/custom_codes/tmpl/default_batch_body.php +++ b/admin/views/custom_codes/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_codes/tmpl/default_batch_footer.php b/admin/views/custom_codes/tmpl/default_batch_footer.php index e5f15006b..d2acceb3b 100644 --- a/admin/views/custom_codes/tmpl/default_batch_footer.php +++ b/admin/views/custom_codes/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_codes/tmpl/default_body.php b/admin/views/custom_codes/tmpl/default_body.php index 24f23b759..da6701a0f 100644 --- a/admin/views/custom_codes/tmpl/default_body.php +++ b/admin/views/custom_codes/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_codes/tmpl/default_foot.php b/admin/views/custom_codes/tmpl/default_foot.php index 28c8b017a..6993333a7 100644 --- a/admin/views/custom_codes/tmpl/default_foot.php +++ b/admin/views/custom_codes/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_codes/tmpl/default_head.php b/admin/views/custom_codes/tmpl/default_head.php index f485eae6f..50034439a 100644 --- a/admin/views/custom_codes/tmpl/default_head.php +++ b/admin/views/custom_codes/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_codes/tmpl/default_toolbar.php b/admin/views/custom_codes/tmpl/default_toolbar.php index b0c6894cd..dea22224d 100644 --- a/admin/views/custom_codes/tmpl/default_toolbar.php +++ b/admin/views/custom_codes/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/custom_codes/view.html.php b/admin/views/custom_codes/view.html.php index f2908768e..fdf67cf9e 100644 --- a/admin/views/custom_codes/view.html.php +++ b/admin/views/custom_codes/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 90 of this MVC - @build 31st October, 2017 - @created 11th October, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/dynamic_get/submitbutton.js b/admin/views/dynamic_get/submitbutton.js index 894a323ff..372dc3ede 100644 --- a/admin/views/dynamic_get/submitbutton.js +++ b/admin/views/dynamic_get/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/dynamic_get/tmpl/edit.php b/admin/views/dynamic_get/tmpl/edit.php index 6ad3ba326..5dd0d075a 100644 --- a/admin/views/dynamic_get/tmpl/edit.php +++ b/admin/views/dynamic_get/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/dynamic_get/view.html.php b/admin/views/dynamic_get/view.html.php index 263c14bab..dcbaa7bd1 100644 --- a/admin/views/dynamic_get/view.html.php +++ b/admin/views/dynamic_get/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/dynamic_gets/tmpl/default.php b/admin/views/dynamic_gets/tmpl/default.php index 2f703d010..3e860372f 100644 --- a/admin/views/dynamic_gets/tmpl/default.php +++ b/admin/views/dynamic_gets/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/dynamic_gets/tmpl/default_batch_body.php b/admin/views/dynamic_gets/tmpl/default_batch_body.php index bec02bc01..6e80b0c1d 100644 --- a/admin/views/dynamic_gets/tmpl/default_batch_body.php +++ b/admin/views/dynamic_gets/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/dynamic_gets/tmpl/default_batch_footer.php b/admin/views/dynamic_gets/tmpl/default_batch_footer.php index 60899d9f4..3a28b8d1a 100644 --- a/admin/views/dynamic_gets/tmpl/default_batch_footer.php +++ b/admin/views/dynamic_gets/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/dynamic_gets/tmpl/default_body.php b/admin/views/dynamic_gets/tmpl/default_body.php index ef4039b01..ccdf99f46 100644 --- a/admin/views/dynamic_gets/tmpl/default_body.php +++ b/admin/views/dynamic_gets/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/dynamic_gets/tmpl/default_foot.php b/admin/views/dynamic_gets/tmpl/default_foot.php index 9fc1c36ab..edb2f86dc 100644 --- a/admin/views/dynamic_gets/tmpl/default_foot.php +++ b/admin/views/dynamic_gets/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/dynamic_gets/tmpl/default_head.php b/admin/views/dynamic_gets/tmpl/default_head.php index 71aada3ed..2b39f926f 100644 --- a/admin/views/dynamic_gets/tmpl/default_head.php +++ b/admin/views/dynamic_gets/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/dynamic_gets/tmpl/default_toolbar.php b/admin/views/dynamic_gets/tmpl/default_toolbar.php index 083ea11b6..eac50ddd8 100644 --- a/admin/views/dynamic_gets/tmpl/default_toolbar.php +++ b/admin/views/dynamic_gets/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/dynamic_gets/view.html.php b/admin/views/dynamic_gets/view.html.php index d55701cdd..4322517fc 100644 --- a/admin/views/dynamic_gets/view.html.php +++ b/admin/views/dynamic_gets/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 103 of this MVC - @build 1st November, 2017 - @created 21st May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/field/submitbutton.js b/admin/views/field/submitbutton.js index 85f82fa05..4aad1989a 100644 --- a/admin/views/field/submitbutton.js +++ b/admin/views/field/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/field/tmpl/edit.php b/admin/views/field/tmpl/edit.php index 6a3c64413..db171c5a3 100644 --- a/admin/views/field/tmpl/edit.php +++ b/admin/views/field/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/field/view.html.php b/admin/views/field/view.html.php index bb91f3a5c..75c6fd2ce 100644 --- a/admin/views/field/view.html.php +++ b/admin/views/field/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fields/tmpl/default.php b/admin/views/fields/tmpl/default.php index 3ba3850d1..5d4c6d99c 100644 --- a/admin/views/fields/tmpl/default.php +++ b/admin/views/fields/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fields/tmpl/default_batch_body.php b/admin/views/fields/tmpl/default_batch_body.php index 3c7c1e18e..df86a5ad3 100644 --- a/admin/views/fields/tmpl/default_batch_body.php +++ b/admin/views/fields/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fields/tmpl/default_batch_footer.php b/admin/views/fields/tmpl/default_batch_footer.php index 965d5c91d..825020d77 100644 --- a/admin/views/fields/tmpl/default_batch_footer.php +++ b/admin/views/fields/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fields/tmpl/default_body.php b/admin/views/fields/tmpl/default_body.php index 3cd994a20..cef77ac1f 100644 --- a/admin/views/fields/tmpl/default_body.php +++ b/admin/views/fields/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fields/tmpl/default_foot.php b/admin/views/fields/tmpl/default_foot.php index ac7b01c7c..a88e42aa8 100644 --- a/admin/views/fields/tmpl/default_foot.php +++ b/admin/views/fields/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fields/tmpl/default_head.php b/admin/views/fields/tmpl/default_head.php index 87993160b..be3c9606f 100644 --- a/admin/views/fields/tmpl/default_head.php +++ b/admin/views/fields/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fields/tmpl/default_toolbar.php b/admin/views/fields/tmpl/default_toolbar.php index 92136bfda..8ed4bcb1b 100644 --- a/admin/views/fields/tmpl/default_toolbar.php +++ b/admin/views/fields/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fields/view.html.php b/admin/views/fields/view.html.php index 8256144a9..fc5ad9fde 100644 --- a/admin/views/fields/view.html.php +++ b/admin/views/fields/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 40 of this MVC - @build 25th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fieldtype/submitbutton.js b/admin/views/fieldtype/submitbutton.js index 9d2e48778..c140b20a8 100644 --- a/admin/views/fieldtype/submitbutton.js +++ b/admin/views/fieldtype/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fieldtype/tmpl/edit.php b/admin/views/fieldtype/tmpl/edit.php index 1a23ab982..fa1a49e38 100644 --- a/admin/views/fieldtype/tmpl/edit.php +++ b/admin/views/fieldtype/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fieldtype/view.html.php b/admin/views/fieldtype/view.html.php index 9d2d56ecf..b28f5c8bb 100644 --- a/admin/views/fieldtype/view.html.php +++ b/admin/views/fieldtype/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fieldtypes/tmpl/default.php b/admin/views/fieldtypes/tmpl/default.php index 0378c50ae..500991805 100644 --- a/admin/views/fieldtypes/tmpl/default.php +++ b/admin/views/fieldtypes/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fieldtypes/tmpl/default_batch_body.php b/admin/views/fieldtypes/tmpl/default_batch_body.php index b891985fb..176046918 100644 --- a/admin/views/fieldtypes/tmpl/default_batch_body.php +++ b/admin/views/fieldtypes/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fieldtypes/tmpl/default_batch_footer.php b/admin/views/fieldtypes/tmpl/default_batch_footer.php index db5ef2d89..c8f15281e 100644 --- a/admin/views/fieldtypes/tmpl/default_batch_footer.php +++ b/admin/views/fieldtypes/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fieldtypes/tmpl/default_body.php b/admin/views/fieldtypes/tmpl/default_body.php index 955fc17de..fb2af1749 100644 --- a/admin/views/fieldtypes/tmpl/default_body.php +++ b/admin/views/fieldtypes/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fieldtypes/tmpl/default_foot.php b/admin/views/fieldtypes/tmpl/default_foot.php index 2a394e54c..edb2f86dc 100644 --- a/admin/views/fieldtypes/tmpl/default_foot.php +++ b/admin/views/fieldtypes/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fieldtypes/tmpl/default_head.php b/admin/views/fieldtypes/tmpl/default_head.php index 5142901b9..9f3426ce3 100644 --- a/admin/views/fieldtypes/tmpl/default_head.php +++ b/admin/views/fieldtypes/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fieldtypes/tmpl/default_toolbar.php b/admin/views/fieldtypes/tmpl/default_toolbar.php index 0d0e97978..cffc186df 100644 --- a/admin/views/fieldtypes/tmpl/default_toolbar.php +++ b/admin/views/fieldtypes/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/fieldtypes/view.html.php b/admin/views/fieldtypes/view.html.php index eef4b99a5..6fe72dfcc 100644 --- a/admin/views/fieldtypes/view.html.php +++ b/admin/views/fieldtypes/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 16 of this MVC - @build 26th October, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/ftp/submitbutton.js b/admin/views/ftp/submitbutton.js index 6e9c8c5d5..5a3669c1d 100644 --- a/admin/views/ftp/submitbutton.js +++ b/admin/views/ftp/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/ftp/tmpl/edit.php b/admin/views/ftp/tmpl/edit.php index c15ffa450..cdcc421a6 100644 --- a/admin/views/ftp/tmpl/edit.php +++ b/admin/views/ftp/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/ftp/view.html.php b/admin/views/ftp/view.html.php index 056cbf3a7..8b7e04733 100644 --- a/admin/views/ftp/view.html.php +++ b/admin/views/ftp/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/ftps/tmpl/default.php b/admin/views/ftps/tmpl/default.php index 5b072a323..53cba7a30 100644 --- a/admin/views/ftps/tmpl/default.php +++ b/admin/views/ftps/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/ftps/tmpl/default_batch_body.php b/admin/views/ftps/tmpl/default_batch_body.php index 7a1395025..b0a115ee8 100644 --- a/admin/views/ftps/tmpl/default_batch_body.php +++ b/admin/views/ftps/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/ftps/tmpl/default_batch_footer.php b/admin/views/ftps/tmpl/default_batch_footer.php index 47c13b750..989350866 100644 --- a/admin/views/ftps/tmpl/default_batch_footer.php +++ b/admin/views/ftps/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/ftps/tmpl/default_body.php b/admin/views/ftps/tmpl/default_body.php index cba52f4cd..41d1e85f6 100644 --- a/admin/views/ftps/tmpl/default_body.php +++ b/admin/views/ftps/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/ftps/tmpl/default_foot.php b/admin/views/ftps/tmpl/default_foot.php index 35c4e9dc3..cfac91c84 100644 --- a/admin/views/ftps/tmpl/default_foot.php +++ b/admin/views/ftps/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/ftps/tmpl/default_head.php b/admin/views/ftps/tmpl/default_head.php index a7bb96261..8dd15c334 100644 --- a/admin/views/ftps/tmpl/default_head.php +++ b/admin/views/ftps/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/ftps/tmpl/default_toolbar.php b/admin/views/ftps/tmpl/default_toolbar.php index 78aff8baf..3309ef099 100644 --- a/admin/views/ftps/tmpl/default_toolbar.php +++ b/admin/views/ftps/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/ftps/view.html.php b/admin/views/ftps/view.html.php index c9e9fc713..52d6fdae1 100644 --- a/admin/views/ftps/view.html.php +++ b/admin/views/ftps/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 11 of this MVC - @build 25th October, 2017 - @created 23rd August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/help_document/submitbutton.js b/admin/views/help_document/submitbutton.js index b8f8f0aac..9043e3af1 100644 --- a/admin/views/help_document/submitbutton.js +++ b/admin/views/help_document/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/help_document/tmpl/edit.php b/admin/views/help_document/tmpl/edit.php index 677dbda29..388fa5b1d 100644 --- a/admin/views/help_document/tmpl/edit.php +++ b/admin/views/help_document/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/help_document/view.html.php b/admin/views/help_document/view.html.php index a8af0fdd2..aad3c0d04 100644 --- a/admin/views/help_document/view.html.php +++ b/admin/views/help_document/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/help_documents/tmpl/default.php b/admin/views/help_documents/tmpl/default.php index bd97385a4..1cbf45fe8 100644 --- a/admin/views/help_documents/tmpl/default.php +++ b/admin/views/help_documents/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/help_documents/tmpl/default_batch_body.php b/admin/views/help_documents/tmpl/default_batch_body.php index 1b6e9f603..0702ebd28 100644 --- a/admin/views/help_documents/tmpl/default_batch_body.php +++ b/admin/views/help_documents/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/help_documents/tmpl/default_batch_footer.php b/admin/views/help_documents/tmpl/default_batch_footer.php index 2d658233d..07370ddb4 100644 --- a/admin/views/help_documents/tmpl/default_batch_footer.php +++ b/admin/views/help_documents/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/help_documents/tmpl/default_body.php b/admin/views/help_documents/tmpl/default_body.php index dd59f6adb..89a3b0ac7 100644 --- a/admin/views/help_documents/tmpl/default_body.php +++ b/admin/views/help_documents/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/help_documents/tmpl/default_foot.php b/admin/views/help_documents/tmpl/default_foot.php index a034d0cc4..482101ed2 100644 --- a/admin/views/help_documents/tmpl/default_foot.php +++ b/admin/views/help_documents/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/help_documents/tmpl/default_head.php b/admin/views/help_documents/tmpl/default_head.php index 5b22f3a96..a6c180817 100644 --- a/admin/views/help_documents/tmpl/default_head.php +++ b/admin/views/help_documents/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/help_documents/tmpl/default_toolbar.php b/admin/views/help_documents/tmpl/default_toolbar.php index 9223cd26b..070ef82ba 100644 --- a/admin/views/help_documents/tmpl/default_toolbar.php +++ b/admin/views/help_documents/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/help_documents/view.html.php b/admin/views/help_documents/view.html.php index fb534a326..c7a9837e9 100644 --- a/admin/views/help_documents/view.html.php +++ b/admin/views/help_documents/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 6 of this MVC - @build 17th October, 2016 - @created 4th March, 2016 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/import/tmpl/default.php b/admin/views/import/tmpl/default.php index c1d9e78f7..86e80f127 100644 --- a/admin/views/import/tmpl/default.php +++ b/admin/views/import/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/import/view.html.php b/admin/views/import/view.html.php index ad5dadc5d..8f2bab63c 100644 --- a/admin/views/import/view.html.php +++ b/admin/views/import/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/import_joomla_components/tmpl/default.php b/admin/views/import_joomla_components/tmpl/default.php index 2f97c721a..ab77a94c8 100644 --- a/admin/views/import_joomla_components/tmpl/default.php +++ b/admin/views/import_joomla_components/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/import_joomla_components/view.html.php b/admin/views/import_joomla_components/view.html.php index a28910c75..19aa26742 100644 --- a/admin/views/import_joomla_components/view.html.php +++ b/admin/views/import_joomla_components/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/joomla_component/submitbutton.js b/admin/views/joomla_component/submitbutton.js index c93dffcab..83624de46 100644 --- a/admin/views/joomla_component/submitbutton.js +++ b/admin/views/joomla_component/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/joomla_component/tmpl/edit.php b/admin/views/joomla_component/tmpl/edit.php index 31e75efd5..3b94715af 100644 --- a/admin/views/joomla_component/tmpl/edit.php +++ b/admin/views/joomla_component/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/joomla_component/view.html.php b/admin/views/joomla_component/view.html.php index 3ef581991..80b10c701 100644 --- a/admin/views/joomla_component/view.html.php +++ b/admin/views/joomla_component/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/joomla_components/tmpl/default.php b/admin/views/joomla_components/tmpl/default.php index c16c7e183..93484c0ec 100644 --- a/admin/views/joomla_components/tmpl/default.php +++ b/admin/views/joomla_components/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/joomla_components/tmpl/default_batch_body.php b/admin/views/joomla_components/tmpl/default_batch_body.php index 2efb95a35..4e0249b43 100644 --- a/admin/views/joomla_components/tmpl/default_batch_body.php +++ b/admin/views/joomla_components/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/joomla_components/tmpl/default_batch_footer.php b/admin/views/joomla_components/tmpl/default_batch_footer.php index 046d9a2f1..7ae9d8ea0 100644 --- a/admin/views/joomla_components/tmpl/default_batch_footer.php +++ b/admin/views/joomla_components/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/joomla_components/tmpl/default_body.php b/admin/views/joomla_components/tmpl/default_body.php index b8eba31d6..79abab2b2 100644 --- a/admin/views/joomla_components/tmpl/default_body.php +++ b/admin/views/joomla_components/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/joomla_components/tmpl/default_foot.php b/admin/views/joomla_components/tmpl/default_foot.php index 4d13012e1..482101ed2 100644 --- a/admin/views/joomla_components/tmpl/default_foot.php +++ b/admin/views/joomla_components/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/joomla_components/tmpl/default_head.php b/admin/views/joomla_components/tmpl/default_head.php index 1babdf006..b06cce48d 100644 --- a/admin/views/joomla_components/tmpl/default_head.php +++ b/admin/views/joomla_components/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/joomla_components/tmpl/default_toolbar.php b/admin/views/joomla_components/tmpl/default_toolbar.php index 73f715e39..2a60fb5b8 100644 --- a/admin/views/joomla_components/tmpl/default_toolbar.php +++ b/admin/views/joomla_components/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/joomla_components/view.html.php b/admin/views/joomla_components/view.html.php index 9387fa3fc..ae9531604 100644 --- a/admin/views/joomla_components/view.html.php +++ b/admin/views/joomla_components/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 517 of this MVC - @build 30th October, 2017 - @created 6th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/language/submitbutton.js b/admin/views/language/submitbutton.js index e6ee30d31..88cd89c77 100644 --- a/admin/views/language/submitbutton.js +++ b/admin/views/language/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 3 of this MVC - @build 25th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/language/tmpl/edit.php b/admin/views/language/tmpl/edit.php index daa445733..5c7106449 100644 --- a/admin/views/language/tmpl/edit.php +++ b/admin/views/language/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 3 of this MVC - @build 25th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/language/view.html.php b/admin/views/language/view.html.php index 4f4c5803c..9749a609b 100644 --- a/admin/views/language/view.html.php +++ b/admin/views/language/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 3 of this MVC - @build 25th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/language_translation/submitbutton.js b/admin/views/language_translation/submitbutton.js index 4ebfd88be..655d336f9 100644 --- a/admin/views/language_translation/submitbutton.js +++ b/admin/views/language_translation/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/language_translation/tmpl/edit.php b/admin/views/language_translation/tmpl/edit.php index d51b06262..b30c88c15 100644 --- a/admin/views/language_translation/tmpl/edit.php +++ b/admin/views/language_translation/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/language_translation/view.html.php b/admin/views/language_translation/view.html.php index 08d871095..b6589e45f 100644 --- a/admin/views/language_translation/view.html.php +++ b/admin/views/language_translation/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/language_translations/tmpl/default.php b/admin/views/language_translations/tmpl/default.php index b948d7321..99b833b08 100644 --- a/admin/views/language_translations/tmpl/default.php +++ b/admin/views/language_translations/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/language_translations/tmpl/default_batch_body.php b/admin/views/language_translations/tmpl/default_batch_body.php index f7e0191fe..affa02bee 100644 --- a/admin/views/language_translations/tmpl/default_batch_body.php +++ b/admin/views/language_translations/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/language_translations/tmpl/default_batch_footer.php b/admin/views/language_translations/tmpl/default_batch_footer.php index 6ebd0222d..90e3efb55 100644 --- a/admin/views/language_translations/tmpl/default_batch_footer.php +++ b/admin/views/language_translations/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/language_translations/tmpl/default_body.php b/admin/views/language_translations/tmpl/default_body.php index b0467eb4f..599fec620 100644 --- a/admin/views/language_translations/tmpl/default_body.php +++ b/admin/views/language_translations/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/language_translations/tmpl/default_foot.php b/admin/views/language_translations/tmpl/default_foot.php index 72f69b8d2..cfac91c84 100644 --- a/admin/views/language_translations/tmpl/default_foot.php +++ b/admin/views/language_translations/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/language_translations/tmpl/default_head.php b/admin/views/language_translations/tmpl/default_head.php index 2c5a73acc..57aaf9e99 100644 --- a/admin/views/language_translations/tmpl/default_head.php +++ b/admin/views/language_translations/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/language_translations/tmpl/default_toolbar.php b/admin/views/language_translations/tmpl/default_toolbar.php index 9a1e6f491..8d81a0642 100644 --- a/admin/views/language_translations/tmpl/default_toolbar.php +++ b/admin/views/language_translations/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/language_translations/view.html.php b/admin/views/language_translations/view.html.php index f46d40d2d..0bdeb0a94 100644 --- a/admin/views/language_translations/view.html.php +++ b/admin/views/language_translations/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 46 of this MVC - @build 26th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/languages/tmpl/default.php b/admin/views/languages/tmpl/default.php index b1e5c1405..23d33897c 100644 --- a/admin/views/languages/tmpl/default.php +++ b/admin/views/languages/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 3 of this MVC - @build 25th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/languages/tmpl/default_batch_body.php b/admin/views/languages/tmpl/default_batch_body.php index 66675f627..d4d2feb13 100644 --- a/admin/views/languages/tmpl/default_batch_body.php +++ b/admin/views/languages/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 3 of this MVC - @build 25th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/languages/tmpl/default_batch_footer.php b/admin/views/languages/tmpl/default_batch_footer.php index 120eeccf5..03f98ea52 100644 --- a/admin/views/languages/tmpl/default_batch_footer.php +++ b/admin/views/languages/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 3 of this MVC - @build 25th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/languages/tmpl/default_body.php b/admin/views/languages/tmpl/default_body.php index a677d328d..b2b0e7870 100644 --- a/admin/views/languages/tmpl/default_body.php +++ b/admin/views/languages/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 3 of this MVC - @build 25th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/languages/tmpl/default_foot.php b/admin/views/languages/tmpl/default_foot.php index c505321da..33d72a791 100644 --- a/admin/views/languages/tmpl/default_foot.php +++ b/admin/views/languages/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 3 of this MVC - @build 25th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/languages/tmpl/default_head.php b/admin/views/languages/tmpl/default_head.php index b71fc3b1d..b34478225 100644 --- a/admin/views/languages/tmpl/default_head.php +++ b/admin/views/languages/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 3 of this MVC - @build 25th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/languages/tmpl/default_toolbar.php b/admin/views/languages/tmpl/default_toolbar.php index 9571ecdbb..9db7cf893 100644 --- a/admin/views/languages/tmpl/default_toolbar.php +++ b/admin/views/languages/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 3 of this MVC - @build 25th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/languages/view.html.php b/admin/views/languages/view.html.php index 925fe0d21..a2502affe 100644 --- a/admin/views/languages/view.html.php +++ b/admin/views/languages/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 3 of this MVC - @build 25th October, 2017 - @created 3rd April, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/layout/submitbutton.js b/admin/views/layout/submitbutton.js index 52a97fb71..0f51963ee 100644 --- a/admin/views/layout/submitbutton.js +++ b/admin/views/layout/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/layout/tmpl/edit.php b/admin/views/layout/tmpl/edit.php index 73a59036f..3ced2b479 100644 --- a/admin/views/layout/tmpl/edit.php +++ b/admin/views/layout/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/layout/view.html.php b/admin/views/layout/view.html.php index 935cdd908..daa4a9bd6 100644 --- a/admin/views/layout/view.html.php +++ b/admin/views/layout/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/layouts/tmpl/default.php b/admin/views/layouts/tmpl/default.php index 70a8074c5..28f803ebc 100644 --- a/admin/views/layouts/tmpl/default.php +++ b/admin/views/layouts/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/layouts/tmpl/default_batch_body.php b/admin/views/layouts/tmpl/default_batch_body.php index 321207081..46af44274 100644 --- a/admin/views/layouts/tmpl/default_batch_body.php +++ b/admin/views/layouts/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/layouts/tmpl/default_batch_footer.php b/admin/views/layouts/tmpl/default_batch_footer.php index fd5502767..e0a196a1f 100644 --- a/admin/views/layouts/tmpl/default_batch_footer.php +++ b/admin/views/layouts/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/layouts/tmpl/default_body.php b/admin/views/layouts/tmpl/default_body.php index 64cab89a4..20c42323c 100644 --- a/admin/views/layouts/tmpl/default_body.php +++ b/admin/views/layouts/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/layouts/tmpl/default_foot.php b/admin/views/layouts/tmpl/default_foot.php index 8da04f787..547908ab6 100644 --- a/admin/views/layouts/tmpl/default_foot.php +++ b/admin/views/layouts/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/layouts/tmpl/default_head.php b/admin/views/layouts/tmpl/default_head.php index 8418f9909..d4e477d08 100644 --- a/admin/views/layouts/tmpl/default_head.php +++ b/admin/views/layouts/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/layouts/tmpl/default_toolbar.php b/admin/views/layouts/tmpl/default_toolbar.php index 0ee25c8e7..131d87ae5 100644 --- a/admin/views/layouts/tmpl/default_toolbar.php +++ b/admin/views/layouts/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/layouts/view.html.php b/admin/views/layouts/view.html.php index 1cfbcf09e..8b3ebc000 100644 --- a/admin/views/layouts/view.html.php +++ b/admin/views/layouts/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 81 of this MVC - @build 25th October, 2017 - @created 18th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/site_view/submitbutton.js b/admin/views/site_view/submitbutton.js index 5ae304998..1931562e0 100644 --- a/admin/views/site_view/submitbutton.js +++ b/admin/views/site_view/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/site_view/tmpl/edit.php b/admin/views/site_view/tmpl/edit.php index a3efbb7ff..0c00baa18 100644 --- a/admin/views/site_view/tmpl/edit.php +++ b/admin/views/site_view/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/site_view/view.html.php b/admin/views/site_view/view.html.php index e0bb6cfea..7d2801ed3 100644 --- a/admin/views/site_view/view.html.php +++ b/admin/views/site_view/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/site_views/tmpl/default.php b/admin/views/site_views/tmpl/default.php index e49a4e385..2f44e804c 100644 --- a/admin/views/site_views/tmpl/default.php +++ b/admin/views/site_views/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/site_views/tmpl/default_batch_body.php b/admin/views/site_views/tmpl/default_batch_body.php index afc02d925..64cf4cfcb 100644 --- a/admin/views/site_views/tmpl/default_batch_body.php +++ b/admin/views/site_views/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/site_views/tmpl/default_batch_footer.php b/admin/views/site_views/tmpl/default_batch_footer.php index b972e1b18..3d8df3c4c 100644 --- a/admin/views/site_views/tmpl/default_batch_footer.php +++ b/admin/views/site_views/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/site_views/tmpl/default_body.php b/admin/views/site_views/tmpl/default_body.php index 451121bf3..40450ffd1 100644 --- a/admin/views/site_views/tmpl/default_body.php +++ b/admin/views/site_views/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/site_views/tmpl/default_foot.php b/admin/views/site_views/tmpl/default_foot.php index 5af06f46b..6993333a7 100644 --- a/admin/views/site_views/tmpl/default_foot.php +++ b/admin/views/site_views/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/site_views/tmpl/default_head.php b/admin/views/site_views/tmpl/default_head.php index 7d9ef497b..af7f49954 100644 --- a/admin/views/site_views/tmpl/default_head.php +++ b/admin/views/site_views/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/site_views/tmpl/default_toolbar.php b/admin/views/site_views/tmpl/default_toolbar.php index 624f2d1b3..2689fdc87 100644 --- a/admin/views/site_views/tmpl/default_toolbar.php +++ b/admin/views/site_views/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/site_views/view.html.php b/admin/views/site_views/view.html.php index 689a2d835..7532a4666 100644 --- a/admin/views/site_views/view.html.php +++ b/admin/views/site_views/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 63 of this MVC - @build 25th October, 2017 - @created 29th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/snippet/submitbutton.js b/admin/views/snippet/submitbutton.js index dce714a5b..c4860f3c3 100644 --- a/admin/views/snippet/submitbutton.js +++ b/admin/views/snippet/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/snippet/tmpl/edit.php b/admin/views/snippet/tmpl/edit.php index 2d5a906d5..d2d3690fd 100644 --- a/admin/views/snippet/tmpl/edit.php +++ b/admin/views/snippet/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/snippet/view.html.php b/admin/views/snippet/view.html.php index b992dbe6c..18990ccc0 100644 --- a/admin/views/snippet/view.html.php +++ b/admin/views/snippet/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/snippets/tmpl/default.php b/admin/views/snippets/tmpl/default.php index 3ee7c23c4..95768f80f 100644 --- a/admin/views/snippets/tmpl/default.php +++ b/admin/views/snippets/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/snippets/tmpl/default_batch_body.php b/admin/views/snippets/tmpl/default_batch_body.php index ce1ebf3f5..44bb6c041 100644 --- a/admin/views/snippets/tmpl/default_batch_body.php +++ b/admin/views/snippets/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/snippets/tmpl/default_batch_footer.php b/admin/views/snippets/tmpl/default_batch_footer.php index 31f5ca6c5..6f6a8960d 100644 --- a/admin/views/snippets/tmpl/default_batch_footer.php +++ b/admin/views/snippets/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/snippets/tmpl/default_body.php b/admin/views/snippets/tmpl/default_body.php index c5a8a08f9..967740ce8 100644 --- a/admin/views/snippets/tmpl/default_body.php +++ b/admin/views/snippets/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/snippets/tmpl/default_foot.php b/admin/views/snippets/tmpl/default_foot.php index 8a7dd9ec3..547908ab6 100644 --- a/admin/views/snippets/tmpl/default_foot.php +++ b/admin/views/snippets/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/snippets/tmpl/default_head.php b/admin/views/snippets/tmpl/default_head.php index 01acbffaa..a1b3a06e1 100644 --- a/admin/views/snippets/tmpl/default_head.php +++ b/admin/views/snippets/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/snippets/tmpl/default_toolbar.php b/admin/views/snippets/tmpl/default_toolbar.php index 6671ae828..abb3c2e7c 100644 --- a/admin/views/snippets/tmpl/default_toolbar.php +++ b/admin/views/snippets/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/snippets/view.html.php b/admin/views/snippets/view.html.php index 01cf495f2..e5c2ed0aa 100644 --- a/admin/views/snippets/view.html.php +++ b/admin/views/snippets/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 17 of this MVC - @build 25th October, 2017 - @created 19th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/template/submitbutton.js b/admin/views/template/submitbutton.js index ce128c865..8bffbe04a 100644 --- a/admin/views/template/submitbutton.js +++ b/admin/views/template/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/template/tmpl/edit.php b/admin/views/template/tmpl/edit.php index e5f059adc..18e1efc2a 100644 --- a/admin/views/template/tmpl/edit.php +++ b/admin/views/template/tmpl/edit.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage edit.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/template/view.html.php b/admin/views/template/view.html.php index 51ee7fb99..410ad6f2a 100644 --- a/admin/views/template/view.html.php +++ b/admin/views/template/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/templates/tmpl/default.php b/admin/views/templates/tmpl/default.php index 22ffc1a5a..ba421cbf5 100644 --- a/admin/views/templates/tmpl/default.php +++ b/admin/views/templates/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/templates/tmpl/default_batch_body.php b/admin/views/templates/tmpl/default_batch_body.php index 1c30a1e51..e05a0a356 100644 --- a/admin/views/templates/tmpl/default_batch_body.php +++ b/admin/views/templates/tmpl/default_batch_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/templates/tmpl/default_batch_footer.php b/admin/views/templates/tmpl/default_batch_footer.php index 078ee1df7..8e384fe34 100644 --- a/admin/views/templates/tmpl/default_batch_footer.php +++ b/admin/views/templates/tmpl/default_batch_footer.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/templates/tmpl/default_body.php b/admin/views/templates/tmpl/default_body.php index a25595ee0..c24880b9d 100644 --- a/admin/views/templates/tmpl/default_body.php +++ b/admin/views/templates/tmpl/default_body.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_body.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/templates/tmpl/default_foot.php b/admin/views/templates/tmpl/default_foot.php index 1973bff25..547908ab6 100644 --- a/admin/views/templates/tmpl/default_foot.php +++ b/admin/views/templates/tmpl/default_foot.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_foot.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/templates/tmpl/default_head.php b/admin/views/templates/tmpl/default_head.php index 99be22804..684470255 100644 --- a/admin/views/templates/tmpl/default_head.php +++ b/admin/views/templates/tmpl/default_head.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_head.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/templates/tmpl/default_toolbar.php b/admin/views/templates/tmpl/default_toolbar.php index c01f290c0..d62acf93e 100644 --- a/admin/views/templates/tmpl/default_toolbar.php +++ b/admin/views/templates/tmpl/default_toolbar.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/views/templates/view.html.php b/admin/views/templates/view.html.php index 0d264145a..33efc0ab0 100644 --- a/admin/views/templates/view.html.php +++ b/admin/views/templates/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 45 of this MVC - @build 25th October, 2017 - @created 26th May, 2015 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/componentbuilder.xml b/componentbuilder.xml index 87c6872d2..0fea8f24f 100644 --- a/componentbuilder.xml +++ b/componentbuilder.xml @@ -1,7 +1,7 @@ COM_COMPONENTBUILDER - 4th November, 2017 + 6th November, 2017 Llewellyn van der Merwe joomla@vdm.io http://vdm.bz/component-builder diff --git a/script.php b/script.php index 43df176e2..dc4219f47 100644 --- a/script.php +++ b/script.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage script.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html @@ -2862,9 +2862,9 @@ class com_componentbuilderInstallerScript $joomla_component->type_title = 'Componentbuilder Joomla_component'; $joomla_component->type_alias = 'com_componentbuilder.joomla_component'; $joomla_component->table = '{"special": {"dbtable": "#__componentbuilder_joomla_component","key": "id","type": "Joomla_component","prefix": "componentbuilderTable","config": "array()"},"common": {"dbtable": "#__ucm_content","key": "ucm_id","type": "Corecontent","prefix": "JTable","config": "array()"}}'; - $joomla_component->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "system_name","core_state": "published","core_alias": "null","core_created_time": "created","core_modified_time": "modified","core_body": "readme","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"system_name":"system_name","name_code":"name_code","component_version":"component_version","short_description":"short_description","companyname":"companyname","author":"author","mvc_versiondate":"mvc_versiondate","add_css":"add_css","description":"description","add_admin_event":"add_admin_event","copyright":"copyright","php_postflight_install":"php_postflight_install","add_placeholders":"add_placeholders","add_php_helper_both":"add_php_helper_both","readme":"readme","add_site_event":"add_site_event","debug_linenr":"debug_linenr","php_preflight_install":"php_preflight_install","creatuserhelper":"creatuserhelper","php_method_uninstall":"php_method_uninstall","email":"email","update_server_target":"update_server_target","website":"website","add_license":"add_license","addfootable":"addfootable","license_type":"license_type","add_php_helper_admin":"add_php_helper_admin","add_php_helper_site":"add_php_helper_site","whmcs_key":"whmcs_key","add_javascript":"add_javascript","whmcs_url":"whmcs_url","license":"license","php_preflight_update":"php_preflight_update","bom":"bom","php_postflight_update":"php_postflight_update","image":"image","sql":"sql","update_server_ftp":"update_server_ftp","add_update_server":"add_update_server","buildcomp":"buildcomp","not_required":"not_required","sales_server_ftp":"sales_server_ftp","name":"name","adduikit":"adduikit","add_email_helper":"add_email_helper","php_helper_both":"php_helper_both","php_helper_admin":"php_helper_admin","php_admin_event":"php_admin_event","php_helper_site":"php_helper_site","php_site_event":"php_site_event","javascript":"javascript","toignore":"toignore","css":"css","add_php_preflight_install":"add_php_preflight_install","add_php_preflight_update":"add_php_preflight_update","export_key":"export_key","add_php_postflight_install":"add_php_postflight_install","export_package_link":"export_package_link","add_php_postflight_update":"add_php_postflight_update","export_buy_link":"export_buy_link","add_php_method_uninstall":"add_php_method_uninstall","add_sql":"add_sql","addreadme":"addreadme","emptycontributors":"emptycontributors","update_server":"update_server","number":"number","add_sales_server":"add_sales_server","buildcompsql":"buildcompsql"}}'; + $joomla_component->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "system_name","core_state": "published","core_alias": "null","core_created_time": "created","core_modified_time": "modified","core_body": "readme","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"system_name":"system_name","name_code":"name_code","component_version":"component_version","short_description":"short_description","companyname":"companyname","author":"author","add_update_server":"add_update_server","mvc_versiondate":"mvc_versiondate","php_postflight_update":"php_postflight_update","description":"description","sales_server_ftp":"sales_server_ftp","copyright":"copyright","add_placeholders":"add_placeholders","php_preflight_update":"php_preflight_update","addfootable":"addfootable","sql":"sql","add_php_helper_admin":"add_php_helper_admin","add_php_helper_site":"add_php_helper_site","debug_linenr":"debug_linenr","add_javascript":"add_javascript","creatuserhelper":"creatuserhelper","email":"email","add_php_helper_both":"add_php_helper_both","website":"website","add_admin_event":"add_admin_event","add_license":"add_license","add_site_event":"add_site_event","license_type":"license_type","add_css":"add_css","php_preflight_install":"php_preflight_install","whmcs_key":"whmcs_key","php_postflight_install":"php_postflight_install","whmcs_url":"whmcs_url","php_method_uninstall":"php_method_uninstall","license":"license","readme":"readme","bom":"bom","update_server_target":"update_server_target","image":"image","update_server_ftp":"update_server_ftp","name":"name","buildcomp":"buildcomp","not_required":"not_required","adduikit":"adduikit","add_email_helper":"add_email_helper","php_helper_both":"php_helper_both","php_helper_admin":"php_helper_admin","php_admin_event":"php_admin_event","php_helper_site":"php_helper_site","php_site_event":"php_site_event","javascript":"javascript","css":"css","toignore":"toignore","add_php_preflight_install":"add_php_preflight_install","add_php_preflight_update":"add_php_preflight_update","add_php_postflight_install":"add_php_postflight_install","export_key":"export_key","add_php_postflight_update":"add_php_postflight_update","export_package_link":"export_package_link","add_php_method_uninstall":"add_php_method_uninstall","export_buy_link":"export_buy_link","add_sql":"add_sql","addreadme":"addreadme","update_server":"update_server","emptycontributors":"emptycontributors","number":"number","add_sales_server":"add_sales_server","buildcompsql":"buildcompsql"}}'; $joomla_component->router = 'ComponentbuilderHelperRoute::getJoomla_componentRoute'; - $joomla_component->content_history_options = '{"formFile": "administrator/components/com_componentbuilder/models/forms/joomla_component.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","not_required"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","mvc_versiondate","add_css","add_admin_event","add_placeholders","add_php_helper_both","add_site_event","debug_linenr","creatuserhelper","update_server_target","add_license","addfootable","license_type","add_php_helper_admin","add_php_helper_site","add_javascript","update_server_ftp","add_update_server","buildcomp","not_required","sales_server_ftp","adduikit","add_email_helper","add_php_preflight_install","add_php_preflight_update","add_php_postflight_install","add_php_postflight_update","add_php_method_uninstall","add_sql","addreadme","emptycontributors","number","add_sales_server"],"displayLookup": [{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "update_server_ftp","targetTable": "#__componentbuilder_ftp","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "sales_server_ftp","targetTable": "#__componentbuilder_ftp","targetColumn": "id","displayColumn": "name"}]}'; + $joomla_component->content_history_options = '{"formFile": "administrator/components/com_componentbuilder/models/forms/joomla_component.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","not_required"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","add_update_server","mvc_versiondate","sales_server_ftp","add_placeholders","addfootable","add_php_helper_admin","add_php_helper_site","debug_linenr","add_javascript","creatuserhelper","add_php_helper_both","add_admin_event","add_license","add_site_event","license_type","add_css","update_server_target","update_server_ftp","buildcomp","not_required","adduikit","add_email_helper","add_php_preflight_install","add_php_preflight_update","add_php_postflight_install","add_php_postflight_update","add_php_method_uninstall","add_sql","addreadme","emptycontributors","number","add_sales_server"],"displayLookup": [{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "sales_server_ftp","targetTable": "#__componentbuilder_ftp","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "update_server_ftp","targetTable": "#__componentbuilder_ftp","targetColumn": "id","displayColumn": "name"}]}'; // Set the object into the content types table. $joomla_component_Inserted = $db->insertObject('#__content_types', $joomla_component); @@ -3224,9 +3224,9 @@ class com_componentbuilderInstallerScript $joomla_component->type_title = 'Componentbuilder Joomla_component'; $joomla_component->type_alias = 'com_componentbuilder.joomla_component'; $joomla_component->table = '{"special": {"dbtable": "#__componentbuilder_joomla_component","key": "id","type": "Joomla_component","prefix": "componentbuilderTable","config": "array()"},"common": {"dbtable": "#__ucm_content","key": "ucm_id","type": "Corecontent","prefix": "JTable","config": "array()"}}'; - $joomla_component->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "system_name","core_state": "published","core_alias": "null","core_created_time": "created","core_modified_time": "modified","core_body": "readme","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"system_name":"system_name","name_code":"name_code","component_version":"component_version","short_description":"short_description","companyname":"companyname","author":"author","mvc_versiondate":"mvc_versiondate","add_css":"add_css","description":"description","add_admin_event":"add_admin_event","copyright":"copyright","php_postflight_install":"php_postflight_install","add_placeholders":"add_placeholders","add_php_helper_both":"add_php_helper_both","readme":"readme","add_site_event":"add_site_event","debug_linenr":"debug_linenr","php_preflight_install":"php_preflight_install","creatuserhelper":"creatuserhelper","php_method_uninstall":"php_method_uninstall","email":"email","update_server_target":"update_server_target","website":"website","add_license":"add_license","addfootable":"addfootable","license_type":"license_type","add_php_helper_admin":"add_php_helper_admin","add_php_helper_site":"add_php_helper_site","whmcs_key":"whmcs_key","add_javascript":"add_javascript","whmcs_url":"whmcs_url","license":"license","php_preflight_update":"php_preflight_update","bom":"bom","php_postflight_update":"php_postflight_update","image":"image","sql":"sql","update_server_ftp":"update_server_ftp","add_update_server":"add_update_server","buildcomp":"buildcomp","not_required":"not_required","sales_server_ftp":"sales_server_ftp","name":"name","adduikit":"adduikit","add_email_helper":"add_email_helper","php_helper_both":"php_helper_both","php_helper_admin":"php_helper_admin","php_admin_event":"php_admin_event","php_helper_site":"php_helper_site","php_site_event":"php_site_event","javascript":"javascript","toignore":"toignore","css":"css","add_php_preflight_install":"add_php_preflight_install","add_php_preflight_update":"add_php_preflight_update","export_key":"export_key","add_php_postflight_install":"add_php_postflight_install","export_package_link":"export_package_link","add_php_postflight_update":"add_php_postflight_update","export_buy_link":"export_buy_link","add_php_method_uninstall":"add_php_method_uninstall","add_sql":"add_sql","addreadme":"addreadme","emptycontributors":"emptycontributors","update_server":"update_server","number":"number","add_sales_server":"add_sales_server","buildcompsql":"buildcompsql"}}'; + $joomla_component->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "system_name","core_state": "published","core_alias": "null","core_created_time": "created","core_modified_time": "modified","core_body": "readme","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"system_name":"system_name","name_code":"name_code","component_version":"component_version","short_description":"short_description","companyname":"companyname","author":"author","add_update_server":"add_update_server","mvc_versiondate":"mvc_versiondate","php_postflight_update":"php_postflight_update","description":"description","sales_server_ftp":"sales_server_ftp","copyright":"copyright","add_placeholders":"add_placeholders","php_preflight_update":"php_preflight_update","addfootable":"addfootable","sql":"sql","add_php_helper_admin":"add_php_helper_admin","add_php_helper_site":"add_php_helper_site","debug_linenr":"debug_linenr","add_javascript":"add_javascript","creatuserhelper":"creatuserhelper","email":"email","add_php_helper_both":"add_php_helper_both","website":"website","add_admin_event":"add_admin_event","add_license":"add_license","add_site_event":"add_site_event","license_type":"license_type","add_css":"add_css","php_preflight_install":"php_preflight_install","whmcs_key":"whmcs_key","php_postflight_install":"php_postflight_install","whmcs_url":"whmcs_url","php_method_uninstall":"php_method_uninstall","license":"license","readme":"readme","bom":"bom","update_server_target":"update_server_target","image":"image","update_server_ftp":"update_server_ftp","name":"name","buildcomp":"buildcomp","not_required":"not_required","adduikit":"adduikit","add_email_helper":"add_email_helper","php_helper_both":"php_helper_both","php_helper_admin":"php_helper_admin","php_admin_event":"php_admin_event","php_helper_site":"php_helper_site","php_site_event":"php_site_event","javascript":"javascript","css":"css","toignore":"toignore","add_php_preflight_install":"add_php_preflight_install","add_php_preflight_update":"add_php_preflight_update","add_php_postflight_install":"add_php_postflight_install","export_key":"export_key","add_php_postflight_update":"add_php_postflight_update","export_package_link":"export_package_link","add_php_method_uninstall":"add_php_method_uninstall","export_buy_link":"export_buy_link","add_sql":"add_sql","addreadme":"addreadme","update_server":"update_server","emptycontributors":"emptycontributors","number":"number","add_sales_server":"add_sales_server","buildcompsql":"buildcompsql"}}'; $joomla_component->router = 'ComponentbuilderHelperRoute::getJoomla_componentRoute'; - $joomla_component->content_history_options = '{"formFile": "administrator/components/com_componentbuilder/models/forms/joomla_component.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","not_required"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","mvc_versiondate","add_css","add_admin_event","add_placeholders","add_php_helper_both","add_site_event","debug_linenr","creatuserhelper","update_server_target","add_license","addfootable","license_type","add_php_helper_admin","add_php_helper_site","add_javascript","update_server_ftp","add_update_server","buildcomp","not_required","sales_server_ftp","adduikit","add_email_helper","add_php_preflight_install","add_php_preflight_update","add_php_postflight_install","add_php_postflight_update","add_php_method_uninstall","add_sql","addreadme","emptycontributors","number","add_sales_server"],"displayLookup": [{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "update_server_ftp","targetTable": "#__componentbuilder_ftp","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "sales_server_ftp","targetTable": "#__componentbuilder_ftp","targetColumn": "id","displayColumn": "name"}]}'; + $joomla_component->content_history_options = '{"formFile": "administrator/components/com_componentbuilder/models/forms/joomla_component.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","not_required"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","add_update_server","mvc_versiondate","sales_server_ftp","add_placeholders","addfootable","add_php_helper_admin","add_php_helper_site","debug_linenr","add_javascript","creatuserhelper","add_php_helper_both","add_admin_event","add_license","add_site_event","license_type","add_css","update_server_target","update_server_ftp","buildcomp","not_required","adduikit","add_email_helper","add_php_preflight_install","add_php_preflight_update","add_php_postflight_install","add_php_postflight_update","add_php_method_uninstall","add_sql","addreadme","emptycontributors","number","add_sales_server"],"displayLookup": [{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "sales_server_ftp","targetTable": "#__componentbuilder_ftp","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "update_server_ftp","targetTable": "#__componentbuilder_ftp","targetColumn": "id","displayColumn": "name"}]}'; // Check if joomla_component type is already in content_type DB. $joomla_component_id = null; diff --git a/site/assets/css/api.css b/site/assets/css/api.css index a26f3fc52..2333e26bf 100644 --- a/site/assets/css/api.css +++ b/site/assets/css/api.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 7 of this MVC - @build 20th October, 2017 - @created 19th August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage api.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/site/assets/css/site.css b/site/assets/css/site.css index 8faa3a511..7e2f0462b 100644 --- a/site/assets/css/site.css +++ b/site/assets/css/site.css @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage site.css @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/site/assets/js/site.js b/site/assets/js/site.js index 36de96542..dba29ec37 100644 --- a/site/assets/js/site.js +++ b/site/assets/js/site.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage site.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/site/componentbuilder.php b/site/componentbuilder.php index 9bfac8d93..d5aa6f5df 100644 --- a/site/componentbuilder.php +++ b/site/componentbuilder.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage componentbuilder.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/site/controller.php b/site/controller.php index 9f64aa6b5..ae45d746f 100644 --- a/site/controller.php +++ b/site/controller.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage controller.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/site/controllers/api.php b/site/controllers/api.php index eafcd7aea..d8fc48406 100644 --- a/site/controllers/api.php +++ b/site/controllers/api.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage api.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/site/controllers/help.php b/site/controllers/help.php index 0baf4fada..dcdd71355 100644 --- a/site/controllers/help.php +++ b/site/controllers/help.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage help.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/site/helpers/category.php b/site/helpers/category.php index 927a8fa8f..f0544cbd0 100644 --- a/site/helpers/category.php +++ b/site/helpers/category.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage category.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/site/helpers/categoryfields.php b/site/helpers/categoryfields.php index 8f8f81fe9..a2063daa1 100644 --- a/site/helpers/categoryfields.php +++ b/site/helpers/categoryfields.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage categoryfields.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/site/helpers/categoryfieldtypes.php b/site/helpers/categoryfieldtypes.php index 98f7e1cad..ffbc2da2b 100644 --- a/site/helpers/categoryfieldtypes.php +++ b/site/helpers/categoryfieldtypes.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage categoryfieldtypes.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/site/helpers/componentbuilder.php b/site/helpers/componentbuilder.php index 8c84657d7..fcda8b0d3 100644 --- a/site/helpers/componentbuilder.php +++ b/site/helpers/componentbuilder.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage componentbuilder.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/site/helpers/headercheck.php b/site/helpers/headercheck.php index 688f5d0f4..67fa63b20 100644 --- a/site/helpers/headercheck.php +++ b/site/helpers/headercheck.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage headercheck.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/site/helpers/route.php b/site/helpers/route.php index 8b1dba2e6..191239cdc 100644 --- a/site/helpers/route.php +++ b/site/helpers/route.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage route.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/site/models/api.php b/site/models/api.php index 50a9c2f5c..4795fb81d 100644 --- a/site/models/api.php +++ b/site/models/api.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 7 of this MVC - @build 20th October, 2017 - @created 19th August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage api.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/site/router.php b/site/router.php index a7b290d47..a1fbba9be 100644 --- a/site/router.php +++ b/site/router.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage router.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/site/views/api/submitbutton.js b/site/views/api/submitbutton.js index 4e1cae4f2..0e3fb0e43 100644 --- a/site/views/api/submitbutton.js +++ b/site/views/api/submitbutton.js @@ -7,14 +7,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version 2.6.2 - @build 4th November, 2017 + @version 2.6.x @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/site/views/api/tmpl/default.php b/site/views/api/tmpl/default.php index 895bf8b83..2955b08f6 100644 --- a/site/views/api/tmpl/default.php +++ b/site/views/api/tmpl/default.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 7 of this MVC - @build 20th October, 2017 - @created 19th August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage default.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/site/views/api/view.html.php b/site/views/api/view.html.php index 1225fcfd9..e0323b3aa 100644 --- a/site/views/api/view.html.php +++ b/site/views/api/view.html.php @@ -8,14 +8,14 @@ \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| | | |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/----------------------------------------------------------------------------------------------------------------------------/ - @version @update number 7 of this MVC - @build 20th October, 2017 - @created 19th August, 2017 + @version 2.6.x + @created 30th April, 2015 @package Component Builder @subpackage view.html.php @author Llewellyn van der Merwe + @github Joomla Component Builder @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html