Fixed a method from public to protected status error. All other changes are only random variable name and date changes (due to automation)

This commit is contained in:
Llewellyn van der Merwe 2016-02-26 14:46:30 +02:00
parent 59ce0b8d50
commit aee8b08af5
26 changed files with 395 additions and 395 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->mzrsermons; $items = $displayData->buysermons;
$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->himsermons; $items = $displayData->cvusermons;
$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->kyqstastics; $items = $displayData->fpwstastics;
$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

@ -48,7 +48,7 @@ class JFormFieldArticles extends JFormFieldList
* *
* @since 3.2 * @since 3.2
*/ */
public function getInput() protected function getInput()
{ {
// [Interpretation 7009] see if we should add buttons // [Interpretation 7009] see if we should add buttons
$setButton = $this->getAttribute('button'); $setButton = $this->getAttribute('button');

View File

@ -48,7 +48,7 @@ class JFormFieldDropboxfiles extends JFormFieldList
* *
* @since 3.2 * @since 3.2
*/ */
public function getInput() protected function getInput()
{ {
// [Interpretation 7009] see if we should add buttons // [Interpretation 7009] see if we should add buttons
$setButton = $this->getAttribute('button'); $setButton = $this->getAttribute('button');

View File

@ -48,7 +48,7 @@ class JFormFieldLocalfiles extends JFormFieldList
* *
* @since 3.2 * @since 3.2
*/ */
public function getInput() protected function getInput()
{ {
// [Interpretation 7009] see if we should add buttons // [Interpretation 7009] see if we should add buttons
$setButton = $this->getAttribute('button'); $setButton = $this->getAttribute('button');

View File

@ -48,7 +48,7 @@ class JFormFieldPreachers extends JFormFieldList
* *
* @since 3.2 * @since 3.2
*/ */
public function getInput() protected function getInput()
{ {
// [Interpretation 7009] see if we should add buttons // [Interpretation 7009] see if we should add buttons
$setButton = $this->getAttribute('button'); $setButton = $this->getAttribute('button');

View File

@ -48,7 +48,7 @@ class JFormFieldSeries extends JFormFieldList
* *
* @since 3.2 * @since 3.2
*/ */
public function getInput() protected function getInput()
{ {
// [Interpretation 7009] see if we should add buttons // [Interpretation 7009] see if we should add buttons
$setButton = $this->getAttribute('button'); $setButton = $this->getAttribute('button');

View File

@ -48,7 +48,7 @@ class JFormFieldSermon extends JFormFieldList
* *
* @since 3.2 * @since 3.2
*/ */
public function getInput() protected function getInput()
{ {
// [Interpretation 7009] see if we should add buttons // [Interpretation 7009] see if we should add buttons
$setButton = $this->getAttribute('button'); $setButton = $this->getAttribute('button');

View File

@ -23,38 +23,38 @@
/-----------------------------------------------------------------------------------------------------------------------------*/ /-----------------------------------------------------------------------------------------------------------------------------*/
// Some Global Values // Some Global Values
jform_NCKgxlwFZY_required = false; jform_foAQwOmzhF_required = false;
jform_XCxooMvuZd_required = false; jform_anTXLqQnMq_required = false;
jform_pgDLIJxzwT_required = false; jform_unEaDxhqRG_required = false;
jform_nhDdpbtHGn_required = false; jform_jWTPKsHcZM_required = false;
// Initial Script // Initial Script
jQuery(document).ready(function() jQuery(document).ready(function()
{ {
var location_hmAPgsz = jQuery("#jform_location input[type='radio']:checked").val(); var location_JoAbvrL = jQuery("#jform_location input[type='radio']:checked").val();
hmAPgsz(location_hmAPgsz); JoAbvrL(location_JoAbvrL);
var location_BhHQJDK = jQuery("#jform_location input[type='radio']:checked").val(); var location_rNfUvyQ = jQuery("#jform_location input[type='radio']:checked").val();
BhHQJDK(location_BhHQJDK); rNfUvyQ(location_rNfUvyQ);
var type_NCKgxlw = jQuery("#jform_type").val(); var type_foAQwOm = jQuery("#jform_type").val();
NCKgxlw(type_NCKgxlw); foAQwOm(type_foAQwOm);
var type_XCxooMv = jQuery("#jform_type").val(); var type_anTXLqQ = jQuery("#jform_type").val();
XCxooMv(type_XCxooMv); anTXLqQ(type_anTXLqQ);
var type_pgDLIJx = jQuery("#jform_type").val(); var type_unEaDxh = jQuery("#jform_type").val();
pgDLIJx(type_pgDLIJx); unEaDxh(type_unEaDxh);
var target_nhDdpbt = jQuery("#jform_target input[type='radio']:checked").val(); var target_jWTPKsH = jQuery("#jform_target input[type='radio']:checked").val();
nhDdpbt(target_nhDdpbt); jWTPKsH(target_jWTPKsH);
}); });
// the hmAPgsz function // the JoAbvrL function
function hmAPgsz(location_hmAPgsz) function JoAbvrL(location_JoAbvrL)
{ {
// [Interpretation 7326] set the function logic // [Interpretation 7326] set the function logic
if (location_hmAPgsz == 1) if (location_JoAbvrL == 1)
{ {
jQuery('#jform_admin_view').closest('.control-group').show(); jQuery('#jform_admin_view').closest('.control-group').show();
} }
@ -64,11 +64,11 @@ function hmAPgsz(location_hmAPgsz)
} }
} }
// the BhHQJDK function // the rNfUvyQ function
function BhHQJDK(location_BhHQJDK) function rNfUvyQ(location_rNfUvyQ)
{ {
// [Interpretation 7326] set the function logic // [Interpretation 7326] set the function logic
if (location_BhHQJDK == 2) if (location_rNfUvyQ == 2)
{ {
jQuery('#jform_site_view').closest('.control-group').show(); jQuery('#jform_site_view').closest('.control-group').show();
} }
@ -78,198 +78,198 @@ function BhHQJDK(location_BhHQJDK)
} }
} }
// the NCKgxlw function // the foAQwOm function
function NCKgxlw(type_NCKgxlw) function foAQwOm(type_foAQwOm)
{ {
if (isSet(type_NCKgxlw) && type_NCKgxlw.constructor !== Array) if (isSet(type_foAQwOm) && type_foAQwOm.constructor !== Array)
{ {
var temp_NCKgxlw = type_NCKgxlw; var temp_foAQwOm = type_foAQwOm;
var type_NCKgxlw = []; var type_foAQwOm = [];
type_NCKgxlw.push(temp_NCKgxlw); type_foAQwOm.push(temp_foAQwOm);
} }
else if (!isSet(type_NCKgxlw)) else if (!isSet(type_foAQwOm))
{ {
var type_NCKgxlw = []; var type_foAQwOm = [];
} }
var type = type_NCKgxlw.some(type_NCKgxlw_SomeFunc); var type = type_foAQwOm.some(type_foAQwOm_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_NCKgxlwFZY_required) if (jform_foAQwOmzhF_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_NCKgxlwFZY_required = false; jform_foAQwOmzhF_required = false;
} }
} }
else else
{ {
jQuery('#jform_url').closest('.control-group').hide(); jQuery('#jform_url').closest('.control-group').hide();
if (!jform_NCKgxlwFZY_required) if (!jform_foAQwOmzhF_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_NCKgxlwFZY_required = true; jform_foAQwOmzhF_required = true;
} }
} }
} }
// the NCKgxlw Some function // the foAQwOm Some function
function type_NCKgxlw_SomeFunc(type_NCKgxlw) function type_foAQwOm_SomeFunc(type_foAQwOm)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (type_NCKgxlw == 3) if (type_foAQwOm == 3)
{ {
return true; return true;
} }
return false; return false;
} }
// the XCxooMv function // the anTXLqQ function
function XCxooMv(type_XCxooMv) function anTXLqQ(type_anTXLqQ)
{ {
if (isSet(type_XCxooMv) && type_XCxooMv.constructor !== Array) if (isSet(type_anTXLqQ) && type_anTXLqQ.constructor !== Array)
{ {
var temp_XCxooMv = type_XCxooMv; var temp_anTXLqQ = type_anTXLqQ;
var type_XCxooMv = []; var type_anTXLqQ = [];
type_XCxooMv.push(temp_XCxooMv); type_anTXLqQ.push(temp_anTXLqQ);
} }
else if (!isSet(type_XCxooMv)) else if (!isSet(type_anTXLqQ))
{ {
var type_XCxooMv = []; var type_anTXLqQ = [];
} }
var type = type_XCxooMv.some(type_XCxooMv_SomeFunc); var type = type_anTXLqQ.some(type_anTXLqQ_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_XCxooMvuZd_required) if (jform_anTXLqQnMq_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_XCxooMvuZd_required = false; jform_anTXLqQnMq_required = false;
} }
} }
else else
{ {
jQuery('#jform_article').closest('.control-group').hide(); jQuery('#jform_article').closest('.control-group').hide();
if (!jform_XCxooMvuZd_required) if (!jform_anTXLqQnMq_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_XCxooMvuZd_required = true; jform_anTXLqQnMq_required = true;
} }
} }
} }
// the XCxooMv Some function // the anTXLqQ Some function
function type_XCxooMv_SomeFunc(type_XCxooMv) function type_anTXLqQ_SomeFunc(type_anTXLqQ)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (type_XCxooMv == 1) if (type_anTXLqQ == 1)
{ {
return true; return true;
} }
return false; return false;
} }
// the pgDLIJx function // the unEaDxh function
function pgDLIJx(type_pgDLIJx) function unEaDxh(type_unEaDxh)
{ {
if (isSet(type_pgDLIJx) && type_pgDLIJx.constructor !== Array) if (isSet(type_unEaDxh) && type_unEaDxh.constructor !== Array)
{ {
var temp_pgDLIJx = type_pgDLIJx; var temp_unEaDxh = type_unEaDxh;
var type_pgDLIJx = []; var type_unEaDxh = [];
type_pgDLIJx.push(temp_pgDLIJx); type_unEaDxh.push(temp_unEaDxh);
} }
else if (!isSet(type_pgDLIJx)) else if (!isSet(type_unEaDxh))
{ {
var type_pgDLIJx = []; var type_unEaDxh = [];
} }
var type = type_pgDLIJx.some(type_pgDLIJx_SomeFunc); var type = type_unEaDxh.some(type_unEaDxh_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_pgDLIJxzwT_required) if (jform_unEaDxhqRG_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_pgDLIJxzwT_required = false; jform_unEaDxhqRG_required = false;
} }
} }
else else
{ {
jQuery('#jform_content-lbl').closest('.control-group').hide(); jQuery('#jform_content-lbl').closest('.control-group').hide();
if (!jform_pgDLIJxzwT_required) if (!jform_unEaDxhqRG_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_pgDLIJxzwT_required = true; jform_unEaDxhqRG_required = true;
} }
} }
} }
// the pgDLIJx Some function // the unEaDxh Some function
function type_pgDLIJx_SomeFunc(type_pgDLIJx) function type_unEaDxh_SomeFunc(type_unEaDxh)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (type_pgDLIJx == 2) if (type_unEaDxh == 2)
{ {
return true; return true;
} }
return false; return false;
} }
// the nhDdpbt function // the jWTPKsH function
function nhDdpbt(target_nhDdpbt) function jWTPKsH(target_jWTPKsH)
{ {
// [Interpretation 7326] set the function logic // [Interpretation 7326] set the function logic
if (target_nhDdpbt == 1) if (target_jWTPKsH == 1)
{ {
jQuery('#jform_groups').closest('.control-group').show(); jQuery('#jform_groups').closest('.control-group').show();
if (jform_nhDdpbtHGn_required) if (jform_jWTPKsHcZM_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_nhDdpbtHGn_required = false; jform_jWTPKsHcZM_required = false;
} }
} }
else else
{ {
jQuery('#jform_groups').closest('.control-group').hide(); jQuery('#jform_groups').closest('.control-group').hide();
if (!jform_nhDdpbtHGn_required) if (!jform_jWTPKsHcZM_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_nhDdpbtHGn_required = true; jform_jWTPKsHcZM_required = true;
} }
} }
} }

