Version release. All changes are only random variable name and date changes (due to automation)

This commit is contained in:
2016-01-31 19:29:08 +02:00
parent 5ca3d0b533
commit 41defc9e7a
360 changed files with 2000 additions and 1999 deletions

View File

@@ -9,7 +9,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.0.8
@version 2.0.9
@build 31st January, 2016
@created 30th April, 2015
@package Component Builder
@@ -24,178 +24,178 @@
/-----------------------------------------------------------------------------------------------------------------------------*/
// Some Global Values
jform_FlhlaAqsLU_required = false;
jform_bfuBfTzxoz_required = false;
jform_NFDDzCgZTZ_required = false;
jform_lBlpHlXYLC_required = false;
jform_GkphXPJCiq_required = false;
jform_HkjGsIPPsd_required = false;
jform_JrJqeudrBW_required = false;
jform_sjgEsemWAD_required = false;
jform_YqhzJSoQsl_required = false;
jform_vIWNpuAWwR_required = false;
jform_IfMyVdhHgw_required = false;
jform_mgNBEyuRjK_required = false;
jform_VyTIlaAFWv_required = false;
jform_NDJmONdqlv_required = false;
jform_HfLlopBpPn_required = false;
jform_JNKDCaxVLv_required = false;
// Initial Script
jQuery(document).ready(function()
{
var add_php_helper_admin_FlhlaAq = jQuery("#jform_add_php_helper_admin input[type='radio']:checked").val();
FlhlaAq(add_php_helper_admin_FlhlaAq);
var add_php_helper_admin_YqhzJSo = jQuery("#jform_add_php_helper_admin input[type='radio']:checked").val();
YqhzJSo(add_php_helper_admin_YqhzJSo);
var add_php_helper_site_bfuBfTz = jQuery("#jform_add_php_helper_site input[type='radio']:checked").val();
bfuBfTz(add_php_helper_site_bfuBfTz);
var add_php_helper_site_vIWNpuA = jQuery("#jform_add_php_helper_site input[type='radio']:checked").val();
vIWNpuA(add_php_helper_site_vIWNpuA);
var add_css_NFDDzCg = jQuery("#jform_add_css input[type='radio']:checked").val();
NFDDzCg(add_css_NFDDzCg);
var add_css_IfMyVdh = jQuery("#jform_add_css input[type='radio']:checked").val();
IfMyVdh(add_css_IfMyVdh);
var add_sql_lBlpHlX = jQuery("#jform_add_sql input[type='radio']:checked").val();
lBlpHlX(add_sql_lBlpHlX);
var add_sql_mgNBEyu = jQuery("#jform_add_sql input[type='radio']:checked").val();
mgNBEyu(add_sql_mgNBEyu);
var emptycontributors_SHIhiSb = jQuery("#jform_emptycontributors input[type='radio']:checked").val();
SHIhiSb(emptycontributors_SHIhiSb);
var emptycontributors_eLwbCIx = jQuery("#jform_emptycontributors input[type='radio']:checked").val();
eLwbCIx(emptycontributors_eLwbCIx);
var add_license_GkphXPJ = jQuery("#jform_add_license input[type='radio']:checked").val();
GkphXPJ(add_license_GkphXPJ);
var add_license_VyTIlaA = jQuery("#jform_add_license input[type='radio']:checked").val();
VyTIlaA(add_license_VyTIlaA);
var add_admin_event_HkjGsIP = jQuery("#jform_add_admin_event input[type='radio']:checked").val();
HkjGsIP(add_admin_event_HkjGsIP);
var add_admin_event_NDJmONd = jQuery("#jform_add_admin_event input[type='radio']:checked").val();
NDJmONd(add_admin_event_NDJmONd);
var add_site_event_JrJqeud = jQuery("#jform_add_site_event input[type='radio']:checked").val();
JrJqeud(add_site_event_JrJqeud);
var add_site_event_HfLlopB = jQuery("#jform_add_site_event input[type='radio']:checked").val();
HfLlopB(add_site_event_HfLlopB);
var addreadme_sjgEsem = jQuery("#jform_addreadme input[type='radio']:checked").val();
sjgEsem(addreadme_sjgEsem);
var addreadme_JNKDCax = jQuery("#jform_addreadme input[type='radio']:checked").val();
JNKDCax(addreadme_JNKDCax);
var add_license_ikLpOfX = jQuery("#jform_add_license input[type='radio']:checked").val();
ikLpOfX(add_license_ikLpOfX);
var add_license_yBYbJNK = jQuery("#jform_add_license input[type='radio']:checked").val();
yBYbJNK(add_license_yBYbJNK);
});
// the FlhlaAq function
function FlhlaAq(add_php_helper_admin_FlhlaAq)
// the YqhzJSo function
function YqhzJSo(add_php_helper_admin_YqhzJSo)
{
// set the function logic
if (add_php_helper_admin_FlhlaAq == 1)
if (add_php_helper_admin_YqhzJSo == 1)
{
jQuery('#jform_php_helper_admin').closest('.control-group').show();
if (jform_FlhlaAqsLU_required)
if (jform_YqhzJSoQsl_required)
{
updateFieldRequired('php_helper_admin',0);
jQuery('#jform_php_helper_admin').prop('required','required');
jQuery('#jform_php_helper_admin').attr('aria-required',true);
jQuery('#jform_php_helper_admin').addClass('required');
jform_FlhlaAqsLU_required = false;
jform_YqhzJSoQsl_required = false;
}
}
else
{
jQuery('#jform_php_helper_admin').closest('.control-group').hide();
if (!jform_FlhlaAqsLU_required)
if (!jform_YqhzJSoQsl_required)
{
updateFieldRequired('php_helper_admin',1);
jQuery('#jform_php_helper_admin').removeAttr('required');
jQuery('#jform_php_helper_admin').removeAttr('aria-required');
jQuery('#jform_php_helper_admin').removeClass('required');
jform_FlhlaAqsLU_required = true;
jform_YqhzJSoQsl_required = true;
}
}
}
// the bfuBfTz function
function bfuBfTz(add_php_helper_site_bfuBfTz)
// the vIWNpuA function
function vIWNpuA(add_php_helper_site_vIWNpuA)
{
// set the function logic
if (add_php_helper_site_bfuBfTz == 1)
if (add_php_helper_site_vIWNpuA == 1)
{
jQuery('#jform_php_helper_site').closest('.control-group').show();
if (jform_bfuBfTzxoz_required)
if (jform_vIWNpuAWwR_required)
{
updateFieldRequired('php_helper_site',0);
jQuery('#jform_php_helper_site').prop('required','required');
jQuery('#jform_php_helper_site').attr('aria-required',true);
jQuery('#jform_php_helper_site').addClass('required');
jform_bfuBfTzxoz_required = false;
jform_vIWNpuAWwR_required = false;
}
}
else
{
jQuery('#jform_php_helper_site').closest('.control-group').hide();
if (!jform_bfuBfTzxoz_required)
if (!jform_vIWNpuAWwR_required)
{
updateFieldRequired('php_helper_site',1);
jQuery('#jform_php_helper_site').removeAttr('required');
jQuery('#jform_php_helper_site').removeAttr('aria-required');
jQuery('#jform_php_helper_site').removeClass('required');
jform_bfuBfTzxoz_required = true;
jform_vIWNpuAWwR_required = true;
}
}
}
// the NFDDzCg function
function NFDDzCg(add_css_NFDDzCg)
// the IfMyVdh function
function IfMyVdh(add_css_IfMyVdh)
{
// set the function logic
if (add_css_NFDDzCg == 1)
if (add_css_IfMyVdh == 1)
{
jQuery('#jform_css').closest('.control-group').show();
if (jform_NFDDzCgZTZ_required)
if (jform_IfMyVdhHgw_required)
{
updateFieldRequired('css',0);
jQuery('#jform_css').prop('required','required');
jQuery('#jform_css').attr('aria-required',true);
jQuery('#jform_css').addClass('required');
jform_NFDDzCgZTZ_required = false;
jform_IfMyVdhHgw_required = false;
}
}
else
{
jQuery('#jform_css').closest('.control-group').hide();
if (!jform_NFDDzCgZTZ_required)
if (!jform_IfMyVdhHgw_required)
{
updateFieldRequired('css',1);
jQuery('#jform_css').removeAttr('required');
jQuery('#jform_css').removeAttr('aria-required');
jQuery('#jform_css').removeClass('required');
jform_NFDDzCgZTZ_required = true;
jform_IfMyVdhHgw_required = true;
}
}
}
// the lBlpHlX function
function lBlpHlX(add_sql_lBlpHlX)
// the mgNBEyu function
function mgNBEyu(add_sql_mgNBEyu)
{
// set the function logic
if (add_sql_lBlpHlX == 1)
if (add_sql_mgNBEyu == 1)
{
jQuery('#jform_sql').closest('.control-group').show();
if (jform_lBlpHlXYLC_required)
if (jform_mgNBEyuRjK_required)
{
updateFieldRequired('sql',0);
jQuery('#jform_sql').prop('required','required');
jQuery('#jform_sql').attr('aria-required',true);
jQuery('#jform_sql').addClass('required');
jform_lBlpHlXYLC_required = false;
jform_mgNBEyuRjK_required = false;
}
}
else
{
jQuery('#jform_sql').closest('.control-group').hide();
if (!jform_lBlpHlXYLC_required)
if (!jform_mgNBEyuRjK_required)
{
updateFieldRequired('sql',1);
jQuery('#jform_sql').removeAttr('required');
jQuery('#jform_sql').removeAttr('aria-required');
jQuery('#jform_sql').removeClass('required');
jform_lBlpHlXYLC_required = true;
jform_mgNBEyuRjK_required = true;
}
}
}
// the SHIhiSb function
function SHIhiSb(emptycontributors_SHIhiSb)
// the eLwbCIx function
function eLwbCIx(emptycontributors_eLwbCIx)
{
// set the function logic
if (emptycontributors_SHIhiSb == 1)
if (emptycontributors_eLwbCIx == 1)
{
jQuery('#jform_number').closest('.control-group').show();
}
@@ -205,114 +205,114 @@ function SHIhiSb(emptycontributors_SHIhiSb)
}
}
// the GkphXPJ function
function GkphXPJ(add_license_GkphXPJ)
// the VyTIlaA function
function VyTIlaA(add_license_VyTIlaA)
{
// set the function logic
if (add_license_GkphXPJ == 1)
if (add_license_VyTIlaA == 1)
{
jQuery('#jform_license_type').closest('.control-group').show();
if (jform_GkphXPJCiq_required)
if (jform_VyTIlaAFWv_required)
{
updateFieldRequired('license_type',0);
jQuery('#jform_license_type').prop('required','required');
jQuery('#jform_license_type').attr('aria-required',true);
jQuery('#jform_license_type').addClass('required');
jform_GkphXPJCiq_required = false;
jform_VyTIlaAFWv_required = false;
}
}
else
{
jQuery('#jform_license_type').closest('.control-group').hide();
if (!jform_GkphXPJCiq_required)
if (!jform_VyTIlaAFWv_required)
{
updateFieldRequired('license_type',1);
jQuery('#jform_license_type').removeAttr('required');
jQuery('#jform_license_type').removeAttr('aria-required');
jQuery('#jform_license_type').removeClass('required');
jform_GkphXPJCiq_required = true;
jform_VyTIlaAFWv_required = true;
}
}
}
// the HkjGsIP function
function HkjGsIP(add_admin_event_HkjGsIP)
// the NDJmONd function
function NDJmONd(add_admin_event_NDJmONd)
{
// set the function logic
if (add_admin_event_HkjGsIP == 1)
if (add_admin_event_NDJmONd == 1)
{
jQuery('#jform_php_admin_event').closest('.control-group').show();
if (jform_HkjGsIPPsd_required)
if (jform_NDJmONdqlv_required)
{
updateFieldRequired('php_admin_event',0);
jQuery('#jform_php_admin_event').prop('required','required');
jQuery('#jform_php_admin_event').attr('aria-required',true);
jQuery('#jform_php_admin_event').addClass('required');
jform_HkjGsIPPsd_required = false;
jform_NDJmONdqlv_required = false;
}
}
else
{
jQuery('#jform_php_admin_event').closest('.control-group').hide();
if (!jform_HkjGsIPPsd_required)
if (!jform_NDJmONdqlv_required)
{
updateFieldRequired('php_admin_event',1);
jQuery('#jform_php_admin_event').removeAttr('required');
jQuery('#jform_php_admin_event').removeAttr('aria-required');
jQuery('#jform_php_admin_event').removeClass('required');
jform_HkjGsIPPsd_required = true;
jform_NDJmONdqlv_required = true;
}
}
}
// the JrJqeud function
function JrJqeud(add_site_event_JrJqeud)
// the HfLlopB function
function HfLlopB(add_site_event_HfLlopB)
{
// set the function logic
if (add_site_event_JrJqeud == 1)
if (add_site_event_HfLlopB == 1)
{
jQuery('#jform_php_site_event').closest('.control-group').show();
if (jform_JrJqeudrBW_required)
if (jform_HfLlopBpPn_required)
{
updateFieldRequired('php_site_event',0);
jQuery('#jform_php_site_event').prop('required','required');
jQuery('#jform_php_site_event').attr('aria-required',true);
jQuery('#jform_php_site_event').addClass('required');
jform_JrJqeudrBW_required = false;
jform_HfLlopBpPn_required = false;
}
}
else
{
jQuery('#jform_php_site_event').closest('.control-group').hide();
if (!jform_JrJqeudrBW_required)
if (!jform_HfLlopBpPn_required)
{
updateFieldRequired('php_site_event',1);
jQuery('#jform_php_site_event').removeAttr('required');
jQuery('#jform_php_site_event').removeAttr('aria-required');
jQuery('#jform_php_site_event').removeClass('required');
jform_JrJqeudrBW_required = true;
jform_HfLlopBpPn_required = true;
}
}
}
// the sjgEsem function
function sjgEsem(addreadme_sjgEsem)
// the JNKDCax function
function JNKDCax(addreadme_JNKDCax)
{
// set the function logic
if (addreadme_sjgEsem == 1)
if (addreadme_JNKDCax == 1)
{
jQuery('.note_readme').closest('.control-group').show();
jQuery('#jform_readme-lbl').closest('.control-group').show();
if (jform_sjgEsemWAD_required)
if (jform_JNKDCaxVLv_required)
{
updateFieldRequired('readme',0);
jQuery('#jform_readme').prop('required','required');
jQuery('#jform_readme').attr('aria-required',true);
jQuery('#jform_readme').addClass('required');
jform_sjgEsemWAD_required = false;
jform_JNKDCaxVLv_required = false;
}
}
@@ -320,22 +320,22 @@ function sjgEsem(addreadme_sjgEsem)
{
jQuery('.note_readme').closest('.control-group').hide();
jQuery('#jform_readme-lbl').closest('.control-group').hide();
if (!jform_sjgEsemWAD_required)
if (!jform_JNKDCaxVLv_required)
{
updateFieldRequired('readme',1);
jQuery('#jform_readme').removeAttr('required');
jQuery('#jform_readme').removeAttr('aria-required');
jQuery('#jform_readme').removeClass('required');
jform_sjgEsemWAD_required = true;
jform_JNKDCaxVLv_required = true;
}
}
}
// the ikLpOfX function
function ikLpOfX(add_license_ikLpOfX)
// the yBYbJNK function
function yBYbJNK(add_license_yBYbJNK)
{
// set the function logic
if (add_license_ikLpOfX == 1)
if (add_license_yBYbJNK == 1)
{
jQuery('.note_whmcs_lisencing_note').closest('.control-group').show();
jQuery('#jform_whmcs_key').closest('.control-group').show();