Trying to remove random variable changes per/build, or at least to cut it down in a major way.

This commit is contained in:
Llewellyn van der Merwe 2016-02-26 15:57:17 +02:00
parent aee8b08af5
commit a48bc3b9e6
17 changed files with 370 additions and 370 deletions

View File

@ -28,7 +28,7 @@
defined('_JEXEC') or die('Restricted access'); defined('_JEXEC') or die('Restricted access');
// set the defaults // set the defaults
$items = $displayData->buysermons; $items = $displayData->vvvsermons;
$user = JFactory::getUser(); $user = JFactory::getUser();
$id = $displayData->item->id; $id = $displayData->item->id;
$edit = "index.php?option=com_sermondistributor&view=sermons&task=sermon.edit"; $edit = "index.php?option=com_sermondistributor&view=sermons&task=sermon.edit";

View File

@ -28,7 +28,7 @@
defined('_JEXEC') or die('Restricted access'); defined('_JEXEC') or die('Restricted access');
// set the defaults // set the defaults
$items = $displayData->cvusermons; $items = $displayData->vwcsermons;
$user = JFactory::getUser(); $user = JFactory::getUser();
$id = $displayData->item->id; $id = $displayData->item->id;
$edit = "index.php?option=com_sermondistributor&view=sermons&task=sermon.edit"; $edit = "index.php?option=com_sermondistributor&view=sermons&task=sermon.edit";

View File

@ -28,7 +28,7 @@
defined('_JEXEC') or die('Restricted access'); defined('_JEXEC') or die('Restricted access');
// set the defaults // set the defaults
$items = $displayData->fpwstastics; $items = $displayData->vwbstastics;
$user = JFactory::getUser(); $user = JFactory::getUser();
$id = $displayData->item->id; $id = $displayData->item->id;
$edit = "index.php?option=com_sermondistributor&view=statistics&task=statistic.edit"; $edit = "index.php?option=com_sermondistributor&view=statistics&task=statistic.edit";

View File

@ -23,38 +23,38 @@
/-----------------------------------------------------------------------------------------------------------------------------*/ /-----------------------------------------------------------------------------------------------------------------------------*/
// Some Global Values // Some Global Values
jform_foAQwOmzhF_required = false; jform_vvvvvwgvwd_required = false;
jform_anTXLqQnMq_required = false; jform_vvvvvwhvwe_required = false;
jform_unEaDxhqRG_required = false; jform_vvvvvwivwf_required = false;
jform_jWTPKsHcZM_required = false; jform_vvvvvwjvwg_required = false;
// Initial Script // Initial Script
jQuery(document).ready(function() jQuery(document).ready(function()
{ {
var location_JoAbvrL = jQuery("#jform_location input[type='radio']:checked").val(); var location_vvvvvwe = jQuery("#jform_location input[type='radio']:checked").val();
JoAbvrL(location_JoAbvrL); vvvvvwe(location_vvvvvwe);
var location_rNfUvyQ = jQuery("#jform_location input[type='radio']:checked").val(); var location_vvvvvwf = jQuery("#jform_location input[type='radio']:checked").val();
rNfUvyQ(location_rNfUvyQ); vvvvvwf(location_vvvvvwf);
var type_foAQwOm = jQuery("#jform_type").val(); var type_vvvvvwg = jQuery("#jform_type").val();
foAQwOm(type_foAQwOm); vvvvvwg(type_vvvvvwg);
var type_anTXLqQ = jQuery("#jform_type").val(); var type_vvvvvwh = jQuery("#jform_type").val();
anTXLqQ(type_anTXLqQ); vvvvvwh(type_vvvvvwh);
var type_unEaDxh = jQuery("#jform_type").val(); var type_vvvvvwi = jQuery("#jform_type").val();
unEaDxh(type_unEaDxh); vvvvvwi(type_vvvvvwi);
var target_jWTPKsH = jQuery("#jform_target input[type='radio']:checked").val(); var target_vvvvvwj = jQuery("#jform_target input[type='radio']:checked").val();
jWTPKsH(target_jWTPKsH); vvvvvwj(target_vvvvvwj);
}); });
// the JoAbvrL function // the vvvvvwe function
function JoAbvrL(location_JoAbvrL) function vvvvvwe(location_vvvvvwe)
{ {
// [Interpretation 7326] set the function logic // [Interpretation 7326] set the function logic
if (location_JoAbvrL == 1) if (location_vvvvvwe == 1)
{ {
jQuery('#jform_admin_view').closest('.control-group').show(); jQuery('#jform_admin_view').closest('.control-group').show();
} }
@ -64,11 +64,11 @@ function JoAbvrL(location_JoAbvrL)
} }
} }
// the rNfUvyQ function // the vvvvvwf function
function rNfUvyQ(location_rNfUvyQ) function vvvvvwf(location_vvvvvwf)
{ {
// [Interpretation 7326] set the function logic // [Interpretation 7326] set the function logic
if (location_rNfUvyQ == 2) if (location_vvvvvwf == 2)
{ {
jQuery('#jform_site_view').closest('.control-group').show(); jQuery('#jform_site_view').closest('.control-group').show();
} }
@ -78,198 +78,198 @@ function rNfUvyQ(location_rNfUvyQ)
} }
} }
// the foAQwOm function // the vvvvvwg function
function foAQwOm(type_foAQwOm) function vvvvvwg(type_vvvvvwg)
{ {
if (isSet(type_foAQwOm) && type_foAQwOm.constructor !== Array) if (isSet(type_vvvvvwg) && type_vvvvvwg.constructor !== Array)
{ {
var temp_foAQwOm = type_foAQwOm; var temp_vvvvvwg = type_vvvvvwg;
var type_foAQwOm = []; var type_vvvvvwg = [];
type_foAQwOm.push(temp_foAQwOm); type_vvvvvwg.push(temp_vvvvvwg);
} }
else if (!isSet(type_foAQwOm)) else if (!isSet(type_vvvvvwg))
{ {
var type_foAQwOm = []; var type_vvvvvwg = [];
} }
var type = type_foAQwOm.some(type_foAQwOm_SomeFunc); var type = type_vvvvvwg.some(type_vvvvvwg_SomeFunc);
// [Interpretation 7304] set this function logic // [Interpretation 7304] set this function logic
if (type) if (type)
{ {
jQuery('#jform_url').closest('.control-group').show(); jQuery('#jform_url').closest('.control-group').show();
if (jform_foAQwOmzhF_required) if (jform_vvvvvwgvwd_required)
{ {
updateFieldRequired('url',0); updateFieldRequired('url',0);
jQuery('#jform_url').prop('required','required'); jQuery('#jform_url').prop('required','required');
jQuery('#jform_url').attr('aria-required',true); jQuery('#jform_url').attr('aria-required',true);
jQuery('#jform_url').addClass('required'); jQuery('#jform_url').addClass('required');
jform_foAQwOmzhF_required = false; jform_vvvvvwgvwd_required = false;
} }
} }
else else
{ {
jQuery('#jform_url').closest('.control-group').hide(); jQuery('#jform_url').closest('.control-group').hide();
if (!jform_foAQwOmzhF_required) if (!jform_vvvvvwgvwd_required)
{ {
updateFieldRequired('url',1); updateFieldRequired('url',1);
jQuery('#jform_url').removeAttr('required'); jQuery('#jform_url').removeAttr('required');
jQuery('#jform_url').removeAttr('aria-required'); jQuery('#jform_url').removeAttr('aria-required');
jQuery('#jform_url').removeClass('required'); jQuery('#jform_url').removeClass('required');
jform_foAQwOmzhF_required = true; jform_vvvvvwgvwd_required = true;
} }
} }
} }
// the foAQwOm Some function // the vvvvvwg Some function
function type_foAQwOm_SomeFunc(type_foAQwOm) function type_vvvvvwg_SomeFunc(type_vvvvvwg)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (type_foAQwOm == 3) if (type_vvvvvwg == 3)
{ {
return true; return true;
} }
return false; return false;
} }
// the anTXLqQ function // the vvvvvwh function
function anTXLqQ(type_anTXLqQ) function vvvvvwh(type_vvvvvwh)
{ {
if (isSet(type_anTXLqQ) && type_anTXLqQ.constructor !== Array) if (isSet(type_vvvvvwh) && type_vvvvvwh.constructor !== Array)
{ {
var temp_anTXLqQ = type_anTXLqQ; var temp_vvvvvwh = type_vvvvvwh;
var type_anTXLqQ = []; var type_vvvvvwh = [];
type_anTXLqQ.push(temp_anTXLqQ); type_vvvvvwh.push(temp_vvvvvwh);
} }
else if (!isSet(type_anTXLqQ)) else if (!isSet(type_vvvvvwh))
{ {
var type_anTXLqQ = []; var type_vvvvvwh = [];
} }
var type = type_anTXLqQ.some(type_anTXLqQ_SomeFunc); var type = type_vvvvvwh.some(type_vvvvvwh_SomeFunc);
// [Interpretation 7304] set this function logic // [Interpretation 7304] set this function logic
if (type) if (type)
{ {
jQuery('#jform_article').closest('.control-group').show(); jQuery('#jform_article').closest('.control-group').show();
if (jform_anTXLqQnMq_required) if (jform_vvvvvwhvwe_required)
{ {
updateFieldRequired('article',0); updateFieldRequired('article',0);
jQuery('#jform_article').prop('required','required'); jQuery('#jform_article').prop('required','required');
jQuery('#jform_article').attr('aria-required',true); jQuery('#jform_article').attr('aria-required',true);
jQuery('#jform_article').addClass('required'); jQuery('#jform_article').addClass('required');
jform_anTXLqQnMq_required = false; jform_vvvvvwhvwe_required = false;
} }
} }
else else
{ {
jQuery('#jform_article').closest('.control-group').hide(); jQuery('#jform_article').closest('.control-group').hide();
if (!jform_anTXLqQnMq_required) if (!jform_vvvvvwhvwe_required)
{ {
updateFieldRequired('article',1); updateFieldRequired('article',1);
jQuery('#jform_article').removeAttr('required'); jQuery('#jform_article').removeAttr('required');
jQuery('#jform_article').removeAttr('aria-required'); jQuery('#jform_article').removeAttr('aria-required');
jQuery('#jform_article').removeClass('required'); jQuery('#jform_article').removeClass('required');
jform_anTXLqQnMq_required = true; jform_vvvvvwhvwe_required = true;
} }
} }
} }
// the anTXLqQ Some function // the vvvvvwh Some function
function type_anTXLqQ_SomeFunc(type_anTXLqQ) function type_vvvvvwh_SomeFunc(type_vvvvvwh)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (type_anTXLqQ == 1) if (type_vvvvvwh == 1)
{ {
return true; return true;
} }
return false; return false;
} }
// the unEaDxh function // the vvvvvwi function
function unEaDxh(type_unEaDxh) function vvvvvwi(type_vvvvvwi)
{ {
if (isSet(type_unEaDxh) && type_unEaDxh.constructor !== Array) if (isSet(type_vvvvvwi) && type_vvvvvwi.constructor !== Array)
{ {
var temp_unEaDxh = type_unEaDxh; var temp_vvvvvwi = type_vvvvvwi;
var type_unEaDxh = []; var type_vvvvvwi = [];
type_unEaDxh.push(temp_unEaDxh); type_vvvvvwi.push(temp_vvvvvwi);
} }
else if (!isSet(type_unEaDxh)) else if (!isSet(type_vvvvvwi))
{ {
var type_unEaDxh = []; var type_vvvvvwi = [];
} }
var type = type_unEaDxh.some(type_unEaDxh_SomeFunc); var type = type_vvvvvwi.some(type_vvvvvwi_SomeFunc);
// [Interpretation 7304] set this function logic // [Interpretation 7304] set this function logic
if (type) if (type)
{ {
jQuery('#jform_content-lbl').closest('.control-group').show(); jQuery('#jform_content-lbl').closest('.control-group').show();
if (jform_unEaDxhqRG_required) if (jform_vvvvvwivwf_required)
{ {
updateFieldRequired('content',0); updateFieldRequired('content',0);
jQuery('#jform_content').prop('required','required'); jQuery('#jform_content').prop('required','required');
jQuery('#jform_content').attr('aria-required',true); jQuery('#jform_content').attr('aria-required',true);
jQuery('#jform_content').addClass('required'); jQuery('#jform_content').addClass('required');
jform_unEaDxhqRG_required = false; jform_vvvvvwivwf_required = false;
} }
} }
else else
{ {
jQuery('#jform_content-lbl').closest('.control-group').hide(); jQuery('#jform_content-lbl').closest('.control-group').hide();
if (!jform_unEaDxhqRG_required) if (!jform_vvvvvwivwf_required)
{ {
updateFieldRequired('content',1); updateFieldRequired('content',1);
jQuery('#jform_content').removeAttr('required'); jQuery('#jform_content').removeAttr('required');
jQuery('#jform_content').removeAttr('aria-required'); jQuery('#jform_content').removeAttr('aria-required');
jQuery('#jform_content').removeClass('required'); jQuery('#jform_content').removeClass('required');
jform_unEaDxhqRG_required = true; jform_vvvvvwivwf_required = true;
} }
} }
} }
// the unEaDxh Some function // the vvvvvwi Some function
function type_unEaDxh_SomeFunc(type_unEaDxh) function type_vvvvvwi_SomeFunc(type_vvvvvwi)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (type_unEaDxh == 2) if (type_vvvvvwi == 2)
{ {
return true; return true;
} }
return false; return false;
} }
// the jWTPKsH function // the vvvvvwj function
function jWTPKsH(target_jWTPKsH) function vvvvvwj(target_vvvvvwj)
{ {
// [Interpretation 7326] set the function logic // [Interpretation 7326] set the function logic
if (target_jWTPKsH == 1) if (target_vvvvvwj == 1)
{ {
jQuery('#jform_groups').closest('.control-group').show(); jQuery('#jform_groups').closest('.control-group').show();
if (jform_jWTPKsHcZM_required) if (jform_vvvvvwjvwg_required)
{ {
updateFieldRequired('groups',0); updateFieldRequired('groups',0);
jQuery('#jform_groups').prop('required','required'); jQuery('#jform_groups').prop('required','required');
jQuery('#jform_groups').attr('aria-required',true); jQuery('#jform_groups').attr('aria-required',true);
jQuery('#jform_groups').addClass('required'); jQuery('#jform_groups').addClass('required');
jform_jWTPKsHcZM_required = false; jform_vvvvvwjvwg_required = false;
} }
} }
else else
{ {
jQuery('#jform_groups').closest('.control-group').hide(); jQuery('#jform_groups').closest('.control-group').hide();
if (!jform_jWTPKsHcZM_required) if (!jform_vvvvvwjvwg_required)
{ {
updateFieldRequired('groups',1); updateFieldRequired('groups',1);
jQuery('#jform_groups').removeAttr('required'); jQuery('#jform_groups').removeAttr('required');
jQuery('#jform_groups').removeAttr('aria-required'); jQuery('#jform_groups').removeAttr('aria-required');
jQuery('#jform_groups').removeClass('required'); jQuery('#jform_groups').removeClass('required');
jform_jWTPKsHcZM_required = true; jform_vvvvvwjvwg_required = true;
} }
} }
} }