View File

@ -23,124 +23,124 @@
/-----------------------------------------------------------------------------------------------------------------------------*/ /-----------------------------------------------------------------------------------------------------------------------------*/
// Some Global Values // Some Global Values
jform_LeYQWzTzQy_required = false; jform_yiajFDoAlz_required = false;
jform_nqLwYLVFNU_required = false; jform_BpsslKyQPr_required = false;
jform_vGBwfrOvWo_required = false; jform_ZwSoQfKCIO_required = false;
jform_sqkUWYdCaz_required = false; jform_gVxKSDylWj_required = false;
jform_htLRPCvMmp_required = false; jform_RyyiYEPpBI_required = false;
// Initial Script // Initial Script
jQuery(document).ready(function() jQuery(document).ready(function()
{ {
var source_LeYQWzT = jQuery("#jform_source").val(); var source_yiajFDo = jQuery("#jform_source").val();
LeYQWzT(source_LeYQWzT); yiajFDo(source_yiajFDo);
var source_qFuRtXH = jQuery("#jform_source").val(); var source_GHhCiBF = jQuery("#jform_source").val();
var build_qFuRtXH = jQuery("#jform_build input[type='radio']:checked").val(); var build_GHhCiBF = jQuery("#jform_build input[type='radio']:checked").val();
qFuRtXH(source_qFuRtXH,build_qFuRtXH); GHhCiBF(source_GHhCiBF,build_GHhCiBF);
var source_nqLwYLV = jQuery("#jform_source").val(); var source_BpsslKy = jQuery("#jform_source").val();
var build_nqLwYLV = jQuery("#jform_build input[type='radio']:checked").val(); var build_BpsslKy = jQuery("#jform_build input[type='radio']:checked").val();
nqLwYLV(source_nqLwYLV,build_nqLwYLV); BpsslKy(source_BpsslKy,build_BpsslKy);
var build_vGBwfrO = jQuery("#jform_build input[type='radio']:checked").val(); var build_ZwSoQfK = jQuery("#jform_build input[type='radio']:checked").val();
var source_vGBwfrO = jQuery("#jform_source").val(); var source_ZwSoQfK = jQuery("#jform_source").val();
vGBwfrO(build_vGBwfrO,source_vGBwfrO); ZwSoQfK(build_ZwSoQfK,source_ZwSoQfK);
var source_sqkUWYd = jQuery("#jform_source").val(); var source_gVxKSDy = jQuery("#jform_source").val();
sqkUWYd(source_sqkUWYd); gVxKSDy(source_gVxKSDy);
var source_htLRPCv = jQuery("#jform_source").val(); var source_RyyiYEP = jQuery("#jform_source").val();
htLRPCv(source_htLRPCv); RyyiYEP(source_RyyiYEP);
var link_type_BPUcgat = jQuery("#jform_link_type input[type='radio']:checked").val(); var link_type_NAXJLJJ = jQuery("#jform_link_type input[type='radio']:checked").val();
BPUcgat(link_type_BPUcgat); NAXJLJJ(link_type_NAXJLJJ);
var link_type_TvqhKCs = jQuery("#jform_link_type input[type='radio']:checked").val(); var link_type_mouetwA = jQuery("#jform_link_type input[type='radio']:checked").val();
TvqhKCs(link_type_TvqhKCs); mouetwA(link_type_mouetwA);
}); });
// the LeYQWzT function // the yiajFDo function
function LeYQWzT(source_LeYQWzT) function yiajFDo(source_yiajFDo)
{ {
if (isSet(source_LeYQWzT) && source_LeYQWzT.constructor !== Array) if (isSet(source_yiajFDo) && source_yiajFDo.constructor !== Array)
{ {
var temp_LeYQWzT = source_LeYQWzT; var temp_yiajFDo = source_yiajFDo;
var source_LeYQWzT = []; var source_yiajFDo = [];
source_LeYQWzT.push(temp_LeYQWzT); source_yiajFDo.push(temp_yiajFDo);
} }
else if (!isSet(source_LeYQWzT)) else if (!isSet(source_yiajFDo))
{ {
var source_LeYQWzT = []; var source_yiajFDo = [];
} }
var source = source_LeYQWzT.some(source_LeYQWzT_SomeFunc); var source = source_yiajFDo.some(source_yiajFDo_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_LeYQWzTzQy_required) if (jform_yiajFDoAlz_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_LeYQWzTzQy_required = false; jform_yiajFDoAlz_required = false;
} }
} }
else else
{ {
jQuery('#jform_build').closest('.control-group').hide(); jQuery('#jform_build').closest('.control-group').hide();
if (!jform_LeYQWzTzQy_required) if (!jform_yiajFDoAlz_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_LeYQWzTzQy_required = true; jform_yiajFDoAlz_required = true;
} }
} }
} }
// the LeYQWzT Some function // the yiajFDo Some function
function source_LeYQWzT_SomeFunc(source_LeYQWzT) function source_yiajFDo_SomeFunc(source_yiajFDo)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (source_LeYQWzT == 2) if (source_yiajFDo == 2)
{ {
return true; return true;
} }
return false; return false;
} }
// the qFuRtXH function // the GHhCiBF function
function qFuRtXH(source_qFuRtXH,build_qFuRtXH) function GHhCiBF(source_GHhCiBF,build_GHhCiBF)
{ {
if (isSet(source_qFuRtXH) && source_qFuRtXH.constructor !== Array) if (isSet(source_GHhCiBF) && source_GHhCiBF.constructor !== Array)
{ {
var temp_qFuRtXH = source_qFuRtXH; var temp_GHhCiBF = source_GHhCiBF;
var source_qFuRtXH = []; var source_GHhCiBF = [];
source_qFuRtXH.push(temp_qFuRtXH); source_GHhCiBF.push(temp_GHhCiBF);
} }
else if (!isSet(source_qFuRtXH)) else if (!isSet(source_GHhCiBF))
{ {
var source_qFuRtXH = []; var source_GHhCiBF = [];
} }
var source = source_qFuRtXH.some(source_qFuRtXH_SomeFunc); var source = source_GHhCiBF.some(source_GHhCiBF_SomeFunc);
if (isSet(build_qFuRtXH) && build_qFuRtXH.constructor !== Array) if (isSet(build_GHhCiBF) && build_GHhCiBF.constructor !== Array)
{ {
var temp_qFuRtXH = build_qFuRtXH; var temp_GHhCiBF = build_GHhCiBF;
var build_qFuRtXH = []; var build_GHhCiBF = [];
build_qFuRtXH.push(temp_qFuRtXH); build_GHhCiBF.push(temp_GHhCiBF);
} }
else if (!isSet(build_qFuRtXH)) else if (!isSet(build_GHhCiBF))
{ {
var build_qFuRtXH = []; var build_GHhCiBF = [];
} }
var build = build_qFuRtXH.some(build_qFuRtXH_SomeFunc); var build = build_GHhCiBF.some(build_GHhCiBF_SomeFunc);
// [Interpretation 7304] set this function logic // [Interpretation 7304] set this function logic
@ -154,67 +154,67 @@ function qFuRtXH(source_qFuRtXH,build_qFuRtXH)
} }
} }
// the qFuRtXH Some function // the GHhCiBF Some function
function source_qFuRtXH_SomeFunc(source_qFuRtXH) function source_GHhCiBF_SomeFunc(source_GHhCiBF)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (source_qFuRtXH == 2) if (source_GHhCiBF == 2)
{ {
return true; return true;
} }
return false; return false;
} }
// the qFuRtXH Some function // the GHhCiBF Some function
function build_qFuRtXH_SomeFunc(build_qFuRtXH) function build_GHhCiBF_SomeFunc(build_GHhCiBF)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (build_qFuRtXH == 2) if (build_GHhCiBF == 2)
{ {
return true; return true;
} }
return false; return false;
} }
// the nqLwYLV function // the BpsslKy function
function nqLwYLV(source_nqLwYLV,build_nqLwYLV) function BpsslKy(source_BpsslKy,build_BpsslKy)
{ {
if (isSet(source_nqLwYLV) && source_nqLwYLV.constructor !== Array) if (isSet(source_BpsslKy) && source_BpsslKy.constructor !== Array)
{ {
var temp_nqLwYLV = source_nqLwYLV; var temp_BpsslKy = source_BpsslKy;
var source_nqLwYLV = []; var source_BpsslKy = [];
source_nqLwYLV.push(temp_nqLwYLV); source_BpsslKy.push(temp_BpsslKy);
} }
else if (!isSet(source_nqLwYLV)) else if (!isSet(source_BpsslKy))
{ {
var source_nqLwYLV = []; var source_BpsslKy = [];
} }
var source = source_nqLwYLV.some(source_nqLwYLV_SomeFunc); var source = source_BpsslKy.some(source_BpsslKy_SomeFunc);
if (isSet(build_nqLwYLV) && build_nqLwYLV.constructor !== Array) if (isSet(build_BpsslKy) && build_BpsslKy.constructor !== Array)
{ {
var temp_nqLwYLV = build_nqLwYLV; var temp_BpsslKy = build_BpsslKy;
var build_nqLwYLV = []; var build_BpsslKy = [];
build_nqLwYLV.push(temp_nqLwYLV); build_BpsslKy.push(temp_BpsslKy);
} }
else if (!isSet(build_nqLwYLV)) else if (!isSet(build_BpsslKy))
{ {
var build_nqLwYLV = []; var build_BpsslKy = [];
} }
var build = build_nqLwYLV.some(build_nqLwYLV_SomeFunc); var build = build_BpsslKy.some(build_BpsslKy_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_nqLwYLVFNU_required) if (jform_BpsslKyQPr_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_nqLwYLVFNU_required = false; jform_BpsslKyQPr_required = false;
} }
jQuery('.note_manual_dropbox').closest('.control-group').show(); jQuery('.note_manual_dropbox').closest('.control-group').show();
@ -222,79 +222,79 @@ function nqLwYLV(source_nqLwYLV,build_nqLwYLV)
else else
{ {
jQuery('#jform_manual_files').closest('.control-group').hide(); jQuery('#jform_manual_files').closest('.control-group').hide();
if (!jform_nqLwYLVFNU_required) if (!jform_BpsslKyQPr_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_nqLwYLVFNU_required = true; jform_BpsslKyQPr_required = true;
} }
jQuery('.note_manual_dropbox').closest('.control-group').hide(); jQuery('.note_manual_dropbox').closest('.control-group').hide();
} }
} }
// the nqLwYLV Some function // the BpsslKy Some function
function source_nqLwYLV_SomeFunc(source_nqLwYLV) function source_BpsslKy_SomeFunc(source_BpsslKy)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (source_nqLwYLV == 2) if (source_BpsslKy == 2)
{ {
return true; return true;
} }
return false; return false;
} }
// the nqLwYLV Some function // the BpsslKy Some function
function build_nqLwYLV_SomeFunc(build_nqLwYLV) function build_BpsslKy_SomeFunc(build_BpsslKy)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (build_nqLwYLV == 1) if (build_BpsslKy == 1)
{ {
return true; return true;
} }
return false; return false;
} }
// the vGBwfrO function // the ZwSoQfK function
function vGBwfrO(build_vGBwfrO,source_vGBwfrO) function ZwSoQfK(build_ZwSoQfK,source_ZwSoQfK)
{ {
if (isSet(build_vGBwfrO) && build_vGBwfrO.constructor !== Array) if (isSet(build_ZwSoQfK) && build_ZwSoQfK.constructor !== Array)
{ {
var temp_vGBwfrO = build_vGBwfrO; var temp_ZwSoQfK = build_ZwSoQfK;
var build_vGBwfrO = []; var build_ZwSoQfK = [];
build_vGBwfrO.push(temp_vGBwfrO); build_ZwSoQfK.push(temp_ZwSoQfK);
} }
else if (!isSet(build_vGBwfrO)) else if (!isSet(build_ZwSoQfK))
{ {
var build_vGBwfrO = []; var build_ZwSoQfK = [];
} }
var build = build_vGBwfrO.some(build_vGBwfrO_SomeFunc); var build = build_ZwSoQfK.some(build_ZwSoQfK_SomeFunc);
if (isSet(source_vGBwfrO) && source_vGBwfrO.constructor !== Array) if (isSet(source_ZwSoQfK) && source_ZwSoQfK.constructor !== Array)
{ {
var temp_vGBwfrO = source_vGBwfrO; var temp_ZwSoQfK = source_ZwSoQfK;
var source_vGBwfrO = []; var source_ZwSoQfK = [];
source_vGBwfrO.push(temp_vGBwfrO); source_ZwSoQfK.push(temp_ZwSoQfK);
} }
else if (!isSet(source_vGBwfrO)) else if (!isSet(source_ZwSoQfK))
{ {
var source_vGBwfrO = []; var source_ZwSoQfK = [];
} }
var source = source_vGBwfrO.some(source_vGBwfrO_SomeFunc); var source = source_ZwSoQfK.some(source_ZwSoQfK_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_vGBwfrOvWo_required) if (jform_ZwSoQfKCIO_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_vGBwfrOvWo_required = false; jform_ZwSoQfKCIO_required = false;
} }
jQuery('.note_manual_dropbox').closest('.control-group').show(); jQuery('.note_manual_dropbox').closest('.control-group').show();
@ -302,155 +302,155 @@ function vGBwfrO(build_vGBwfrO,source_vGBwfrO)
else else
{ {
jQuery('#jform_manual_files').closest('.control-group').hide(); jQuery('#jform_manual_files').closest('.control-group').hide();
if (!jform_vGBwfrOvWo_required) if (!jform_ZwSoQfKCIO_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_vGBwfrOvWo_required = true; jform_ZwSoQfKCIO_required = true;
} }
jQuery('.note_manual_dropbox').closest('.control-group').hide(); jQuery('.note_manual_dropbox').closest('.control-group').hide();
} }
} }
// the vGBwfrO Some function // the ZwSoQfK Some function
function build_vGBwfrO_SomeFunc(build_vGBwfrO) function build_ZwSoQfK_SomeFunc(build_ZwSoQfK)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (build_vGBwfrO == 1) if (build_ZwSoQfK == 1)
{ {
return true; return true;
} }
return false; return false;
} }
// the vGBwfrO Some function // the ZwSoQfK Some function
function source_vGBwfrO_SomeFunc(source_vGBwfrO) function source_ZwSoQfK_SomeFunc(source_ZwSoQfK)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (source_vGBwfrO == 2) if (source_ZwSoQfK == 2)
{ {
return true; return true;
} }
return false; return false;
} }
// the sqkUWYd function // the gVxKSDy function
function sqkUWYd(source_sqkUWYd) function gVxKSDy(source_gVxKSDy)
{ {
if (isSet(source_sqkUWYd) && source_sqkUWYd.constructor !== Array) if (isSet(source_gVxKSDy) && source_gVxKSDy.constructor !== Array)
{ {
var temp_sqkUWYd = source_sqkUWYd; var temp_gVxKSDy = source_gVxKSDy;
var source_sqkUWYd = []; var source_gVxKSDy = [];
source_sqkUWYd.push(temp_sqkUWYd); source_gVxKSDy.push(temp_gVxKSDy);
} }
else if (!isSet(source_sqkUWYd)) else if (!isSet(source_gVxKSDy))
{ {
var source_sqkUWYd = []; var source_gVxKSDy = [];
} }
var source = source_sqkUWYd.some(source_sqkUWYd_SomeFunc); var source = source_gVxKSDy.some(source_gVxKSDy_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_sqkUWYdCaz_required) if (jform_gVxKSDylWj_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_sqkUWYdCaz_required = false; jform_gVxKSDylWj_required = false;
} }
} }
else else
{ {
jQuery('#jform_local_files').closest('.control-group').hide(); jQuery('#jform_local_files').closest('.control-group').hide();
if (!jform_sqkUWYdCaz_required) if (!jform_gVxKSDylWj_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_sqkUWYdCaz_required = true; jform_gVxKSDylWj_required = true;
} }
} }
} }
// the sqkUWYd Some function // the gVxKSDy Some function
function source_sqkUWYd_SomeFunc(source_sqkUWYd) function source_gVxKSDy_SomeFunc(source_gVxKSDy)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (source_sqkUWYd == 1) if (source_gVxKSDy == 1)
{ {
return true; return true;
} }
return false; return false;
} }
// the htLRPCv function // the RyyiYEP function
function htLRPCv(source_htLRPCv) function RyyiYEP(source_RyyiYEP)
{ {
if (isSet(source_htLRPCv) && source_htLRPCv.constructor !== Array) if (isSet(source_RyyiYEP) && source_RyyiYEP.constructor !== Array)
{ {
var temp_htLRPCv = source_htLRPCv; var temp_RyyiYEP = source_RyyiYEP;
var source_htLRPCv = []; var source_RyyiYEP = [];
source_htLRPCv.push(temp_htLRPCv); source_RyyiYEP.push(temp_RyyiYEP);
} }
else if (!isSet(source_htLRPCv)) else if (!isSet(source_RyyiYEP))
{ {
var source_htLRPCv = []; var source_RyyiYEP = [];
} }
var source = source_htLRPCv.some(source_htLRPCv_SomeFunc); var source = source_RyyiYEP.some(source_RyyiYEP_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_htLRPCvMmp_required) if (jform_RyyiYEPpBI_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_htLRPCvMmp_required = false; jform_RyyiYEPpBI_required = false;
} }
} }
else else
{ {
jQuery('#jform_url').closest('.control-group').hide(); jQuery('#jform_url').closest('.control-group').hide();
if (!jform_htLRPCvMmp_required) if (!jform_RyyiYEPpBI_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_htLRPCvMmp_required = true; jform_RyyiYEPpBI_required = true;
} }
} }
} }
// the htLRPCv Some function // the RyyiYEP Some function
function source_htLRPCv_SomeFunc(source_htLRPCv) function source_RyyiYEP_SomeFunc(source_RyyiYEP)
{ {
// [Interpretation 7291] set the function logic // [Interpretation 7291] set the function logic
if (source_htLRPCv == 3) if (source_RyyiYEP == 3)
{ {
return true; return true;
} }
return false; return false;
} }
// the BPUcgat function // the NAXJLJJ function
function BPUcgat(link_type_BPUcgat) function NAXJLJJ(link_type_NAXJLJJ)
{ {
// [Interpretation 7326] set the function logic // [Interpretation 7326] set the function logic
if (link_type_BPUcgat == 2) if (link_type_NAXJLJJ == 2)
{ {
jQuery('.note_link_directed').closest('.control-group').show(); jQuery('.note_link_directed').closest('.control-group').show();
} }
@ -460,11 +460,11 @@ function BPUcgat(link_type_BPUcgat)
} }
} }
// the TvqhKCs function // the mouetwA function
function TvqhKCs(link_type_TvqhKCs) function mouetwA(link_type_mouetwA)
{ {
// [Interpretation 7326] set the function logic // [Interpretation 7326] set the function logic
if (link_type_TvqhKCs == 1) if (link_type_mouetwA == 1)
{ {
jQuery('.note_link_encrypted').closest('.control-group').show(); jQuery('.note_link_encrypted').closest('.control-group').show();
} }

View File

@ -398,7 +398,7 @@ class SermondistributorModelHelp_document extends JModelAdmin
* *
* @since 3.0 * @since 3.0
*/ */
public function getUniqeFields() protected function getUniqeFields()
{ {
return false; return false;
} }
@ -529,7 +529,7 @@ class SermondistributorModelHelp_document extends JModelAdmin
* *
* @since 12.2 * @since 12.2
*/ */
public function batchCopy($values, $pks, $contexts) protected function batchCopy($values, $pks, $contexts)
{ {
if (empty($this->batchSet)) if (empty($this->batchSet))
{ {
@ -678,7 +678,7 @@ class SermondistributorModelHelp_document extends JModelAdmin
* *
* @since 12.2 * @since 12.2
*/ */
public function batchMove($values, $pks, $contexts) protected function batchMove($values, $pks, $contexts)
{ {
if (empty($this->batchSet)) if (empty($this->batchSet))
{ {
@ -925,7 +925,7 @@ class SermondistributorModelHelp_document extends JModelAdmin
* @return array Contains the modified title and alias. * @return array Contains the modified title and alias.
* *
*/ */
public function _generateNewTitle($alias, $title) protected function _generateNewTitle($alias, $title)
{ {
// [Interpretation 4496] Alter the title & alias // [Interpretation 4496] Alter the title & alias

View File

@ -178,7 +178,7 @@ class SermondistributorModelHelp_documents extends JModelList
* *
* @return translatable string * @return translatable string
*/ */
public function selectionTranslation($value,$name) protected function selectionTranslation($value,$name)
{ {
// [Interpretation 10252] Array of type language strings // [Interpretation 10252] Array of type language strings
if ($name == 'type') if ($name == 'type')
@ -430,7 +430,7 @@ class SermondistributorModelHelp_documents extends JModelList
* @return a bool * @return a bool
* *
*/ */
public function checkInNow() protected function checkInNow()
{ {
// [Interpretation 9894] Get set check in time // [Interpretation 9894] Get set check in time
$time = JComponentHelper::getParams('com_sermondistributor')->get('check_in'); $time = JComponentHelper::getParams('com_sermondistributor')->get('check_in');

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->preacherfexe = $item->id; $this->preachermzvi = $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 getMzrsermons() public function getBuysermons()
{ {
// [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 preacherfexe global. // [Interpretation 6291] Filter by preachermzvi global.
$preacherfexe = $this->preacherfexe; $preachermzvi = $this->preachermzvi;
if (is_numeric($preacherfexe )) if (is_numeric($preachermzvi ))
{ {
$query->where('a.preacher = ' . (int) $preacherfexe ); $query->where('a.preacher = ' . (int) $preachermzvi );
} }
elseif (is_string($preacherfexe)) elseif (is_string($preachermzvi))
{ {
$query->where('a.preacher = ' . $db->quote($preacherfexe)); $query->where('a.preacher = ' . $db->quote($preachermzvi));
} }
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->selectionTranslationMzrsermons($item->link_type, 'link_type'); $item->link_type = $this->selectionTranslationBuysermons($item->link_type, 'link_type');
// [Interpretation 10226] convert source // [Interpretation 10226] convert source
$item->source = $this->selectionTranslationMzrsermons($item->source, 'source'); $item->source = $this->selectionTranslationBuysermons($item->source, 'source');
} }
} }
@ -214,7 +214,7 @@ class SermondistributorModelPreacher extends JModelAdmin
* *
* @return translatable string * @return translatable string
*/ */
public function selectionTranslationMzrsermons($value,$name) protected function selectionTranslationBuysermons($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')
@ -500,7 +500,7 @@ class SermondistributorModelPreacher extends JModelAdmin
* *
* @since 3.0 * @since 3.0
*/ */
public function getUniqeFields() protected function getUniqeFields()
{ {
return false; return false;
} }
@ -631,7 +631,7 @@ class SermondistributorModelPreacher extends JModelAdmin
* *
* @since 12.2 * @since 12.2
*/ */
public function batchCopy($values, $pks, $contexts) protected function batchCopy($values, $pks, $contexts)
{ {
if (empty($this->batchSet)) if (empty($this->batchSet))
{ {
@ -780,7 +780,7 @@ class SermondistributorModelPreacher extends JModelAdmin
* *
* @since 12.2 * @since 12.2
*/ */
public function batchMove($values, $pks, $contexts) protected function batchMove($values, $pks, $contexts)
{ {
if (empty($this->batchSet)) if (empty($this->batchSet))
{ {
@ -1021,7 +1021,7 @@ class SermondistributorModelPreacher extends JModelAdmin
* @return array Contains the modified title and alias. * @return array Contains the modified title and alias.
* *
*/ */
public function _generateNewTitle($alias, $title) protected function _generateNewTitle($alias, $title)
{ {
// [Interpretation 4496] Alter the title & alias // [Interpretation 4496] Alter the title & alias

View File

@ -324,7 +324,7 @@ class SermondistributorModelPreachers extends JModelList
* @return a bool * @return a bool
* *
*/ */
public function checkInNow() protected function checkInNow()
{ {
// [Interpretation 9894] Get set check in time // [Interpretation 9894] Get set check in time
$time = JComponentHelper::getParams('com_sermondistributor')->get('check_in'); $time = JComponentHelper::getParams('com_sermondistributor')->get('check_in');

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->serieskoaz = $item->id; $this->seriesvmbk = $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 getHimsermons() public function getCvusermons()
{ {
// [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 serieskoaz global. // [Interpretation 6291] Filter by seriesvmbk global.
$serieskoaz = $this->serieskoaz; $seriesvmbk = $this->seriesvmbk;
if (is_numeric($serieskoaz )) if (is_numeric($seriesvmbk ))
{ {
$query->where('a.series = ' . (int) $serieskoaz ); $query->where('a.series = ' . (int) $seriesvmbk );
} }
elseif (is_string($serieskoaz)) elseif (is_string($seriesvmbk))
{ {
$query->where('a.series = ' . $db->quote($serieskoaz)); $query->where('a.series = ' . $db->quote($seriesvmbk));
} }
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->selectionTranslationHimsermons($item->link_type, 'link_type'); $item->link_type = $this->selectionTranslationCvusermons($item->link_type, 'link_type');
// [Interpretation 10226] convert source // [Interpretation 10226] convert source
$item->source = $this->selectionTranslationHimsermons($item->source, 'source'); $item->source = $this->selectionTranslationCvusermons($item->source, 'source');
} }
} }
@ -214,7 +214,7 @@ class SermondistributorModelSeries extends JModelAdmin
* *
* @return translatable string * @return translatable string
*/ */
public function selectionTranslationHimsermons($value,$name) protected function selectionTranslationCvusermons($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')
@ -500,7 +500,7 @@ class SermondistributorModelSeries extends JModelAdmin
* *
* @since 3.0 * @since 3.0
*/ */
public function getUniqeFields() protected function getUniqeFields()
{ {
return false; return false;
} }
@ -631,7 +631,7 @@ class SermondistributorModelSeries extends JModelAdmin
* *
* @since 12.2 * @since 12.2
*/ */
public function batchCopy($values, $pks, $contexts) protected function batchCopy($values, $pks, $contexts)
{ {
if (empty($this->batchSet)) if (empty($this->batchSet))
{ {
@ -780,7 +780,7 @@ class SermondistributorModelSeries extends JModelAdmin
* *
* @since 12.2 * @since 12.2
*/ */
public function batchMove($values, $pks, $contexts) protected function batchMove($values, $pks, $contexts)
{ {
if (empty($this->batchSet)) if (empty($this->batchSet))
{ {
@ -1021,7 +1021,7 @@ class SermondistributorModelSeries extends JModelAdmin
* @return array Contains the modified title and alias. * @return array Contains the modified title and alias.
* *
*/ */
public function _generateNewTitle($alias, $title) protected function _generateNewTitle($alias, $title)
{ {
// [Interpretation 4496] Alter the title & alias // [Interpretation 4496] Alter the title & alias

View File

@ -319,7 +319,7 @@ class SermondistributorModelSeries_list extends JModelList
* @return a bool * @return a bool
* *
*/ */
public function checkInNow() protected function checkInNow()
{ {
// [Interpretation 9894] Get set check in time // [Interpretation 9894] Get set check in time
$time = JComponentHelper::getParams('com_sermondistributor')->get('check_in'); $time = JComponentHelper::getParams('com_sermondistributor')->get('check_in');

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->sermonrsop = $item->id; $this->sermonxazn = $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 getKyqstastics() public function getFpwstastics()
{ {
// [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 sermonrsop global. // [Interpretation 6291] Filter by sermonxazn global.
$sermonrsop = $this->sermonrsop; $sermonxazn = $this->sermonxazn;
if (is_numeric($sermonrsop )) if (is_numeric($sermonxazn ))
{ {
$query->where('a.sermon = ' . (int) $sermonrsop ); $query->where('a.sermon = ' . (int) $sermonxazn );
} }
elseif (is_string($sermonrsop)) elseif (is_string($sermonxazn))
{ {
$query->where('a.sermon = ' . $db->quote($sermonrsop)); $query->where('a.sermon = ' . $db->quote($sermonxazn));
} }
else else
{ {
@ -539,7 +539,7 @@ class SermondistributorModelSermon extends JModelAdmin
* *
* @since 3.0 * @since 3.0
*/ */
public function getUniqeFields() protected function getUniqeFields()
{ {
return false; return false;
} }
@ -670,7 +670,7 @@ class SermondistributorModelSermon extends JModelAdmin
* *
* @since 12.2 * @since 12.2
*/ */
public function batchCopy($values, $pks, $contexts) protected function batchCopy($values, $pks, $contexts)
{ {
if (empty($this->batchSet)) if (empty($this->batchSet))
{ {
@ -841,7 +841,7 @@ class SermondistributorModelSermon extends JModelAdmin
* *
* @since 12.2 * @since 12.2
*/ */
public function batchMove($values, $pks, $contexts) protected function batchMove($values, $pks, $contexts)
{ {
if (empty($this->batchSet)) if (empty($this->batchSet))
{ {
@ -1110,7 +1110,7 @@ class SermondistributorModelSermon extends JModelAdmin
* @return array Contains the modified title and alias. * @return array Contains the modified title and alias.
* *
*/ */
public function _generateNewTitle($alias, $title) protected function _generateNewTitle($alias, $title)
{ {
// [Interpretation 4496] Alter the title & alias // [Interpretation 4496] Alter the title & alias

View File

@ -174,7 +174,7 @@ class SermondistributorModelSermons extends JModelList
* *
* @return translatable string * @return translatable string
*/ */
public function selectionTranslation($value,$name) protected 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')
@ -462,7 +462,7 @@ class SermondistributorModelSermons extends JModelList
* @return a bool * @return a bool
* *
*/ */
public function checkInNow() protected function checkInNow()
{ {
// [Interpretation 9894] Get set check in time // [Interpretation 9894] Get set check in time
$time = JComponentHelper::getParams('com_sermondistributor')->get('check_in'); $time = JComponentHelper::getParams('com_sermondistributor')->get('check_in');

View File

@ -358,7 +358,7 @@ class SermondistributorModelStatistic extends JModelAdmin
* *
* @since 3.0 * @since 3.0
*/ */
public function getUniqeFields() protected function getUniqeFields()
{ {
return false; return false;
} }
@ -489,7 +489,7 @@ class SermondistributorModelStatistic extends JModelAdmin
* *
* @since 12.2 * @since 12.2
*/ */
public function batchCopy($values, $pks, $contexts) protected function batchCopy($values, $pks, $contexts)
{ {
if (empty($this->batchSet)) if (empty($this->batchSet))
{ {
@ -638,7 +638,7 @@ class SermondistributorModelStatistic extends JModelAdmin
* *
* @since 12.2 * @since 12.2
*/ */
public function batchMove($values, $pks, $contexts) protected function batchMove($values, $pks, $contexts)
{ {
if (empty($this->batchSet)) if (empty($this->batchSet))
{ {
@ -824,7 +824,7 @@ class SermondistributorModelStatistic extends JModelAdmin
* @return array Contains the modified title and alias. * @return array Contains the modified title and alias.
* *
*/ */
public function _generateNewTitle($title) protected function _generateNewTitle($title)
{ {
// [Interpretation 4520] Alter the title // [Interpretation 4520] Alter the title

View File

@ -366,7 +366,7 @@ class SermondistributorModelStatistics extends JModelList
* @return a bool * @return a bool
* *
*/ */
public function checkInNow() protected function checkInNow()
{ {
// [Interpretation 9894] Get set check in time // [Interpretation 9894] Get set check in time
$time = JComponentHelper::getParams('com_sermondistributor')->get('check_in'); $time = JComponentHelper::getParams('com_sermondistributor')->get('check_in');

View File

@ -102,93 +102,93 @@ $componentParams = JComponentHelper::getParams('com_sermondistributor');
<script type="text/javascript"> <script type="text/javascript">
// #jform_location listeners for location_hmAPgsz function // #jform_location listeners for location_JoAbvrL function
jQuery('#jform_location').on('keyup',function() jQuery('#jform_location').on('keyup',function()
{ {
var location_hmAPgsz = jQuery("#jform_location input[type='radio']:checked").val(); var location_JoAbvrL = jQuery("#jform_location input[type='radio']:checked").val();
hmAPgsz(location_hmAPgsz); JoAbvrL(location_JoAbvrL);
}); });
jQuery('#adminForm').on('change', '#jform_location',function (e) jQuery('#adminForm').on('change', '#jform_location',function (e)
{ {
e.preventDefault(); e.preventDefault();
var location_hmAPgsz = jQuery("#jform_location input[type='radio']:checked").val(); var location_JoAbvrL = jQuery("#jform_location input[type='radio']:checked").val();
hmAPgsz(location_hmAPgsz); JoAbvrL(location_JoAbvrL);
}); });
// #jform_location listeners for location_BhHQJDK function // #jform_location listeners for location_rNfUvyQ function
jQuery('#jform_location').on('keyup',function() jQuery('#jform_location').on('keyup',function()
{ {
var location_BhHQJDK = jQuery("#jform_location input[type='radio']:checked").val(); var location_rNfUvyQ = jQuery("#jform_location input[type='radio']:checked").val();
BhHQJDK(location_BhHQJDK); rNfUvyQ(location_rNfUvyQ);
}); });
jQuery('#adminForm').on('change', '#jform_location',function (e) jQuery('#adminForm').on('change', '#jform_location',function (e)
{ {
e.preventDefault(); e.preventDefault();
var location_BhHQJDK = jQuery("#jform_location input[type='radio']:checked").val(); var location_rNfUvyQ = jQuery("#jform_location input[type='radio']:checked").val();
BhHQJDK(location_BhHQJDK); rNfUvyQ(location_rNfUvyQ);
}); });
// #jform_type listeners for type_NCKgxlw function // #jform_type listeners for type_foAQwOm function
jQuery('#jform_type').on('keyup',function() jQuery('#jform_type').on('keyup',function()
{ {
var type_NCKgxlw = jQuery("#jform_type").val(); var type_foAQwOm = jQuery("#jform_type").val();
NCKgxlw(type_NCKgxlw); foAQwOm(type_foAQwOm);
}); });
jQuery('#adminForm').on('change', '#jform_type',function (e) jQuery('#adminForm').on('change', '#jform_type',function (e)
{ {
e.preventDefault(); e.preventDefault();
var type_NCKgxlw = jQuery("#jform_type").val(); var type_foAQwOm = jQuery("#jform_type").val();
NCKgxlw(type_NCKgxlw); foAQwOm(type_foAQwOm);
}); });
// #jform_type listeners for type_XCxooMv function // #jform_type listeners for type_anTXLqQ function
jQuery('#jform_type').on('keyup',function() jQuery('#jform_type').on('keyup',function()
{ {
var type_XCxooMv = jQuery("#jform_type").val(); var type_anTXLqQ = jQuery("#jform_type").val();
XCxooMv(type_XCxooMv); anTXLqQ(type_anTXLqQ);
}); });
jQuery('#adminForm').on('change', '#jform_type',function (e) jQuery('#adminForm').on('change', '#jform_type',function (e)
{ {
e.preventDefault(); e.preventDefault();
var type_XCxooMv = jQuery("#jform_type").val(); var type_anTXLqQ = jQuery("#jform_type").val();
XCxooMv(type_XCxooMv); anTXLqQ(type_anTXLqQ);
}); });
// #jform_type listeners for type_pgDLIJx function // #jform_type listeners for type_unEaDxh function
jQuery('#jform_type').on('keyup',function() jQuery('#jform_type').on('keyup',function()
{ {
var type_pgDLIJx = jQuery("#jform_type").val(); var type_unEaDxh = jQuery("#jform_type").val();
pgDLIJx(type_pgDLIJx); unEaDxh(type_unEaDxh);
}); });
jQuery('#adminForm').on('change', '#jform_type',function (e) jQuery('#adminForm').on('change', '#jform_type',function (e)
{ {
e.preventDefault(); e.preventDefault();
var type_pgDLIJx = jQuery("#jform_type").val(); var type_unEaDxh = jQuery("#jform_type").val();
pgDLIJx(type_pgDLIJx); unEaDxh(type_unEaDxh);
}); });
// #jform_target listeners for target_nhDdpbt function // #jform_target listeners for target_jWTPKsH function
jQuery('#jform_target').on('keyup',function() jQuery('#jform_target').on('keyup',function()
{ {
var target_nhDdpbt = jQuery("#jform_target input[type='radio']:checked").val(); var target_jWTPKsH = jQuery("#jform_target input[type='radio']:checked").val();
nhDdpbt(target_nhDdpbt); jWTPKsH(target_jWTPKsH);
}); });
jQuery('#adminForm').on('change', '#jform_target',function (e) jQuery('#adminForm').on('change', '#jform_target',function (e)
{ {
e.preventDefault(); e.preventDefault();
var target_nhDdpbt = jQuery("#jform_target input[type='radio']:checked").val(); var target_jWTPKsH = jQuery("#jform_target input[type='radio']:checked").val();
nhDdpbt(target_nhDdpbt); jWTPKsH(target_jWTPKsH);
}); });

View File

@ -71,7 +71,7 @@ class SermondistributorViewPreacher extends JViewLegacy
} }
// [Interpretation 5797] Get Linked view data // [Interpretation 5797] Get Linked view data
$this->mzrsermons = $this->get('Mzrsermons'); $this->buysermons = $this->get('Buysermons');
// 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->himsermons = $this->get('Himsermons'); $this->cvusermons = $this->get('Cvusermons');
// 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_LeYQWzT function // #jform_source listeners for source_yiajFDo function
jQuery('#jform_source').on('keyup',function() jQuery('#jform_source').on('keyup',function()
{ {
var source_LeYQWzT = jQuery("#jform_source").val(); var source_yiajFDo = jQuery("#jform_source").val();
LeYQWzT(source_LeYQWzT); yiajFDo(source_yiajFDo);
}); });
jQuery('#adminForm').on('change', '#jform_source',function (e) jQuery('#adminForm').on('change', '#jform_source',function (e)
{ {
e.preventDefault(); e.preventDefault();
var source_LeYQWzT = jQuery("#jform_source").val(); var source_yiajFDo = jQuery("#jform_source").val();
LeYQWzT(source_LeYQWzT); yiajFDo(source_yiajFDo);
}); });
// #jform_source listeners for source_qFuRtXH function // #jform_source listeners for source_GHhCiBF function
jQuery('#jform_source').on('keyup',function() jQuery('#jform_source').on('keyup',function()
{ {
var source_qFuRtXH = jQuery("#jform_source").val(); var source_GHhCiBF = jQuery("#jform_source").val();
var build_qFuRtXH = jQuery("#jform_build input[type='radio']:checked").val(); var build_GHhCiBF = jQuery("#jform_build input[type='radio']:checked").val();
qFuRtXH(source_qFuRtXH,build_qFuRtXH); GHhCiBF(source_GHhCiBF,build_GHhCiBF);
}); });
jQuery('#adminForm').on('change', '#jform_source',function (e) jQuery('#adminForm').on('change', '#jform_source',function (e)
{ {
e.preventDefault(); e.preventDefault();
var source_qFuRtXH = jQuery("#jform_source").val(); var source_GHhCiBF = jQuery("#jform_source").val();
var build_qFuRtXH = jQuery("#jform_build input[type='radio']:checked").val(); var build_GHhCiBF = jQuery("#jform_build input[type='radio']:checked").val();
qFuRtXH(source_qFuRtXH,build_qFuRtXH); GHhCiBF(source_GHhCiBF,build_GHhCiBF);
}); });
// #jform_build listeners for build_qFuRtXH function // #jform_build listeners for build_GHhCiBF function
jQuery('#jform_build').on('keyup',function() jQuery('#jform_build').on('keyup',function()
{ {
var source_qFuRtXH = jQuery("#jform_source").val(); var source_GHhCiBF = jQuery("#jform_source").val();
var build_qFuRtXH = jQuery("#jform_build input[type='radio']:checked").val(); var build_GHhCiBF = jQuery("#jform_build input[type='radio']:checked").val();
qFuRtXH(source_qFuRtXH,build_qFuRtXH); GHhCiBF(source_GHhCiBF,build_GHhCiBF);
}); });
jQuery('#adminForm').on('change', '#jform_build',function (e) jQuery('#adminForm').on('change', '#jform_build',function (e)
{ {
e.preventDefault(); e.preventDefault();
var source_qFuRtXH = jQuery("#jform_source").val(); var source_GHhCiBF = jQuery("#jform_source").val();
var build_qFuRtXH = jQuery("#jform_build input[type='radio']:checked").val(); var build_GHhCiBF = jQuery("#jform_build input[type='radio']:checked").val();
qFuRtXH(source_qFuRtXH,build_qFuRtXH); GHhCiBF(source_GHhCiBF,build_GHhCiBF);
}); });
// #jform_source listeners for source_nqLwYLV function // #jform_source listeners for source_BpsslKy function
jQuery('#jform_source').on('keyup',function() jQuery('#jform_source').on('keyup',function()
{ {
var source_nqLwYLV = jQuery("#jform_source").val(); var source_BpsslKy = jQuery("#jform_source").val();
var build_nqLwYLV = jQuery("#jform_build input[type='radio']:checked").val(); var build_BpsslKy = jQuery("#jform_build input[type='radio']:checked").val();
nqLwYLV(source_nqLwYLV,build_nqLwYLV); BpsslKy(source_BpsslKy,build_BpsslKy);
}); });
jQuery('#adminForm').on('change', '#jform_source',function (e) jQuery('#adminForm').on('change', '#jform_source',function (e)
{ {
e.preventDefault(); e.preventDefault();
var source_nqLwYLV = jQuery("#jform_source").val(); var source_BpsslKy = jQuery("#jform_source").val();
var build_nqLwYLV = jQuery("#jform_build input[type='radio']:checked").val(); var build_BpsslKy = jQuery("#jform_build input[type='radio']:checked").val();
nqLwYLV(source_nqLwYLV,build_nqLwYLV); BpsslKy(source_BpsslKy,build_BpsslKy);
}); });
// #jform_build listeners for build_nqLwYLV function // #jform_build listeners for build_BpsslKy function
jQuery('#jform_build').on('keyup',function() jQuery('#jform_build').on('keyup',function()
{ {
var source_nqLwYLV = jQuery("#jform_source").val(); var source_BpsslKy = jQuery("#jform_source").val();
var build_nqLwYLV = jQuery("#jform_build input[type='radio']:checked").val(); var build_BpsslKy = jQuery("#jform_build input[type='radio']:checked").val();
nqLwYLV(source_nqLwYLV,build_nqLwYLV); BpsslKy(source_BpsslKy,build_BpsslKy);
}); });
jQuery('#adminForm').on('change', '#jform_build',function (e) jQuery('#adminForm').on('change', '#jform_build',function (e)
{ {
e.preventDefault(); e.preventDefault();
var source_nqLwYLV = jQuery("#jform_source").val(); var source_BpsslKy = jQuery("#jform_source").val();
var build_nqLwYLV = jQuery("#jform_build input[type='radio']:checked").val(); var build_BpsslKy = jQuery("#jform_build input[type='radio']:checked").val();
nqLwYLV(source_nqLwYLV,build_nqLwYLV); BpsslKy(source_BpsslKy,build_BpsslKy);
}); });
// #jform_build listeners for build_vGBwfrO function // #jform_build listeners for build_ZwSoQfK function
jQuery('#jform_build').on('keyup',function() jQuery('#jform_build').on('keyup',function()
{ {
var build_vGBwfrO = jQuery("#jform_build input[type='radio']:checked").val(); var build_ZwSoQfK = jQuery("#jform_build input[type='radio']:checked").val();
var source_vGBwfrO = jQuery("#jform_source").val(); var source_ZwSoQfK = jQuery("#jform_source").val();
vGBwfrO(build_vGBwfrO,source_vGBwfrO); ZwSoQfK(build_ZwSoQfK,source_ZwSoQfK);
}); });
jQuery('#adminForm').on('change', '#jform_build',function (e) jQuery('#adminForm').on('change', '#jform_build',function (e)
{ {
e.preventDefault(); e.preventDefault();
var build_vGBwfrO = jQuery("#jform_build input[type='radio']:checked").val(); var build_ZwSoQfK = jQuery("#jform_build input[type='radio']:checked").val();
var source_vGBwfrO = jQuery("#jform_source").val(); var source_ZwSoQfK = jQuery("#jform_source").val();
vGBwfrO(build_vGBwfrO,source_vGBwfrO); ZwSoQfK(build_ZwSoQfK,source_ZwSoQfK);
}); });
// #jform_source listeners for source_vGBwfrO function // #jform_source listeners for source_ZwSoQfK function
jQuery('#jform_source').on('keyup',function() jQuery('#jform_source').on('keyup',function()
{ {
var build_vGBwfrO = jQuery("#jform_build input[type='radio']:checked").val(); var build_ZwSoQfK = jQuery("#jform_build input[type='radio']:checked").val();
var source_vGBwfrO = jQuery("#jform_source").val(); var source_ZwSoQfK = jQuery("#jform_source").val();
vGBwfrO(build_vGBwfrO,source_vGBwfrO); ZwSoQfK(build_ZwSoQfK,source_ZwSoQfK);
}); });
jQuery('#adminForm').on('change', '#jform_source',function (e) jQuery('#adminForm').on('change', '#jform_source',function (e)
{ {
e.preventDefault(); e.preventDefault();
var build_vGBwfrO = jQuery("#jform_build input[type='radio']:checked").val(); var build_ZwSoQfK = jQuery("#jform_build input[type='radio']:checked").val();
var source_vGBwfrO = jQuery("#jform_source").val(); var source_ZwSoQfK = jQuery("#jform_source").val();
vGBwfrO(build_vGBwfrO,source_vGBwfrO); ZwSoQfK(build_ZwSoQfK,source_ZwSoQfK);
}); });
// #jform_source listeners for source_sqkUWYd function // #jform_source listeners for source_gVxKSDy function
jQuery('#jform_source').on('keyup',function() jQuery('#jform_source').on('keyup',function()
{ {
var source_sqkUWYd = jQuery("#jform_source").val(); var source_gVxKSDy = jQuery("#jform_source").val();
sqkUWYd(source_sqkUWYd); gVxKSDy(source_gVxKSDy);
}); });
jQuery('#adminForm').on('change', '#jform_source',function (e) jQuery('#adminForm').on('change', '#jform_source',function (e)
{ {
e.preventDefault(); e.preventDefault();
var source_sqkUWYd = jQuery("#jform_source").val(); var source_gVxKSDy = jQuery("#jform_source").val();
sqkUWYd(source_sqkUWYd); gVxKSDy(source_gVxKSDy);
}); });
// #jform_source listeners for source_htLRPCv function // #jform_source listeners for source_RyyiYEP function
jQuery('#jform_source').on('keyup',function() jQuery('#jform_source').on('keyup',function()
{ {
var source_htLRPCv = jQuery("#jform_source").val(); var source_RyyiYEP = jQuery("#jform_source").val();
htLRPCv(source_htLRPCv); RyyiYEP(source_RyyiYEP);
}); });
jQuery('#adminForm').on('change', '#jform_source',function (e) jQuery('#adminForm').on('change', '#jform_source',function (e)
{ {
e.preventDefault(); e.preventDefault();
var source_htLRPCv = jQuery("#jform_source").val(); var source_RyyiYEP = jQuery("#jform_source").val();
htLRPCv(source_htLRPCv); RyyiYEP(source_RyyiYEP);
}); });
// #jform_link_type listeners for link_type_BPUcgat function // #jform_link_type listeners for link_type_NAXJLJJ function
jQuery('#jform_link_type').on('keyup',function() jQuery('#jform_link_type').on('keyup',function()
{ {
var link_type_BPUcgat = jQuery("#jform_link_type input[type='radio']:checked").val(); var link_type_NAXJLJJ = jQuery("#jform_link_type input[type='radio']:checked").val();
BPUcgat(link_type_BPUcgat); NAXJLJJ(link_type_NAXJLJJ);
}); });
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_BPUcgat = jQuery("#jform_link_type input[type='radio']:checked").val(); var link_type_NAXJLJJ = jQuery("#jform_link_type input[type='radio']:checked").val();
BPUcgat(link_type_BPUcgat); NAXJLJJ(link_type_NAXJLJJ);
}); });
// #jform_link_type listeners for link_type_TvqhKCs function // #jform_link_type listeners for link_type_mouetwA function
jQuery('#jform_link_type').on('keyup',function() jQuery('#jform_link_type').on('keyup',function()
{ {
var link_type_TvqhKCs = jQuery("#jform_link_type input[type='radio']:checked").val(); var link_type_mouetwA = jQuery("#jform_link_type input[type='radio']:checked").val();
TvqhKCs(link_type_TvqhKCs); mouetwA(link_type_mouetwA);
}); });
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_TvqhKCs = jQuery("#jform_link_type input[type='radio']:checked").val(); var link_type_mouetwA = jQuery("#jform_link_type input[type='radio']:checked").val();
TvqhKCs(link_type_TvqhKCs); mouetwA(link_type_mouetwA);
}); });

View File

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