diff --git a/admin/assets/css/custom_admin_view.css b/admin/assets/css/custom_admin_view.css index 1efa3bb96..626d5b601 100644 --- a/admin/assets/css/custom_admin_view.css +++ b/admin/assets/css/custom_admin_view.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage custom_admin_view.css diff --git a/admin/assets/css/custom_admin_views.css b/admin/assets/css/custom_admin_views.css index 0eba710ae..50da3947f 100644 --- a/admin/assets/css/custom_admin_views.css +++ b/admin/assets/css/custom_admin_views.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage custom_admin_views.css diff --git a/admin/controllers/custom_admin_view.php b/admin/controllers/custom_admin_view.php index 337049115..8ba87a505 100644 --- a/admin/controllers/custom_admin_view.php +++ b/admin/controllers/custom_admin_view.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage custom_admin_view.php diff --git a/admin/controllers/custom_admin_views.php b/admin/controllers/custom_admin_views.php index 3a81b88c0..353cf2c82 100644 --- a/admin/controllers/custom_admin_views.php +++ b/admin/controllers/custom_admin_views.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage custom_admin_views.php diff --git a/admin/models/custom_admin_view.php b/admin/models/custom_admin_view.php index cd558abed..f2dcafa6a 100644 --- a/admin/models/custom_admin_view.php +++ b/admin/models/custom_admin_view.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage custom_admin_view.php @@ -189,7 +189,7 @@ class ComponentbuilderModelCustom_admin_view extends JModelAdmin $objectUpdate->id = (int) $item->id; $objectUpdate->custom_button = json_encode($bucket); // be sure to update the table if we found repeatable fields that are still not converted - $this->_db->updateObject('#__componentbuilder_custom_admin_view ', $objectUpdate, 'id'); + $this->_db->updateObject('#__componentbuilder_custom_admin_view', $objectUpdate, 'id'); } if (!empty($item->id)) diff --git a/admin/models/custom_admin_views.php b/admin/models/custom_admin_views.php index fdc27b510..7fba5bc30 100644 --- a/admin/models/custom_admin_views.php +++ b/admin/models/custom_admin_views.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage custom_admin_views.php diff --git a/admin/models/forms/custom_admin_view.js b/admin/models/forms/custom_admin_view.js index 3a8ba2f25..9eaa7515d 100644 --- a/admin/models/forms/custom_admin_view.js +++ b/admin/models/forms/custom_admin_view.js @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage custom_admin_view.js diff --git a/admin/tables/custom_admin_view.php b/admin/tables/custom_admin_view.php index 3c1d33609..a9a55ed01 100644 --- a/admin/tables/custom_admin_view.php +++ b/admin/tables/custom_admin_view.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage custom_admin_view.php diff --git a/admin/views/custom_admin_view/submitbutton.js b/admin/views/custom_admin_view/submitbutton.js index 62940aa62..891e291bb 100644 --- a/admin/views/custom_admin_view/submitbutton.js +++ b/admin/views/custom_admin_view/submitbutton.js @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage submitbutton.js diff --git a/admin/views/custom_admin_view/tmpl/edit.php b/admin/views/custom_admin_view/tmpl/edit.php index 5480e5d49..67dfd1aed 100644 --- a/admin/views/custom_admin_view/tmpl/edit.php +++ b/admin/views/custom_admin_view/tmpl/edit.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage edit.php diff --git a/admin/views/custom_admin_view/view.html.php b/admin/views/custom_admin_view/view.html.php index be0b00f23..07c006c3c 100644 --- a/admin/views/custom_admin_view/view.html.php +++ b/admin/views/custom_admin_view/view.html.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage view.html.php diff --git a/admin/views/custom_admin_views/tmpl/default.php b/admin/views/custom_admin_views/tmpl/default.php index 88d23cb66..bb7078318 100644 --- a/admin/views/custom_admin_views/tmpl/default.php +++ b/admin/views/custom_admin_views/tmpl/default.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage default.php 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 39ca7c3cf..1590608c2 100644 --- a/admin/views/custom_admin_views/tmpl/default_batch_body.php +++ b/admin/views/custom_admin_views/tmpl/default_batch_body.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage default_batch_body.php 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 c3cdab3e9..62b8df28c 100644 --- a/admin/views/custom_admin_views/tmpl/default_batch_footer.php +++ b/admin/views/custom_admin_views/tmpl/default_batch_footer.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage default_batch_footer.php diff --git a/admin/views/custom_admin_views/tmpl/default_body.php b/admin/views/custom_admin_views/tmpl/default_body.php index f6ec5d735..59787b3c2 100644 --- a/admin/views/custom_admin_views/tmpl/default_body.php +++ b/admin/views/custom_admin_views/tmpl/default_body.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage default_body.php diff --git a/admin/views/custom_admin_views/tmpl/default_foot.php b/admin/views/custom_admin_views/tmpl/default_foot.php index f5213c7a0..80bad7182 100644 --- a/admin/views/custom_admin_views/tmpl/default_foot.php +++ b/admin/views/custom_admin_views/tmpl/default_foot.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage default_foot.php diff --git a/admin/views/custom_admin_views/tmpl/default_head.php b/admin/views/custom_admin_views/tmpl/default_head.php index 7957238dc..249f5b7d6 100644 --- a/admin/views/custom_admin_views/tmpl/default_head.php +++ b/admin/views/custom_admin_views/tmpl/default_head.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage default_head.php diff --git a/admin/views/custom_admin_views/tmpl/default_toolbar.php b/admin/views/custom_admin_views/tmpl/default_toolbar.php index ff763b151..79cfa975d 100644 --- a/admin/views/custom_admin_views/tmpl/default_toolbar.php +++ b/admin/views/custom_admin_views/tmpl/default_toolbar.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage default_toolbar.php diff --git a/admin/views/custom_admin_views/view.html.php b/admin/views/custom_admin_views/view.html.php index 02b92937b..fa9ad4b2a 100644 --- a/admin/views/custom_admin_views/view.html.php +++ b/admin/views/custom_admin_views/view.html.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version @update number 31 of this MVC - @build 13th October, 2017 + @version @update number 32 of this MVC + @build 14th October, 2017 @created 13th August, 2015 @package Component Builder @subpackage view.html.php