View File

@ -23,124 +23,124 @@
/-----------------------------------------------------------------------------------------------------------------------------*/ /-----------------------------------------------------------------------------------------------------------------------------*/
// Some Global Values // Some Global Values
jform_yiajFDoAlz_required = false; jform_vvvvvvvvvw_required = false;
jform_BpsslKyQPr_required = false; jform_vvvvvvyvvx_required = false;
jform_ZwSoQfKCIO_required = false; jform_vvvvvvzvvy_required = false;
jform_gVxKSDylWj_required = false; jform_vvvvvwavvz_required = false;
jform_RyyiYEPpBI_required = false; jform_vvvvvwbvwa_required = false;
// Initial Script // Initial Script
jQuery(document).ready(function() jQuery(document).ready(function()
{ {
var source_yiajFDo = jQuery("#jform_source").val(); var source_vvvvvvv = jQuery("#jform_source").val();
yiajFDo(source_yiajFDo); vvvvvvv(source_vvvvvvv);
var source_GHhCiBF = jQuery("#jform_source").val(); var source_vvvvvvw = jQuery("#jform_source").val();
var build_GHhCiBF = jQuery("#jform_build input[type='radio']:checked").val(); var build_vvvvvvw = jQuery("#jform_build input[type='radio']:checked").val();
GHhCiBF(source_GHhCiBF,build_GHhCiBF); vvvvvvw(source_vvvvvvw,build_vvvvvvw);
var source_BpsslKy = jQuery("#jform_source").val(); var source_vvvvvvy = jQuery("#jform_source").val();
var build_BpsslKy = jQuery("#jform_build input[type='radio']:checked").val(); var build_vvvvvvy = jQuery("#jform_build input[type='radio']:checked").val();
BpsslKy(source_BpsslKy,build_BpsslKy); vvvvvvy(source_vvvvvvy,build_vvvvvvy);
var build_ZwSoQfK = jQuery("#jform_build input[type='radio']:checked").val(); var build_vvvvvvz = jQuery("#jform_build input[type='radio']:checked").val();
var source_ZwSoQfK = jQuery("#jform_source").val(); var source_vvvvvvz = jQuery("#jform_source").val();
ZwSoQfK(build_ZwSoQfK,source_ZwSoQfK); vvvvvvz(build_vvvvvvz,source_vvvvvvz);
var source_gVxKSDy = jQuery("#jform_source").val(); var source_vvvvvwa = jQuery("#jform_source").val();
gVxKSDy(source_gVxKSDy); vvvvvwa(source_vvvvvwa);
var source_RyyiYEP = jQuery("#jform_source").val(); var source_vvvvvwb = jQuery("#jform_source").val();
RyyiYEP(source_RyyiYEP); vvvvvwb(source_vvvvvwb);
var link_type_NAXJLJJ = jQuery("#jform_link_type input[type='radio']:checked").val(); var link_type_vvvvvwc = jQuery("#jform_link_type input[type='radio']:checked").val();
NAXJLJJ(link_type_NAXJLJJ); vvvvvwc(link_type_vvvvvwc);
var link_type_mouetwA = jQuery("#jform_link_type input[type='radio']:checked").val(); var link_type_vvvvvwd = jQuery("#jform_link_type input[type='radio']:checked").val();
mouetwA(link_type_mouetwA); vvvvvwd(link_type_vvvvvwd);
}); });
// the yiajFDo function // the vvvvvvv function
function yiajFDo(source_yiajFDo) function vvvvvvv(source_vvvvvvv)
{ {
if (isSet(source_yiajFDo) && source_yiajFDo.constructor !== Array) if (isSet(source_vvvvvvv) && source_vvvvvvv.constructor !== Array)
{ {
var temp_yiajFDo = source_yiajFDo; var temp_vvvvvvv = source_vvvvvvv;
var source_yiajFDo = []; var source_vvvvvvv = [];
source_yiajFDo.push(temp_yiajFDo); source_vvvvvvv.push(temp_vvvvvvv);
} }
else if (!isSet(source_yiajFDo)) else if (!isSet(source_vvvvvvv))
{ {
var source_yiajFDo = []; var source_vvvvvvv = [];
} }
var source = source_yiajFDo.some(source_yiajFDo_SomeFunc); var source = source_vvvvvvv.some(source_vvvvvvv_SomeFunc);
// [Interpretation 7304] set this function logic // [Interpretation 7304] set this function logic
if (source) if (source)
{ {
jQuery('#jform_build').closest('.control-group').show(); jQuery('#jform_build').closest('.control-group').show();
if (jform_yiajFDoAlz_required) if (jform_vvvvvvvvvw_required)
{ {
updateFieldRequired('build',0); updateFieldRequired('build',0);
jQuery('#jform_build').prop('required','required'); jQuery('#jform_build').prop('required','required');
jQuery('#jform_build').attr('aria-required',true); jQuery('#jform_build').attr('aria-required',true);
jQuery('#jform_build').addClass('required'); jQuery('#jform_build').addClass('required');
jform_yiajFDoAlz_required = false; jform_vvvvvvvvvw_required = false;
} }
} }
else else
{ {
jQuery('#jform_build').closest('.control-group').hide(); jQuery('#jform_build').closest('.control-group').hide();
if (!jform_yiajFDoAlz_required) if (!jform_vvvvvvvvvw_required)
{ {
updateFieldRequired('build',1); updateFieldRequired('build',1);
jQuery('#jform_build').removeAttr('required'); jQuery('#jform_build').removeAttr('required');
jQuery('#jform_build').removeAttr('aria-required'); jQuery('#jform_build').removeAttr('aria-required');
jQuery('#jform_build').removeClass('required'); jQuery('#jform_build').removeClass('required');
jform_yiajFDoAlz_required = true; jform_vvvvvvvvvw_required = true;
} }
} }
} }
// the yiajFDo Some function // the vvvvvvv Some function
function source_yiajFDo_SomeFunc(source_yiajFDo) function source_vvvvvvv_SomeFunc(source_vvvvvvv)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (source_yiajFDo == 2) if (source_vvvvvvv == 2)
{ {
return true; return true;
} }
return false; return false;
} }
// the GHhCiBF function // the vvvvvvw function
function GHhCiBF(source_GHhCiBF,build_GHhCiBF) function vvvvvvw(source_vvvvvvw,build_vvvvvvw)
{ {
if (isSet(source_GHhCiBF) && source_GHhCiBF.constructor !== Array) if (isSet(source_vvvvvvw) && source_vvvvvvw.constructor !== Array)
{ {
var temp_GHhCiBF = source_GHhCiBF; var temp_vvvvvvw = source_vvvvvvw;
var source_GHhCiBF = []; var source_vvvvvvw = [];
source_GHhCiBF.push(temp_GHhCiBF); source_vvvvvvw.push(temp_vvvvvvw);
} }
else if (!isSet(source_GHhCiBF)) else if (!isSet(source_vvvvvvw))
{ {
var source_GHhCiBF = []; var source_vvvvvvw = [];
} }
var source = source_GHhCiBF.some(source_GHhCiBF_SomeFunc); var source = source_vvvvvvw.some(source_vvvvvvw_SomeFunc);
if (isSet(build_GHhCiBF) && build_GHhCiBF.constructor !== Array) if (isSet(build_vvvvvvw) && build_vvvvvvw.constructor !== Array)
{ {
var temp_GHhCiBF = build_GHhCiBF; var temp_vvvvvvw = build_vvvvvvw;
var build_GHhCiBF = []; var build_vvvvvvw = [];
build_GHhCiBF.push(temp_GHhCiBF); build_vvvvvvw.push(temp_vvvvvvw);
} }
else if (!isSet(build_GHhCiBF)) else if (!isSet(build_vvvvvvw))
{ {
var build_GHhCiBF = []; var build_vvvvvvw = [];
} }
var build = build_GHhCiBF.some(build_GHhCiBF_SomeFunc); var build = build_vvvvvvw.some(build_vvvvvvw_SomeFunc);
// [Interpretation 7304] set this function logic // [Interpretation 7304] set this function logic
@ -154,67 +154,67 @@ function GHhCiBF(source_GHhCiBF,build_GHhCiBF)
} }
} }
// the GHhCiBF Some function // the vvvvvvw Some function
function source_GHhCiBF_SomeFunc(source_GHhCiBF) function source_vvvvvvw_SomeFunc(source_vvvvvvw)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (source_GHhCiBF == 2) if (source_vvvvvvw == 2)
{ {
return true; return true;
} }
return false; return false;
} }
// the GHhCiBF Some function // the vvvvvvw Some function
function build_GHhCiBF_SomeFunc(build_GHhCiBF) function build_vvvvvvw_SomeFunc(build_vvvvvvw)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (build_GHhCiBF == 2) if (build_vvvvvvw == 2)
{ {
return true; return true;
} }
return false; return false;
} }
// the BpsslKy function // the vvvvvvy function
function BpsslKy(source_BpsslKy,build_BpsslKy) function vvvvvvy(source_vvvvvvy,build_vvvvvvy)
{ {
if (isSet(source_BpsslKy) && source_BpsslKy.constructor !== Array) if (isSet(source_vvvvvvy) && source_vvvvvvy.constructor !== Array)
{ {
var temp_BpsslKy = source_BpsslKy; var temp_vvvvvvy = source_vvvvvvy;
var source_BpsslKy = []; var source_vvvvvvy = [];
source_BpsslKy.push(temp_BpsslKy); source_vvvvvvy.push(temp_vvvvvvy);
} }
else if (!isSet(source_BpsslKy)) else if (!isSet(source_vvvvvvy))
{ {
var source_BpsslKy = []; var source_vvvvvvy = [];
} }
var source = source_BpsslKy.some(source_BpsslKy_SomeFunc); var source = source_vvvvvvy.some(source_vvvvvvy_SomeFunc);
if (isSet(build_BpsslKy) && build_BpsslKy.constructor !== Array) if (isSet(build_vvvvvvy) && build_vvvvvvy.constructor !== Array)
{ {
var temp_BpsslKy = build_BpsslKy; var temp_vvvvvvy = build_vvvvvvy;
var build_BpsslKy = []; var build_vvvvvvy = [];
build_BpsslKy.push(temp_BpsslKy); build_vvvvvvy.push(temp_vvvvvvy);
} }
else if (!isSet(build_BpsslKy)) else if (!isSet(build_vvvvvvy))
{ {
var build_BpsslKy = []; var build_vvvvvvy = [];
} }
var build = build_BpsslKy.some(build_BpsslKy_SomeFunc); var build = build_vvvvvvy.some(build_vvvvvvy_SomeFunc);
// [Interpretation 7304] set this function logic // [Interpretation 7304] set this function logic
if (source && build) if (source && build)
{ {
jQuery('#jform_manual_files').closest('.control-group').show(); jQuery('#jform_manual_files').closest('.control-group').show();
if (jform_BpsslKyQPr_required) if (jform_vvvvvvyvvx_required)
{ {
updateFieldRequired('manual_files',0); updateFieldRequired('manual_files',0);
jQuery('#jform_manual_files').prop('required','required'); jQuery('#jform_manual_files').prop('required','required');
jQuery('#jform_manual_files').attr('aria-required',true); jQuery('#jform_manual_files').attr('aria-required',true);
jQuery('#jform_manual_files').addClass('required'); jQuery('#jform_manual_files').addClass('required');
jform_BpsslKyQPr_required = false; jform_vvvvvvyvvx_required = false;
} }
jQuery('.note_manual_dropbox').closest('.control-group').show(); jQuery('.note_manual_dropbox').closest('.control-group').show();
@ -222,79 +222,79 @@ function BpsslKy(source_BpsslKy,build_BpsslKy)
else else
{ {
jQuery('#jform_manual_files').closest('.control-group').hide(); jQuery('#jform_manual_files').closest('.control-group').hide();
if (!jform_BpsslKyQPr_required) if (!jform_vvvvvvyvvx_required)
{ {
updateFieldRequired('manual_files',1); updateFieldRequired('manual_files',1);
jQuery('#jform_manual_files').removeAttr('required'); jQuery('#jform_manual_files').removeAttr('required');
jQuery('#jform_manual_files').removeAttr('aria-required'); jQuery('#jform_manual_files').removeAttr('aria-required');
jQuery('#jform_manual_files').removeClass('required'); jQuery('#jform_manual_files').removeClass('required');
jform_BpsslKyQPr_required = true; jform_vvvvvvyvvx_required = true;
} }
jQuery('.note_manual_dropbox').closest('.control-group').hide(); jQuery('.note_manual_dropbox').closest('.control-group').hide();
} }
} }
// the BpsslKy Some function // the vvvvvvy Some function
function source_BpsslKy_SomeFunc(source_BpsslKy) function source_vvvvvvy_SomeFunc(source_vvvvvvy)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (source_BpsslKy == 2) if (source_vvvvvvy == 2)
{ {
return true; return true;
} }
return false; return false;
} }
// the BpsslKy Some function // the vvvvvvy Some function
function build_BpsslKy_SomeFunc(build_BpsslKy) function build_vvvvvvy_SomeFunc(build_vvvvvvy)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (build_BpsslKy == 1) if (build_vvvvvvy == 1)
{ {
return true; return true;
} }
return false; return false;
} }
// the ZwSoQfK function // the vvvvvvz function
function ZwSoQfK(build_ZwSoQfK,source_ZwSoQfK) function vvvvvvz(build_vvvvvvz,source_vvvvvvz)
{ {
if (isSet(build_ZwSoQfK) && build_ZwSoQfK.constructor !== Array) if (isSet(build_vvvvvvz) && build_vvvvvvz.constructor !== Array)
{ {
var temp_ZwSoQfK = build_ZwSoQfK; var temp_vvvvvvz = build_vvvvvvz;
var build_ZwSoQfK = []; var build_vvvvvvz = [];
build_ZwSoQfK.push(temp_ZwSoQfK); build_vvvvvvz.push(temp_vvvvvvz);
} }
else if (!isSet(build_ZwSoQfK)) else if (!isSet(build_vvvvvvz))
{ {
var build_ZwSoQfK = []; var build_vvvvvvz = [];
} }
var build = build_ZwSoQfK.some(build_ZwSoQfK_SomeFunc); var build = build_vvvvvvz.some(build_vvvvvvz_SomeFunc);
if (isSet(source_ZwSoQfK) && source_ZwSoQfK.constructor !== Array) if (isSet(source_vvvvvvz) && source_vvvvvvz.constructor !== Array)
{ {
var temp_ZwSoQfK = source_ZwSoQfK; var temp_vvvvvvz = source_vvvvvvz;
var source_ZwSoQfK = []; var source_vvvvvvz = [];
source_ZwSoQfK.push(temp_ZwSoQfK); source_vvvvvvz.push(temp_vvvvvvz);
} }
else if (!isSet(source_ZwSoQfK)) else if (!isSet(source_vvvvvvz))
{ {
var source_ZwSoQfK = []; var source_vvvvvvz = [];
} }
var source = source_ZwSoQfK.some(source_ZwSoQfK_SomeFunc); var source = source_vvvvvvz.some(source_vvvvvvz_SomeFunc);
// [Interpretation 7304] set this function logic // [Interpretation 7304] set this function logic
if (build && source) if (build && source)
{ {
jQuery('#jform_manual_files').closest('.control-group').show(); jQuery('#jform_manual_files').closest('.control-group').show();
if (jform_ZwSoQfKCIO_required) if (jform_vvvvvvzvvy_required)
{ {
updateFieldRequired('manual_files',0); updateFieldRequired('manual_files',0);
jQuery('#jform_manual_files').prop('required','required'); jQuery('#jform_manual_files').prop('required','required');
jQuery('#jform_manual_files').attr('aria-required',true); jQuery('#jform_manual_files').attr('aria-required',true);
jQuery('#jform_manual_files').addClass('required'); jQuery('#jform_manual_files').addClass('required');
jform_ZwSoQfKCIO_required = false; jform_vvvvvvzvvy_required = false;
} }
jQuery('.note_manual_dropbox').closest('.control-group').show(); jQuery('.note_manual_dropbox').closest('.control-group').show();
@ -302,155 +302,155 @@ function ZwSoQfK(build_ZwSoQfK,source_ZwSoQfK)
else else
{ {
jQuery('#jform_manual_files').closest('.control-group').hide(); jQuery('#jform_manual_files').closest('.control-group').hide();
if (!jform_ZwSoQfKCIO_required) if (!jform_vvvvvvzvvy_required)
{ {
updateFieldRequired('manual_files',1); updateFieldRequired('manual_files',1);
jQuery('#jform_manual_files').removeAttr('required'); jQuery('#jform_manual_files').removeAttr('required');
jQuery('#jform_manual_files').removeAttr('aria-required'); jQuery('#jform_manual_files').removeAttr('aria-required');
jQuery('#jform_manual_files').removeClass('required'); jQuery('#jform_manual_files').removeClass('required');
jform_ZwSoQfKCIO_required = true; jform_vvvvvvzvvy_required = true;
} }
jQuery('.note_manual_dropbox').closest('.control-group').hide(); jQuery('.note_manual_dropbox').closest('.control-group').hide();
} }
} }
// the ZwSoQfK Some function // the vvvvvvz Some function
function build_ZwSoQfK_SomeFunc(build_ZwSoQfK) function build_vvvvvvz_SomeFunc(build_vvvvvvz)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (build_ZwSoQfK == 1) if (build_vvvvvvz == 1)
{ {
return true; return true;
} }
return false; return false;
} }
// the ZwSoQfK Some function // the vvvvvvz Some function
function source_ZwSoQfK_SomeFunc(source_ZwSoQfK) function source_vvvvvvz_SomeFunc(source_vvvvvvz)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (source_ZwSoQfK == 2) if (source_vvvvvvz == 2)
{ {
return true; return true;
} }
return false; return false;
} }
// the gVxKSDy function // the vvvvvwa function
function gVxKSDy(source_gVxKSDy) function vvvvvwa(source_vvvvvwa)
{ {
if (isSet(source_gVxKSDy) && source_gVxKSDy.constructor !== Array) if (isSet(source_vvvvvwa) && source_vvvvvwa.constructor !== Array)
{ {
var temp_gVxKSDy = source_gVxKSDy; var temp_vvvvvwa = source_vvvvvwa;
var source_gVxKSDy = []; var source_vvvvvwa = [];
source_gVxKSDy.push(temp_gVxKSDy); source_vvvvvwa.push(temp_vvvvvwa);
} }
else if (!isSet(source_gVxKSDy)) else if (!isSet(source_vvvvvwa))
{ {
var source_gVxKSDy = []; var source_vvvvvwa = [];
} }
var source = source_gVxKSDy.some(source_gVxKSDy_SomeFunc); var source = source_vvvvvwa.some(source_vvvvvwa_SomeFunc);
// [Interpretation 7304] set this function logic // [Interpretation 7304] set this function logic
if (source) if (source)
{ {
jQuery('#jform_local_files').closest('.control-group').show(); jQuery('#jform_local_files').closest('.control-group').show();
if (jform_gVxKSDylWj_required) if (jform_vvvvvwavvz_required)
{ {
updateFieldRequired('local_files',0); updateFieldRequired('local_files',0);
jQuery('#jform_local_files').prop('required','required'); jQuery('#jform_local_files').prop('required','required');
jQuery('#jform_local_files').attr('aria-required',true); jQuery('#jform_local_files').attr('aria-required',true);
jQuery('#jform_local_files').addClass('required'); jQuery('#jform_local_files').addClass('required');
jform_gVxKSDylWj_required = false; jform_vvvvvwavvz_required = false;
} }
} }
else else
{ {
jQuery('#jform_local_files').closest('.control-group').hide(); jQuery('#jform_local_files').closest('.control-group').hide();
if (!jform_gVxKSDylWj_required) if (!jform_vvvvvwavvz_required)
{ {
updateFieldRequired('local_files',1); updateFieldRequired('local_files',1);
jQuery('#jform_local_files').removeAttr('required'); jQuery('#jform_local_files').removeAttr('required');
jQuery('#jform_local_files').removeAttr('aria-required'); jQuery('#jform_local_files').removeAttr('aria-required');
jQuery('#jform_local_files').removeClass('required'); jQuery('#jform_local_files').removeClass('required');
jform_gVxKSDylWj_required = true; jform_vvvvvwavvz_required = true;
} }
} }
} }
// the gVxKSDy Some function // the vvvvvwa Some function
function source_gVxKSDy_SomeFunc(source_gVxKSDy) function source_vvvvvwa_SomeFunc(source_vvvvvwa)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (source_gVxKSDy == 1) if (source_vvvvvwa == 1)
{ {
return true; return true;
} }
return false; return false;
} }
// the RyyiYEP function // the vvvvvwb function
function RyyiYEP(source_RyyiYEP) function vvvvvwb(source_vvvvvwb)
{ {
if (isSet(source_RyyiYEP) && source_RyyiYEP.constructor !== Array) if (isSet(source_vvvvvwb) && source_vvvvvwb.constructor !== Array)
{ {
var temp_RyyiYEP = source_RyyiYEP; var temp_vvvvvwb = source_vvvvvwb;
var source_RyyiYEP = []; var source_vvvvvwb = [];
source_RyyiYEP.push(temp_RyyiYEP); source_vvvvvwb.push(temp_vvvvvwb);
} }
else if (!isSet(source_RyyiYEP)) else if (!isSet(source_vvvvvwb))
{ {
var source_RyyiYEP = []; var source_vvvvvwb = [];
} }
var source = source_RyyiYEP.some(source_RyyiYEP_SomeFunc); var source = source_vvvvvwb.some(source_vvvvvwb_SomeFunc);
// [Interpretation 7304] set this function logic // [Interpretation 7304] set this function logic
if (source) if (source)
{ {
jQuery('#jform_url').closest('.control-group').show(); jQuery('#jform_url').closest('.control-group').show();
if (jform_RyyiYEPpBI_required) if (jform_vvvvvwbvwa_required)
{ {
updateFieldRequired('url',0); updateFieldRequired('url',0);
jQuery('#jform_url').prop('required','required'); jQuery('#jform_url').prop('required','required');
jQuery('#jform_url').attr('aria-required',true); jQuery('#jform_url').attr('aria-required',true);
jQuery('#jform_url').addClass('required'); jQuery('#jform_url').addClass('required');
jform_RyyiYEPpBI_required = false; jform_vvvvvwbvwa_required = false;
} }
} }
else else
{ {
jQuery('#jform_url').closest('.control-group').hide(); jQuery('#jform_url').closest('.control-group').hide();
if (!jform_RyyiYEPpBI_required) if (!jform_vvvvvwbvwa_required)
{ {
updateFieldRequired('url',1); updateFieldRequired('url',1);
jQuery('#jform_url').removeAttr('required'); jQuery('#jform_url').removeAttr('required');
jQuery('#jform_url').removeAttr('aria-required'); jQuery('#jform_url').removeAttr('aria-required');
jQuery('#jform_url').removeClass('required'); jQuery('#jform_url').removeClass('required');
jform_RyyiYEPpBI_required = true; jform_vvvvvwbvwa_required = true;
} }
} }
} }
// the RyyiYEP Some function // the vvvvvwb Some function
function source_RyyiYEP_SomeFunc(source_RyyiYEP) function source_vvvvvwb_SomeFunc(source_vvvvvwb)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (source_RyyiYEP == 3) if (source_vvvvvwb == 3)
{ {
return true; return true;
} }
return false; return false;
} }
// the NAXJLJJ function // the vvvvvwc function
function NAXJLJJ(link_type_NAXJLJJ) function vvvvvwc(link_type_vvvvvwc)
{ {
// [Interpretation 7326] set the function logic // [Interpretation 7326] set the function logic
if (link_type_NAXJLJJ == 2) if (link_type_vvvvvwc == 2)
{ {
jQuery('.note_link_directed').closest('.control-group').show(); jQuery('.note_link_directed').closest('.control-group').show();
} }
@ -460,11 +460,11 @@ function NAXJLJJ(link_type_NAXJLJJ)
} }
} }
// the mouetwA function // the vvvvvwd function
function mouetwA(link_type_mouetwA) function vvvvvwd(link_type_vvvvvwd)
{ {
// [Interpretation 7326] set the function logic // [Interpretation 7326] set the function logic
if (link_type_mouetwA == 1) if (link_type_vvvvvwd == 1)
{ {
jQuery('.note_link_encrypted').closest('.control-group').show(); jQuery('.note_link_encrypted').closest('.control-group').show();
} }

View File

@ -178,7 +178,7 @@ class SermondistributorModelHelp_documents extends JModelList
* *
* @return translatable string * @return translatable string
*/ */
protected function selectionTranslation($value,$name) public function selectionTranslation($value,$name)
{ {
// [Interpretation 10252] Array of type language strings // [Interpretation 10252] Array of type language strings
if ($name == 'type') if ($name == 'type')

View File

@ -101,7 +101,7 @@ class SermondistributorModelPreacher extends JModelAdmin
$item->tags->getTagIds($item->id, 'com_sermondistributor.preacher'); $item->tags->getTagIds($item->id, 'com_sermondistributor.preacher');
} }
} }
$this->preachermzvi = $item->id; $this->preachervvvv = $item->id;
return $item; return $item;
} }
@ -111,7 +111,7 @@ class SermondistributorModelPreacher extends JModelAdmin
* *
* @return mixed An array of data items on success, false on failure. * @return mixed An array of data items on success, false on failure.
*/ */
public function getBuysermons() public function getVvvsermons()
{ {
// [Interpretation 6263] Get the user object. // [Interpretation 6263] Get the user object.
$user = JFactory::getUser(); $user = JFactory::getUser();
@ -135,15 +135,15 @@ class SermondistributorModelPreacher extends JModelAdmin
$query->select($db->quoteName('h.name','series_name')); $query->select($db->quoteName('h.name','series_name'));
$query->join('LEFT', $db->quoteName('#__sermondistributor_series', 'h') . ' ON (' . $db->quoteName('a.series') . ' = ' . $db->quoteName('h.id') . ')'); $query->join('LEFT', $db->quoteName('#__sermondistributor_series', 'h') . ' ON (' . $db->quoteName('a.series') . ' = ' . $db->quoteName('h.id') . ')');
// [Interpretation 6291] Filter by preachermzvi global. // [Interpretation 6291] Filter by preachervvvv global.
$preachermzvi = $this->preachermzvi; $preachervvvv = $this->preachervvvv;
if (is_numeric($preachermzvi )) if (is_numeric($preachervvvv ))
{ {
$query->where('a.preacher = ' . (int) $preachermzvi ); $query->where('a.preacher = ' . (int) $preachervvvv );
} }
elseif (is_string($preachermzvi)) elseif (is_string($preachervvvv))
{ {
$query->where('a.preacher = ' . $db->quote($preachermzvi)); $query->where('a.preacher = ' . $db->quote($preachervvvv));
} }
else else
{ {
@ -198,9 +198,9 @@ class SermondistributorModelPreacher extends JModelAdmin
foreach ($items as $nr => &$item) foreach ($items as $nr => &$item)
{ {
// [Interpretation 10226] convert link_type // [Interpretation 10226] convert link_type
$item->link_type = $this->selectionTranslationBuysermons($item->link_type, 'link_type'); $item->link_type = $this->selectionTranslationVvvsermons($item->link_type, 'link_type');
// [Interpretation 10226] convert source // [Interpretation 10226] convert source
$item->source = $this->selectionTranslationBuysermons($item->source, 'source'); $item->source = $this->selectionTranslationVvvsermons($item->source, 'source');
} }
} }
@ -214,7 +214,7 @@ class SermondistributorModelPreacher extends JModelAdmin
* *
* @return translatable string * @return translatable string
*/ */
protected function selectionTranslationBuysermons($value,$name) public function selectionTranslationVvvsermons($value,$name)
{ {
// [Interpretation 10252] Array of link_type language strings // [Interpretation 10252] Array of link_type language strings
if ($name == 'link_type') if ($name == 'link_type')

View File

@ -101,7 +101,7 @@ class SermondistributorModelSeries extends JModelAdmin
$item->tags->getTagIds($item->id, 'com_sermondistributor.series'); $item->tags->getTagIds($item->id, 'com_sermondistributor.series');
} }
} }
$this->seriesvmbk = $item->id; $this->seriesvvvx = $item->id;
return $item; return $item;
} }
@ -111,7 +111,7 @@ class SermondistributorModelSeries extends JModelAdmin
* *
* @return mixed An array of data items on success, false on failure. * @return mixed An array of data items on success, false on failure.
*/ */
public function getCvusermons() public function getVwcsermons()
{ {
// [Interpretation 6263] Get the user object. // [Interpretation 6263] Get the user object.
$user = JFactory::getUser(); $user = JFactory::getUser();
@ -135,15 +135,15 @@ class SermondistributorModelSeries extends JModelAdmin
$query->select($db->quoteName('h.name','series_name')); $query->select($db->quoteName('h.name','series_name'));
$query->join('LEFT', $db->quoteName('#__sermondistributor_series', 'h') . ' ON (' . $db->quoteName('a.series') . ' = ' . $db->quoteName('h.id') . ')'); $query->join('LEFT', $db->quoteName('#__sermondistributor_series', 'h') . ' ON (' . $db->quoteName('a.series') . ' = ' . $db->quoteName('h.id') . ')');
// [Interpretation 6291] Filter by seriesvmbk global. // [Interpretation 6291] Filter by seriesvvvx global.
$seriesvmbk = $this->seriesvmbk; $seriesvvvx = $this->seriesvvvx;
if (is_numeric($seriesvmbk )) if (is_numeric($seriesvvvx ))
{ {
$query->where('a.series = ' . (int) $seriesvmbk ); $query->where('a.series = ' . (int) $seriesvvvx );
} }
elseif (is_string($seriesvmbk)) elseif (is_string($seriesvvvx))
{ {
$query->where('a.series = ' . $db->quote($seriesvmbk)); $query->where('a.series = ' . $db->quote($seriesvvvx));
} }
else else
{ {
@ -198,9 +198,9 @@ class SermondistributorModelSeries extends JModelAdmin
foreach ($items as $nr => &$item) foreach ($items as $nr => &$item)
{ {
// [Interpretation 10226] convert link_type // [Interpretation 10226] convert link_type
$item->link_type = $this->selectionTranslationCvusermons($item->link_type, 'link_type'); $item->link_type = $this->selectionTranslationVwcsermons($item->link_type, 'link_type');
// [Interpretation 10226] convert source // [Interpretation 10226] convert source
$item->source = $this->selectionTranslationCvusermons($item->source, 'source'); $item->source = $this->selectionTranslationVwcsermons($item->source, 'source');
} }
} }
@ -214,7 +214,7 @@ class SermondistributorModelSeries extends JModelAdmin
* *
* @return translatable string * @return translatable string
*/ */
protected function selectionTranslationCvusermons($value,$name) public function selectionTranslationVwcsermons($value,$name)
{ {
// [Interpretation 10252] Array of link_type language strings // [Interpretation 10252] Array of link_type language strings
if ($name == 'link_type') if ($name == 'link_type')

View File

@ -113,7 +113,7 @@ class SermondistributorModelSermon extends JModelAdmin
$item->tags->getTagIds($item->id, 'com_sermondistributor.sermon'); $item->tags->getTagIds($item->id, 'com_sermondistributor.sermon');
} }
} }
$this->sermonxazn = $item->id; $this->sermonvvvw = $item->id;
return $item; return $item;
} }
@ -123,7 +123,7 @@ class SermondistributorModelSermon extends JModelAdmin
* *
* @return mixed An array of data items on success, false on failure. * @return mixed An array of data items on success, false on failure.
*/ */
public function getFpwstastics() public function getVwbstastics()
{ {
// [Interpretation 6263] Get the user object. // [Interpretation 6263] Get the user object.
$user = JFactory::getUser(); $user = JFactory::getUser();
@ -149,15 +149,15 @@ class SermondistributorModelSermon extends JModelAdmin
$query->select($db->quoteName('i.name','series_name')); $query->select($db->quoteName('i.name','series_name'));
$query->join('LEFT', $db->quoteName('#__sermondistributor_series', 'i') . ' ON (' . $db->quoteName('a.series') . ' = ' . $db->quoteName('i.id') . ')'); $query->join('LEFT', $db->quoteName('#__sermondistributor_series', 'i') . ' ON (' . $db->quoteName('a.series') . ' = ' . $db->quoteName('i.id') . ')');
// [Interpretation 6291] Filter by sermonxazn global. // [Interpretation 6291] Filter by sermonvvvw global.
$sermonxazn = $this->sermonxazn; $sermonvvvw = $this->sermonvvvw;
if (is_numeric($sermonxazn )) if (is_numeric($sermonvvvw ))
{ {
$query->where('a.sermon = ' . (int) $sermonxazn ); $query->where('a.sermon = ' . (int) $sermonvvvw );
} }
elseif (is_string($sermonxazn)) elseif (is_string($sermonvvvw))
{ {
$query->where('a.sermon = ' . $db->quote($sermonxazn)); $query->where('a.sermon = ' . $db->quote($sermonvvvw));
} }
else else
{ {

View File

@ -174,7 +174,7 @@ class SermondistributorModelSermons extends JModelList
* *
* @return translatable string * @return translatable string
*/ */
protected function selectionTranslation($value,$name) public function selectionTranslation($value,$name)
{ {
// [Interpretation 10252] Array of link_type language strings // [Interpretation 10252] Array of link_type language strings
if ($name == 'link_type') if ($name == 'link_type')

View File

@ -102,93 +102,93 @@ $componentParams = JComponentHelper::getParams('com_sermondistributor');
<script type="text/javascript"> <script type="text/javascript">
// #jform_location listeners for location_JoAbvrL function // #jform_location listeners for location_vvvvvwe function
jQuery('#jform_location').on('keyup',function() jQuery('#jform_location').on('keyup',function()
{ {
var location_JoAbvrL = jQuery("#jform_location input[type='radio']:checked").val(); var location_vvvvvwe = jQuery("#jform_location input[type='radio']:checked").val();
JoAbvrL(location_JoAbvrL); vvvvvwe(location_vvvvvwe);
}); });
jQuery('#adminForm').on('change', '#jform_location',function (e) jQuery('#adminForm').on('change', '#jform_location',function (e)
{ {
e.preventDefault(); e.preventDefault();
var location_JoAbvrL = jQuery("#jform_location input[type='radio']:checked").val(); var location_vvvvvwe = jQuery("#jform_location input[type='radio']:checked").val();
JoAbvrL(location_JoAbvrL); vvvvvwe(location_vvvvvwe);
}); });
// #jform_location listeners for location_rNfUvyQ function // #jform_location listeners for location_vvvvvwf function
jQuery('#jform_location').on('keyup',function() jQuery('#jform_location').on('keyup',function()
{ {
var location_rNfUvyQ = jQuery("#jform_location input[type='radio']:checked").val(); var location_vvvvvwf = jQuery("#jform_location input[type='radio']:checked").val();
rNfUvyQ(location_rNfUvyQ); vvvvvwf(location_vvvvvwf);
}); });
jQuery('#adminForm').on('change', '#jform_location',function (e) jQuery('#adminForm').on('change', '#jform_location',function (e)
{ {
e.preventDefault(); e.preventDefault();
var location_rNfUvyQ = jQuery("#jform_location input[type='radio']:checked").val(); var location_vvvvvwf = jQuery("#jform_location input[type='radio']:checked").val();
rNfUvyQ(location_rNfUvyQ); vvvvvwf(location_vvvvvwf);
}); });
// #jform_type listeners for type_foAQwOm function // #jform_type listeners for type_vvvvvwg function
jQuery('#jform_type').on('keyup',function() jQuery('#jform_type').on('keyup',function()
{ {
var type_foAQwOm = jQuery("#jform_type").val(); var type_vvvvvwg = jQuery("#jform_type").val();
foAQwOm(type_foAQwOm); vvvvvwg(type_vvvvvwg);
}); });
jQuery('#adminForm').on('change', '#jform_type',function (e) jQuery('#adminForm').on('change', '#jform_type',function (e)
{ {
e.preventDefault(); e.preventDefault();
var type_foAQwOm = jQuery("#jform_type").val(); var type_vvvvvwg = jQuery("#jform_type").val();
foAQwOm(type_foAQwOm); vvvvvwg(type_vvvvvwg);
}); });
// #jform_type listeners for type_anTXLqQ function // #jform_type listeners for type_vvvvvwh function
jQuery('#jform_type').on('keyup',function() jQuery('#jform_type').on('keyup',function()
{ {
var type_anTXLqQ = jQuery("#jform_type").val(); var type_vvvvvwh = jQuery("#jform_type").val();
anTXLqQ(type_anTXLqQ); vvvvvwh(type_vvvvvwh);
}); });
jQuery('#adminForm').on('change', '#jform_type',function (e) jQuery('#adminForm').on('change', '#jform_type',function (e)
{ {
e.preventDefault(); e.preventDefault();
var type_anTXLqQ = jQuery("#jform_type").val(); var type_vvvvvwh = jQuery("#jform_type").val();
anTXLqQ(type_anTXLqQ); vvvvvwh(type_vvvvvwh);
}); });
// #jform_type listeners for type_unEaDxh function // #jform_type listeners for type_vvvvvwi function
jQuery('#jform_type').on('keyup',function() jQuery('#jform_type').on('keyup',function()
{ {
var type_unEaDxh = jQuery("#jform_type").val(); var type_vvvvvwi = jQuery("#jform_type").val();
unEaDxh(type_unEaDxh); vvvvvwi(type_vvvvvwi);
}); });
jQuery('#adminForm').on('change', '#jform_type',function (e) jQuery('#adminForm').on('change', '#jform_type',function (e)
{ {
e.preventDefault(); e.preventDefault();
var type_unEaDxh = jQuery("#jform_type").val(); var type_vvvvvwi = jQuery("#jform_type").val();
unEaDxh(type_unEaDxh); vvvvvwi(type_vvvvvwi);
}); });
// #jform_target listeners for target_jWTPKsH function // #jform_target listeners for target_vvvvvwj function
jQuery('#jform_target').on('keyup',function() jQuery('#jform_target').on('keyup',function()
{ {
var target_jWTPKsH = jQuery("#jform_target input[type='radio']:checked").val(); var target_vvvvvwj = jQuery("#jform_target input[type='radio']:checked").val();
jWTPKsH(target_jWTPKsH); vvvvvwj(target_vvvvvwj);
}); });
jQuery('#adminForm').on('change', '#jform_target',function (e) jQuery('#adminForm').on('change', '#jform_target',function (e)
{ {
e.preventDefault(); e.preventDefault();
var target_jWTPKsH = jQuery("#jform_target input[type='radio']:checked").val(); var target_vvvvvwj = jQuery("#jform_target input[type='radio']:checked").val();
jWTPKsH(target_jWTPKsH); vvvvvwj(target_vvvvvwj);
}); });

View File

@ -340,7 +340,7 @@ class SermondistributorViewHelp_documents extends JViewLegacy
); );
} }
public function getTheTypeSelections() protected function getTheTypeSelections()
{ {
// [Interpretation 8335] Get a db connection. // [Interpretation 8335] Get a db connection.
$db = JFactory::getDbo(); $db = JFactory::getDbo();
@ -376,7 +376,7 @@ class SermondistributorViewHelp_documents extends JViewLegacy
return false; return false;
} }
public function getTheLocationSelections() protected function getTheLocationSelections()
{ {
// [Interpretation 8335] Get a db connection. // [Interpretation 8335] Get a db connection.
$db = JFactory::getDbo(); $db = JFactory::getDbo();
@ -412,7 +412,7 @@ class SermondistributorViewHelp_documents extends JViewLegacy
return false; return false;
} }
public function getTheAdmin_viewSelections() protected function getTheAdmin_viewSelections()
{ {
// [Interpretation 8335] Get a db connection. // [Interpretation 8335] Get a db connection.
$db = JFactory::getDbo(); $db = JFactory::getDbo();
@ -444,7 +444,7 @@ class SermondistributorViewHelp_documents extends JViewLegacy
return false; return false;
} }
public function getTheSite_viewSelections() protected function getTheSite_viewSelections()
{ {
// [Interpretation 8335] Get a db connection. // [Interpretation 8335] Get a db connection.
$db = JFactory::getDbo(); $db = JFactory::getDbo();

View File

@ -71,7 +71,7 @@ class SermondistributorViewPreacher extends JViewLegacy
} }
// [Interpretation 5797] Get Linked view data // [Interpretation 5797] Get Linked view data
$this->buysermons = $this->get('Buysermons'); $this->vvvsermons = $this->get('Vvvsermons');
// Set the toolbar // Set the toolbar
$this->addToolBar(); $this->addToolBar();

View File

@ -71,7 +71,7 @@ class SermondistributorViewSeries extends JViewLegacy
} }
// [Interpretation 5797] Get Linked view data // [Interpretation 5797] Get Linked view data
$this->cvusermons = $this->get('Cvusermons'); $this->vwcsermons = $this->get('Vwcsermons');
// Set the toolbar // Set the toolbar
$this->addToolBar(); $this->addToolBar();

