diff --git a/README.md b/README.md index 9132852..4b3f839 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Just a basic demo of the most basic implementations of the [Joomla] (http://www. + *Author*: [Llewellyn van der Merwe] (mailto:info@vdm.io) + *Name*: [Demo] (https://www.vdm.io/) + *First Build*: 5th August, 2015 -+ *Last Build*: 20th February, 2016 ++ *Last Build*: 21st February, 2016 + *Version*: 1.0.5 + *Copyright*: Copyright (C) 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.css b/admin/assets/css/admin.css index 423b1a8..7d4e45e 100644 --- a/admin/assets/css/admin.css +++ b/admin/assets/css/admin.css @@ -3,7 +3,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage admin.css diff --git a/admin/assets/css/dashboard.css b/admin/assets/css/dashboard.css index 68b7c8b..4d24004 100644 --- a/admin/assets/css/dashboard.css +++ b/admin/assets/css/dashboard.css @@ -3,7 +3,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage dashboard.css diff --git a/admin/assets/css/help_document.css b/admin/assets/css/help_document.css index 3b971b1..f383485 100644 --- a/admin/assets/css/help_document.css +++ b/admin/assets/css/help_document.css @@ -3,7 +3,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage help_document.css diff --git a/admin/assets/css/help_documents.css b/admin/assets/css/help_documents.css index 14f2093..c79777f 100644 --- a/admin/assets/css/help_documents.css +++ b/admin/assets/css/help_documents.css @@ -3,7 +3,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage help_documents.css diff --git a/admin/assets/css/look.css b/admin/assets/css/look.css index 1bc1a65..2637426 100644 --- a/admin/assets/css/look.css +++ b/admin/assets/css/look.css @@ -3,7 +3,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage look.css diff --git a/admin/assets/css/looks.css b/admin/assets/css/looks.css index 3422435..f4eef23 100644 --- a/admin/assets/css/looks.css +++ b/admin/assets/css/looks.css @@ -3,7 +3,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage looks.css diff --git a/admin/controller.php b/admin/controller.php index 1767676..d7f7494 100644 --- a/admin/controller.php +++ b/admin/controller.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage controller.php diff --git a/admin/controllers/demo.php b/admin/controllers/demo.php index 570f17c..2f20542 100644 --- a/admin/controllers/demo.php +++ b/admin/controllers/demo.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage demo.php diff --git a/admin/controllers/help.php b/admin/controllers/help.php index afddf20..c2cc69f 100644 --- a/admin/controllers/help.php +++ b/admin/controllers/help.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage help.php diff --git a/admin/controllers/help_document.php b/admin/controllers/help_document.php index dc0622f..017c994 100644 --- a/admin/controllers/help_document.php +++ b/admin/controllers/help_document.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage help_document.php diff --git a/admin/controllers/help_documents.php b/admin/controllers/help_documents.php index dd57c5d..3da6b99 100644 --- a/admin/controllers/help_documents.php +++ b/admin/controllers/help_documents.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage help_documents.php diff --git a/admin/controllers/import.php b/admin/controllers/import.php index 0626078..9cff409 100644 --- a/admin/controllers/import.php +++ b/admin/controllers/import.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage import.php diff --git a/admin/controllers/look.php b/admin/controllers/look.php index fd18513..721e238 100644 --- a/admin/controllers/look.php +++ b/admin/controllers/look.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage look.php diff --git a/admin/controllers/looks.php b/admin/controllers/looks.php index 5d2d13a..dcd4bcd 100644 --- a/admin/controllers/looks.php +++ b/admin/controllers/looks.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage looks.php diff --git a/admin/demo.php b/admin/demo.php index 862f6a0..d6030e4 100644 --- a/admin/demo.php +++ b/admin/demo.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage demo.php diff --git a/admin/helpers/demo.php b/admin/helpers/demo.php index 32142d8..770df80 100644 --- a/admin/helpers/demo.php +++ b/admin/helpers/demo.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage demo.php diff --git a/admin/helpers/html/batch_.php b/admin/helpers/html/batch_.php index 2946754..d2d2977 100644 --- a/admin/helpers/html/batch_.php +++ b/admin/helpers/html/batch_.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage batch_.php diff --git a/admin/layouts/batchselection.php b/admin/layouts/batchselection.php index 776e8f0..afac7da 100644 --- a/admin/layouts/batchselection.php +++ b/admin/layouts/batchselection.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage batchselection.php diff --git a/admin/layouts/help_document/details_above.php b/admin/layouts/help_document/details_above.php index ea0aeda..c1db561 100644 --- a/admin/layouts/help_document/details_above.php +++ b/admin/layouts/help_document/details_above.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage details_above.php diff --git a/admin/layouts/help_document/details_fullwidth.php b/admin/layouts/help_document/details_fullwidth.php index b39687c..1b53429 100644 --- a/admin/layouts/help_document/details_fullwidth.php +++ b/admin/layouts/help_document/details_fullwidth.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage details_fullwidth.php diff --git a/admin/layouts/help_document/details_left.php b/admin/layouts/help_document/details_left.php index 1445b23..60095e8 100644 --- a/admin/layouts/help_document/details_left.php +++ b/admin/layouts/help_document/details_left.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage details_left.php diff --git a/admin/layouts/help_document/details_right.php b/admin/layouts/help_document/details_right.php index 495f879..ae23266 100644 --- a/admin/layouts/help_document/details_right.php +++ b/admin/layouts/help_document/details_right.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage details_right.php diff --git a/admin/layouts/help_document/details_under.php b/admin/layouts/help_document/details_under.php index d1201dd..3d1837f 100644 --- a/admin/layouts/help_document/details_under.php +++ b/admin/layouts/help_document/details_under.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage details_under.php diff --git a/admin/layouts/help_document/metadata.php b/admin/layouts/help_document/metadata.php index 817515b..d2fdc7f 100644 --- a/admin/layouts/help_document/metadata.php +++ b/admin/layouts/help_document/metadata.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage metadata.php diff --git a/admin/layouts/help_document/publishing.php b/admin/layouts/help_document/publishing.php index c19e7fb..4226639 100644 --- a/admin/layouts/help_document/publishing.php +++ b/admin/layouts/help_document/publishing.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage publishing.php diff --git a/admin/layouts/look/details_above.php b/admin/layouts/look/details_above.php index 8b36086..be6f74f 100644 --- a/admin/layouts/look/details_above.php +++ b/admin/layouts/look/details_above.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage details_above.php diff --git a/admin/layouts/look/details_left.php b/admin/layouts/look/details_left.php index 266e104..0230504 100644 --- a/admin/layouts/look/details_left.php +++ b/admin/layouts/look/details_left.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage details_left.php diff --git a/admin/layouts/look/details_right.php b/admin/layouts/look/details_right.php index 213fc3f..bc10f0e 100644 --- a/admin/layouts/look/details_right.php +++ b/admin/layouts/look/details_right.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage details_right.php diff --git a/admin/layouts/look/details_under.php b/admin/layouts/look/details_under.php index d1201dd..3d1837f 100644 --- a/admin/layouts/look/details_under.php +++ b/admin/layouts/look/details_under.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage details_under.php diff --git a/admin/layouts/look/metadata.php b/admin/layouts/look/metadata.php index 817515b..d2fdc7f 100644 --- a/admin/layouts/look/metadata.php +++ b/admin/layouts/look/metadata.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage metadata.php diff --git a/admin/layouts/look/publishing.php b/admin/layouts/look/publishing.php index c19e7fb..4226639 100644 --- a/admin/layouts/look/publishing.php +++ b/admin/layouts/look/publishing.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage publishing.php diff --git a/admin/layouts/look/repetable_numbers_left.php b/admin/layouts/look/repetable_numbers_left.php index cc3cd9d..9879fa9 100644 --- a/admin/layouts/look/repetable_numbers_left.php +++ b/admin/layouts/look/repetable_numbers_left.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage repetable_numbers_left.php diff --git a/admin/layouts/look/repetable_numbers_right.php b/admin/layouts/look/repetable_numbers_right.php index 9a7da35..1c0f399 100644 --- a/admin/layouts/look/repetable_numbers_right.php +++ b/admin/layouts/look/repetable_numbers_right.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage repetable_numbers_right.php diff --git a/admin/models/demo.php b/admin/models/demo.php index 74c8c2f..d1519be 100644 --- a/admin/models/demo.php +++ b/admin/models/demo.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage demo.php diff --git a/admin/models/fields/articles.php b/admin/models/fields/articles.php index 8c2d636..123ea7e 100644 --- a/admin/models/fields/articles.php +++ b/admin/models/fields/articles.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage articles.php diff --git a/admin/models/forms/help_document.js b/admin/models/forms/help_document.js index 29e3fa2..acf2917 100644 --- a/admin/models/forms/help_document.js +++ b/admin/models/forms/help_document.js @@ -3,7 +3,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage help_document.js @@ -18,38 +18,38 @@ /------------------------------------------------------------------------------------------------------*/ // Some Global Values -jform_KBdlcVRWwj_required = false; -jform_dweMHUwWAb_required = false; -jform_pnuDTOlQhG_required = false; -jform_dObkcfdSaH_required = false; +jform_XQcngFHlfz_required = false; +jform_HIJAxdnGdL_required = false; +jform_NfMtkmlVAg_required = false; +jform_zyWCHchiml_required = false; // Initial Script jQuery(document).ready(function() { - var location_uyLnUzq = jQuery("#jform_location input[type='radio']:checked").val(); - uyLnUzq(location_uyLnUzq); + var location_iapdbbz = jQuery("#jform_location input[type='radio']:checked").val(); + iapdbbz(location_iapdbbz); - var location_ywPZpnl = jQuery("#jform_location input[type='radio']:checked").val(); - ywPZpnl(location_ywPZpnl); + var location_fHWHgTv = jQuery("#jform_location input[type='radio']:checked").val(); + fHWHgTv(location_fHWHgTv); - var type_KBdlcVR = jQuery("#jform_type").val(); - KBdlcVR(type_KBdlcVR); + var type_XQcngFH = jQuery("#jform_type").val(); + XQcngFH(type_XQcngFH); - var type_dweMHUw = jQuery("#jform_type").val(); - dweMHUw(type_dweMHUw); + var type_HIJAxdn = jQuery("#jform_type").val(); + HIJAxdn(type_HIJAxdn); - var type_pnuDTOl = jQuery("#jform_type").val(); - pnuDTOl(type_pnuDTOl); + var type_NfMtkml = jQuery("#jform_type").val(); + NfMtkml(type_NfMtkml); - var target_dObkcfd = jQuery("#jform_target input[type='radio']:checked").val(); - dObkcfd(target_dObkcfd); + var target_zyWCHch = jQuery("#jform_target input[type='radio']:checked").val(); + zyWCHch(target_zyWCHch); }); -// the uyLnUzq function -function uyLnUzq(location_uyLnUzq) +// the iapdbbz function +function iapdbbz(location_iapdbbz) { // set the function logic - if (location_uyLnUzq == 1) + if (location_iapdbbz == 1) { jQuery('#jform_admin_view').closest('.control-group').show(); } @@ -59,11 +59,11 @@ function uyLnUzq(location_uyLnUzq) } } -// the ywPZpnl function -function ywPZpnl(location_ywPZpnl) +// the fHWHgTv function +function fHWHgTv(location_fHWHgTv) { // set the function logic - if (location_ywPZpnl == 2) + if (location_fHWHgTv == 2) { jQuery('#jform_site_view').closest('.control-group').show(); } @@ -73,198 +73,198 @@ function ywPZpnl(location_ywPZpnl) } } -// the KBdlcVR function -function KBdlcVR(type_KBdlcVR) +// the XQcngFH function +function XQcngFH(type_XQcngFH) { - if (isSet(type_KBdlcVR) && type_KBdlcVR.constructor !== Array) + if (isSet(type_XQcngFH) && type_XQcngFH.constructor !== Array) { - var temp_KBdlcVR = type_KBdlcVR; - var type_KBdlcVR = []; - type_KBdlcVR.push(temp_KBdlcVR); + var temp_XQcngFH = type_XQcngFH; + var type_XQcngFH = []; + type_XQcngFH.push(temp_XQcngFH); } - else if (!isSet(type_KBdlcVR)) + else if (!isSet(type_XQcngFH)) { - var type_KBdlcVR = []; + var type_XQcngFH = []; } - var type = type_KBdlcVR.some(type_KBdlcVR_SomeFunc); + var type = type_XQcngFH.some(type_XQcngFH_SomeFunc); // set this function logic if (type) { jQuery('#jform_url').closest('.control-group').show(); - if (jform_KBdlcVRWwj_required) + if (jform_XQcngFHlfz_required) { updateFieldRequired('url',0); jQuery('#jform_url').prop('required','required'); jQuery('#jform_url').attr('aria-required',true); jQuery('#jform_url').addClass('required'); - jform_KBdlcVRWwj_required = false; + jform_XQcngFHlfz_required = false; } } else { jQuery('#jform_url').closest('.control-group').hide(); - if (!jform_KBdlcVRWwj_required) + if (!jform_XQcngFHlfz_required) { updateFieldRequired('url',1); jQuery('#jform_url').removeAttr('required'); jQuery('#jform_url').removeAttr('aria-required'); jQuery('#jform_url').removeClass('required'); - jform_KBdlcVRWwj_required = true; + jform_XQcngFHlfz_required = true; } } } -// the KBdlcVR Some function -function type_KBdlcVR_SomeFunc(type_KBdlcVR) +// the XQcngFH Some function +function type_XQcngFH_SomeFunc(type_XQcngFH) { // set the function logic - if (type_KBdlcVR == 3) + if (type_XQcngFH == 3) { return true; } return false; } -// the dweMHUw function -function dweMHUw(type_dweMHUw) +// the HIJAxdn function +function HIJAxdn(type_HIJAxdn) { - if (isSet(type_dweMHUw) && type_dweMHUw.constructor !== Array) + if (isSet(type_HIJAxdn) && type_HIJAxdn.constructor !== Array) { - var temp_dweMHUw = type_dweMHUw; - var type_dweMHUw = []; - type_dweMHUw.push(temp_dweMHUw); + var temp_HIJAxdn = type_HIJAxdn; + var type_HIJAxdn = []; + type_HIJAxdn.push(temp_HIJAxdn); } - else if (!isSet(type_dweMHUw)) + else if (!isSet(type_HIJAxdn)) { - var type_dweMHUw = []; + var type_HIJAxdn = []; } - var type = type_dweMHUw.some(type_dweMHUw_SomeFunc); + var type = type_HIJAxdn.some(type_HIJAxdn_SomeFunc); // set this function logic if (type) { jQuery('#jform_article').closest('.control-group').show(); - if (jform_dweMHUwWAb_required) + if (jform_HIJAxdnGdL_required) { updateFieldRequired('article',0); jQuery('#jform_article').prop('required','required'); jQuery('#jform_article').attr('aria-required',true); jQuery('#jform_article').addClass('required'); - jform_dweMHUwWAb_required = false; + jform_HIJAxdnGdL_required = false; } } else { jQuery('#jform_article').closest('.control-group').hide(); - if (!jform_dweMHUwWAb_required) + if (!jform_HIJAxdnGdL_required) { updateFieldRequired('article',1); jQuery('#jform_article').removeAttr('required'); jQuery('#jform_article').removeAttr('aria-required'); jQuery('#jform_article').removeClass('required'); - jform_dweMHUwWAb_required = true; + jform_HIJAxdnGdL_required = true; } } } -// the dweMHUw Some function -function type_dweMHUw_SomeFunc(type_dweMHUw) +// the HIJAxdn Some function +function type_HIJAxdn_SomeFunc(type_HIJAxdn) { // set the function logic - if (type_dweMHUw == 1) + if (type_HIJAxdn == 1) { return true; } return false; } -// the pnuDTOl function -function pnuDTOl(type_pnuDTOl) +// the NfMtkml function +function NfMtkml(type_NfMtkml) { - if (isSet(type_pnuDTOl) && type_pnuDTOl.constructor !== Array) + if (isSet(type_NfMtkml) && type_NfMtkml.constructor !== Array) { - var temp_pnuDTOl = type_pnuDTOl; - var type_pnuDTOl = []; - type_pnuDTOl.push(temp_pnuDTOl); + var temp_NfMtkml = type_NfMtkml; + var type_NfMtkml = []; + type_NfMtkml.push(temp_NfMtkml); } - else if (!isSet(type_pnuDTOl)) + else if (!isSet(type_NfMtkml)) { - var type_pnuDTOl = []; + var type_NfMtkml = []; } - var type = type_pnuDTOl.some(type_pnuDTOl_SomeFunc); + var type = type_NfMtkml.some(type_NfMtkml_SomeFunc); // set this function logic if (type) { jQuery('#jform_content-lbl').closest('.control-group').show(); - if (jform_pnuDTOlQhG_required) + if (jform_NfMtkmlVAg_required) { updateFieldRequired('content',0); jQuery('#jform_content').prop('required','required'); jQuery('#jform_content').attr('aria-required',true); jQuery('#jform_content').addClass('required'); - jform_pnuDTOlQhG_required = false; + jform_NfMtkmlVAg_required = false; } } else { jQuery('#jform_content-lbl').closest('.control-group').hide(); - if (!jform_pnuDTOlQhG_required) + if (!jform_NfMtkmlVAg_required) { updateFieldRequired('content',1); jQuery('#jform_content').removeAttr('required'); jQuery('#jform_content').removeAttr('aria-required'); jQuery('#jform_content').removeClass('required'); - jform_pnuDTOlQhG_required = true; + jform_NfMtkmlVAg_required = true; } } } -// the pnuDTOl Some function -function type_pnuDTOl_SomeFunc(type_pnuDTOl) +// the NfMtkml Some function +function type_NfMtkml_SomeFunc(type_NfMtkml) { // set the function logic - if (type_pnuDTOl == 2) + if (type_NfMtkml == 2) { return true; } return false; } -// the dObkcfd function -function dObkcfd(target_dObkcfd) +// the zyWCHch function +function zyWCHch(target_zyWCHch) { // set the function logic - if (target_dObkcfd == 1) + if (target_zyWCHch == 1) { jQuery('#jform_groups').closest('.control-group').show(); - if (jform_dObkcfdSaH_required) + if (jform_zyWCHchiml_required) { updateFieldRequired('groups',0); jQuery('#jform_groups').prop('required','required'); jQuery('#jform_groups').attr('aria-required',true); jQuery('#jform_groups').addClass('required'); - jform_dObkcfdSaH_required = false; + jform_zyWCHchiml_required = false; } } else { jQuery('#jform_groups').closest('.control-group').hide(); - if (!jform_dObkcfdSaH_required) + if (!jform_zyWCHchiml_required) { updateFieldRequired('groups',1); jQuery('#jform_groups').removeAttr('required'); jQuery('#jform_groups').removeAttr('aria-required'); jQuery('#jform_groups').removeClass('required'); - jform_dObkcfdSaH_required = true; + jform_zyWCHchiml_required = true; } } } diff --git a/admin/models/forms/look.js b/admin/models/forms/look.js index 567bdf0..22628f2 100644 --- a/admin/models/forms/look.js +++ b/admin/models/forms/look.js @@ -3,7 +3,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage look.js @@ -18,23 +18,23 @@ /------------------------------------------------------------------------------------------------------*/ // Some Global Values -jform_SJxiaTCdRE_required = false; +jform_guPoHoaOBI_required = false; // Initial Script jQuery(document).ready(function() { - var name_mgQJHOz = jQuery("#jform_name").val(); - mgQJHOz(name_mgQJHOz); + var name_RVGpnBy = jQuery("#jform_name").val(); + RVGpnBy(name_RVGpnBy); - var add_SJxiaTC = jQuery("#jform_add input[type='radio']:checked").val(); - SJxiaTC(add_SJxiaTC); + var add_guPoHoa = jQuery("#jform_add input[type='radio']:checked").val(); + guPoHoa(add_guPoHoa); }); -// the mgQJHOz function -function mgQJHOz(name_mgQJHOz) +// the RVGpnBy function +function RVGpnBy(name_RVGpnBy) { // set the function logic - if (isSet(name_mgQJHOz)) + if (isSet(name_RVGpnBy)) { jQuery('#jform_alias').closest('.control-group').show(); jQuery('#jform_description').closest('.control-group').show(); @@ -46,20 +46,20 @@ function mgQJHOz(name_mgQJHOz) } } -// the SJxiaTC function -function SJxiaTC(add_SJxiaTC) +// the guPoHoa function +function guPoHoa(add_guPoHoa) { // set the function logic - if (add_SJxiaTC == 1) + if (add_guPoHoa == 1) { jQuery('#jform_acronym').closest('.control-group').show(); - if (jform_SJxiaTCdRE_required) + if (jform_guPoHoaOBI_required) { updateFieldRequired('acronym',0); jQuery('#jform_acronym').prop('required','required'); jQuery('#jform_acronym').attr('aria-required',true); jQuery('#jform_acronym').addClass('required'); - jform_SJxiaTCdRE_required = false; + jform_guPoHoaOBI_required = false; } jQuery('#jform_website').closest('.control-group').show(); @@ -67,13 +67,13 @@ function SJxiaTC(add_SJxiaTC) else { jQuery('#jform_acronym').closest('.control-group').hide(); - if (!jform_SJxiaTCdRE_required) + if (!jform_guPoHoaOBI_required) { updateFieldRequired('acronym',1); jQuery('#jform_acronym').removeAttr('required'); jQuery('#jform_acronym').removeAttr('aria-required'); jQuery('#jform_acronym').removeClass('required'); - jform_SJxiaTCdRE_required = true; + jform_guPoHoaOBI_required = true; } jQuery('#jform_website').closest('.control-group').hide(); } diff --git a/admin/models/help_document.php b/admin/models/help_document.php index 05601ac..aea4906 100644 --- a/admin/models/help_document.php +++ b/admin/models/help_document.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage help_document.php diff --git a/admin/models/help_documents.php b/admin/models/help_documents.php index ad617cd..6e04eeb 100644 --- a/admin/models/help_documents.php +++ b/admin/models/help_documents.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage help_documents.php diff --git a/admin/models/import.php b/admin/models/import.php index bd36c2f..25d14e1 100644 --- a/admin/models/import.php +++ b/admin/models/import.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage import.php diff --git a/admin/models/look.php b/admin/models/look.php index 0ae5b43..b21e47d 100644 --- a/admin/models/look.php +++ b/admin/models/look.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage look.php diff --git a/admin/models/looks.php b/admin/models/looks.php index 07f3dd6..9702adf 100644 --- a/admin/models/looks.php +++ b/admin/models/looks.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage looks.php diff --git a/admin/tables/help_document.php b/admin/tables/help_document.php index ba678ab..5a3ca0a 100644 --- a/admin/tables/help_document.php +++ b/admin/tables/help_document.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage help_document.php diff --git a/admin/tables/look.php b/admin/tables/look.php index e07a9a4..3dc6bb0 100644 --- a/admin/tables/look.php +++ b/admin/tables/look.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage look.php diff --git a/admin/views/demo/tmpl/default.php b/admin/views/demo/tmpl/default.php index 826b38a..acb900a 100644 --- a/admin/views/demo/tmpl/default.php +++ b/admin/views/demo/tmpl/default.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage default.php diff --git a/admin/views/demo/tmpl/default_main.php b/admin/views/demo/tmpl/default_main.php index b04b519..6a63bc5 100644 --- a/admin/views/demo/tmpl/default_main.php +++ b/admin/views/demo/tmpl/default_main.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage default_main.php diff --git a/admin/views/demo/tmpl/default_vdm.php b/admin/views/demo/tmpl/default_vdm.php index 79cb56a..d6f316d 100644 --- a/admin/views/demo/tmpl/default_vdm.php +++ b/admin/views/demo/tmpl/default_vdm.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage default_vdm.php diff --git a/admin/views/demo/view.html.php b/admin/views/demo/view.html.php index 2d48cfb..2fe33ac 100644 --- a/admin/views/demo/view.html.php +++ b/admin/views/demo/view.html.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage view.html.php diff --git a/admin/views/help_document/submitbutton.js b/admin/views/help_document/submitbutton.js index 223a2b8..e6a3ad2 100644 --- a/admin/views/help_document/submitbutton.js +++ b/admin/views/help_document/submitbutton.js @@ -3,7 +3,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage submitbutton.js diff --git a/admin/views/help_document/tmpl/edit.php b/admin/views/help_document/tmpl/edit.php index 22daeda..8ec059e 100644 --- a/admin/views/help_document/tmpl/edit.php +++ b/admin/views/help_document/tmpl/edit.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.5 - @build 20th February, 2016 + @build 21st February, 2016 @created 5th August, 2015 @package Demo @subpackage edit.php @@ -97,93 +97,93 @@ $componentParams = JComponentHelper::getParams('com_demo');