View File

@ -124,180 +124,180 @@ $componentParams = JComponentHelper::getParams('com_sermondistributor');
<script type="text/javascript"> <script type="text/javascript">
// #jform_source listeners for source_yiajFDo function // #jform_source listeners for source_vvvvvvv function
jQuery('#jform_source').on('keyup',function() jQuery('#jform_source').on('keyup',function()
{ {
var source_yiajFDo = jQuery("#jform_source").val(); var source_vvvvvvv = jQuery("#jform_source").val();
yiajFDo(source_yiajFDo); vvvvvvv(source_vvvvvvv);
}); });
jQuery('#adminForm').on('change', '#jform_source',function (e) jQuery('#adminForm').on('change', '#jform_source',function (e)
{ {
e.preventDefault(); e.preventDefault();
var source_yiajFDo = jQuery("#jform_source").val(); var source_vvvvvvv = jQuery("#jform_source").val();
yiajFDo(source_yiajFDo); vvvvvvv(source_vvvvvvv);
}); });
// #jform_source listeners for source_GHhCiBF function // #jform_source listeners for source_vvvvvvw function
jQuery('#jform_source').on('keyup',function() jQuery('#jform_source').on('keyup',function()
{ {
var source_GHhCiBF = jQuery("#jform_source").val(); var source_vvvvvvw = jQuery("#jform_source").val();
var build_GHhCiBF = jQuery("#jform_build input[type='radio']:checked").val(); var build_vvvvvvw = jQuery("#jform_build input[type='radio']:checked").val();
GHhCiBF(source_GHhCiBF,build_GHhCiBF); vvvvvvw(source_vvvvvvw,build_vvvvvvw);
}); });
jQuery('#adminForm').on('change', '#jform_source',function (e) jQuery('#adminForm').on('change', '#jform_source',function (e)
{ {
e.preventDefault(); e.preventDefault();
var source_GHhCiBF = jQuery("#jform_source").val(); var source_vvvvvvw = jQuery("#jform_source").val();
var build_GHhCiBF = jQuery("#jform_build input[type='radio']:checked").val(); var build_vvvvvvw = jQuery("#jform_build input[type='radio']:checked").val();
GHhCiBF(source_GHhCiBF,build_GHhCiBF); vvvvvvw(source_vvvvvvw,build_vvvvvvw);
}); });
// #jform_build listeners for build_GHhCiBF function // #jform_build listeners for build_vvvvvvw function
jQuery('#jform_build').on('keyup',function() jQuery('#jform_build').on('keyup',function()
{ {
var source_GHhCiBF = jQuery("#jform_source").val(); var source_vvvvvvw = jQuery("#jform_source").val();
var build_GHhCiBF = jQuery("#jform_build input[type='radio']:checked").val(); var build_vvvvvvw = jQuery("#jform_build input[type='radio']:checked").val();
GHhCiBF(source_GHhCiBF,build_GHhCiBF); vvvvvvw(source_vvvvvvw,build_vvvvvvw);
}); });
jQuery('#adminForm').on('change', '#jform_build',function (e) jQuery('#adminForm').on('change', '#jform_build',function (e)
{ {
e.preventDefault(); e.preventDefault();
var source_GHhCiBF = jQuery("#jform_source").val(); var source_vvvvvvw = jQuery("#jform_source").val();
var build_GHhCiBF = jQuery("#jform_build input[type='radio']:checked").val(); var build_vvvvvvw = jQuery("#jform_build input[type='radio']:checked").val();
GHhCiBF(source_GHhCiBF,build_GHhCiBF); vvvvvvw(source_vvvvvvw,build_vvvvvvw);
}); });
// #jform_source listeners for source_BpsslKy function // #jform_source listeners for source_vvvvvvy function
jQuery('#jform_source').on('keyup',function() jQuery('#jform_source').on('keyup',function()
{ {
var source_BpsslKy = jQuery("#jform_source").val(); var source_vvvvvvy = jQuery("#jform_source").val();
var build_BpsslKy = jQuery("#jform_build input[type='radio']:checked").val(); var build_vvvvvvy = jQuery("#jform_build input[type='radio']:checked").val();
BpsslKy(source_BpsslKy,build_BpsslKy); vvvvvvy(source_vvvvvvy,build_vvvvvvy);
}); });
jQuery('#adminForm').on('change', '#jform_source',function (e) jQuery('#adminForm').on('change', '#jform_source',function (e)
{ {
e.preventDefault(); e.preventDefault();
var source_BpsslKy = jQuery("#jform_source").val(); var source_vvvvvvy = jQuery("#jform_source").val();
var build_BpsslKy = jQuery("#jform_build input[type='radio']:checked").val(); var build_vvvvvvy = jQuery("#jform_build input[type='radio']:checked").val();
BpsslKy(source_BpsslKy,build_BpsslKy); vvvvvvy(source_vvvvvvy,build_vvvvvvy);
}); });
// #jform_build listeners for build_BpsslKy function // #jform_build listeners for build_vvvvvvy function
jQuery('#jform_build').on('keyup',function() jQuery('#jform_build').on('keyup',function()
{ {
var source_BpsslKy = jQuery("#jform_source").val(); var source_vvvvvvy = jQuery("#jform_source").val();
var build_BpsslKy = jQuery("#jform_build input[type='radio']:checked").val(); var build_vvvvvvy = jQuery("#jform_build input[type='radio']:checked").val();
BpsslKy(source_BpsslKy,build_BpsslKy); vvvvvvy(source_vvvvvvy,build_vvvvvvy);
}); });
jQuery('#adminForm').on('change', '#jform_build',function (e) jQuery('#adminForm').on('change', '#jform_build',function (e)
{ {
e.preventDefault(); e.preventDefault();
var source_BpsslKy = jQuery("#jform_source").val(); var source_vvvvvvy = jQuery("#jform_source").val();
var build_BpsslKy = jQuery("#jform_build input[type='radio']:checked").val(); var build_vvvvvvy = jQuery("#jform_build input[type='radio']:checked").val();
BpsslKy(source_BpsslKy,build_BpsslKy); vvvvvvy(source_vvvvvvy,build_vvvvvvy);
}); });
// #jform_build listeners for build_ZwSoQfK function // #jform_build listeners for build_vvvvvvz function
jQuery('#jform_build').on('keyup',function() jQuery('#jform_build').on('keyup',function()
{ {
var build_ZwSoQfK = jQuery("#jform_build input[type='radio']:checked").val(); var build_vvvvvvz = jQuery("#jform_build input[type='radio']:checked").val();
var source_ZwSoQfK = jQuery("#jform_source").val(); var source_vvvvvvz = jQuery("#jform_source").val();
ZwSoQfK(build_ZwSoQfK,source_ZwSoQfK); vvvvvvz(build_vvvvvvz,source_vvvvvvz);
}); });
jQuery('#adminForm').on('change', '#jform_build',function (e) jQuery('#adminForm').on('change', '#jform_build',function (e)
{ {
e.preventDefault(); e.preventDefault();
var build_ZwSoQfK = jQuery("#jform_build input[type='radio']:checked").val(); var build_vvvvvvz = jQuery("#jform_build input[type='radio']:checked").val();
var source_ZwSoQfK = jQuery("#jform_source").val(); var source_vvvvvvz = jQuery("#jform_source").val();
ZwSoQfK(build_ZwSoQfK,source_ZwSoQfK); vvvvvvz(build_vvvvvvz,source_vvvvvvz);
}); });
// #jform_source listeners for source_ZwSoQfK function // #jform_source listeners for source_vvvvvvz function
jQuery('#jform_source').on('keyup',function() jQuery('#jform_source').on('keyup',function()
{ {
var build_ZwSoQfK = jQuery("#jform_build input[type='radio']:checked").val(); var build_vvvvvvz = jQuery("#jform_build input[type='radio']:checked").val();
var source_ZwSoQfK = jQuery("#jform_source").val(); var source_vvvvvvz = jQuery("#jform_source").val();
ZwSoQfK(build_ZwSoQfK,source_ZwSoQfK); vvvvvvz(build_vvvvvvz,source_vvvvvvz);
}); });
jQuery('#adminForm').on('change', '#jform_source',function (e) jQuery('#adminForm').on('change', '#jform_source',function (e)
{ {
e.preventDefault(); e.preventDefault();
var build_ZwSoQfK = jQuery("#jform_build input[type='radio']:checked").val(); var build_vvvvvvz = jQuery("#jform_build input[type='radio']:checked").val();
var source_ZwSoQfK = jQuery("#jform_source").val(); var source_vvvvvvz = jQuery("#jform_source").val();
ZwSoQfK(build_ZwSoQfK,source_ZwSoQfK); vvvvvvz(build_vvvvvvz,source_vvvvvvz);
}); });
// #jform_source listeners for source_gVxKSDy function // #jform_source listeners for source_vvvvvwa function
jQuery('#jform_source').on('keyup',function() jQuery('#jform_source').on('keyup',function()
{ {
var source_gVxKSDy = jQuery("#jform_source").val(); var source_vvvvvwa = jQuery("#jform_source").val();
gVxKSDy(source_gVxKSDy); vvvvvwa(source_vvvvvwa);
}); });
jQuery('#adminForm').on('change', '#jform_source',function (e) jQuery('#adminForm').on('change', '#jform_source',function (e)
{ {
e.preventDefault(); e.preventDefault();
var source_gVxKSDy = jQuery("#jform_source").val(); var source_vvvvvwa = jQuery("#jform_source").val();
gVxKSDy(source_gVxKSDy); vvvvvwa(source_vvvvvwa);
}); });
// #jform_source listeners for source_RyyiYEP function // #jform_source listeners for source_vvvvvwb function
jQuery('#jform_source').on('keyup',function() jQuery('#jform_source').on('keyup',function()
{ {
var source_RyyiYEP = jQuery("#jform_source").val(); var source_vvvvvwb = jQuery("#jform_source").val();
RyyiYEP(source_RyyiYEP); vvvvvwb(source_vvvvvwb);
}); });
jQuery('#adminForm').on('change', '#jform_source',function (e) jQuery('#adminForm').on('change', '#jform_source',function (e)
{ {
e.preventDefault(); e.preventDefault();
var source_RyyiYEP = jQuery("#jform_source").val(); var source_vvvvvwb = jQuery("#jform_source").val();
RyyiYEP(source_RyyiYEP); vvvvvwb(source_vvvvvwb);
}); });
// #jform_link_type listeners for link_type_NAXJLJJ function // #jform_link_type listeners for link_type_vvvvvwc function
jQuery('#jform_link_type').on('keyup',function() jQuery('#jform_link_type').on('keyup',function()
{ {
var link_type_NAXJLJJ = jQuery("#jform_link_type input[type='radio']:checked").val(); var link_type_vvvvvwc = jQuery("#jform_link_type input[type='radio']:checked").val();
NAXJLJJ(link_type_NAXJLJJ); vvvvvwc(link_type_vvvvvwc);
}); });
jQuery('#adminForm').on('change', '#jform_link_type',function (e) jQuery('#adminForm').on('change', '#jform_link_type',function (e)
{ {
e.preventDefault(); e.preventDefault();
var link_type_NAXJLJJ = jQuery("#jform_link_type input[type='radio']:checked").val(); var link_type_vvvvvwc = jQuery("#jform_link_type input[type='radio']:checked").val();
NAXJLJJ(link_type_NAXJLJJ); vvvvvwc(link_type_vvvvvwc);
}); });
// #jform_link_type listeners for link_type_mouetwA function // #jform_link_type listeners for link_type_vvvvvwd function
jQuery('#jform_link_type').on('keyup',function() jQuery('#jform_link_type').on('keyup',function()
{ {
var link_type_mouetwA = jQuery("#jform_link_type input[type='radio']:checked").val(); var link_type_vvvvvwd = jQuery("#jform_link_type input[type='radio']:checked").val();
mouetwA(link_type_mouetwA); vvvvvwd(link_type_vvvvvwd);
}); });
jQuery('#adminForm').on('change', '#jform_link_type',function (e) jQuery('#adminForm').on('change', '#jform_link_type',function (e)
{ {
e.preventDefault(); e.preventDefault();
var link_type_mouetwA = jQuery("#jform_link_type input[type='radio']:checked").val(); var link_type_vvvvvwd = jQuery("#jform_link_type input[type='radio']:checked").val();
mouetwA(link_type_mouetwA); vvvvvwd(link_type_vvvvvwd);
}); });

View File

@ -71,7 +71,7 @@ class SermondistributorViewSermon extends JViewLegacy
} }
// [Interpretation 5797] Get Linked view data // [Interpretation 5797] Get Linked view data
$this->fpwstastics = $this->get('Fpwstastics'); $this->vwbstastics = $this->get('Vwbstastics');
// Set the toolbar // Set the toolbar
$this->addToolBar(); $this->addToolBar();

View File

@ -359,7 +359,7 @@ class SermondistributorViewSermons extends JViewLegacy
); );
} }
public function getTheLink_typeSelections() protected function getTheLink_typeSelections()
{ {
// [Interpretation 8335] Get a db connection. // [Interpretation 8335] Get a db connection.
$db = JFactory::getDbo(); $db = JFactory::getDbo();
@ -395,7 +395,7 @@ class SermondistributorViewSermons extends JViewLegacy
return false; return false;
} }
public function getTheSourceSelections() protected function getTheSourceSelections()
{ {
// [Interpretation 8335] Get a db connection. // [Interpretation 8335] Get a db connection.
$db = JFactory::getDbo(); $db = JFactory::getDbo();