Improved the compiler. All other changes are only random variable name and date changes (due to automation)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 2.0.9
|
||||
@build 31st January, 2016
|
||||
@build 15th February, 2016
|
||||
@created 30th April, 2015
|
||||
@package Component Builder
|
||||
@subpackage submitbutton.js
|
||||
|
@@ -11,7 +11,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 2.0.9
|
||||
@build 31st January, 2016
|
||||
@build 15th February, 2016
|
||||
@created 30th April, 2015
|
||||
@package Component Builder
|
||||
@subpackage edit.php
|
||||
@@ -87,6 +87,7 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');
|
||||
</div>
|
||||
<?php echo JHtml::_('bootstrap.endTab'); ?>
|
||||
|
||||
<?php if ($this->canDo->get('core.delete') || $this->canDo->get('core.edit.created_by') || $this->canDo->get('core.edit.state') || $this->canDo->get('core.edit.created')) : ?>
|
||||
<?php echo JHtml::_('bootstrap.addTab', 'site_viewTab', 'publishing', JText::_('COM_COMPONENTBUILDER_SITE_VIEW_PUBLISHING', true)); ?>
|
||||
<div class="row-fluid form-horizontal-desktop">
|
||||
<div class="span6">
|
||||
@@ -97,6 +98,7 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');
|
||||
</div>
|
||||
</div>
|
||||
<?php echo JHtml::_('bootstrap.endTab'); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($this->canDo->get('core.admin')) : ?>
|
||||
<?php echo JHtml::_('bootstrap.addTab', 'site_viewTab', 'permissions', JText::_('COM_COMPONENTBUILDER_SITE_VIEW_PERMISSION', true)); ?>
|
||||
@@ -133,138 +135,138 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
// #jform_add_php_view listeners for add_php_view_ysEFQJx function
|
||||
// #jform_add_php_view listeners for add_php_view_uyuPjlC function
|
||||
jQuery('#jform_add_php_view').on('keyup',function()
|
||||
{
|
||||
var add_php_view_ysEFQJx = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
ysEFQJx(add_php_view_ysEFQJx);
|
||||
var add_php_view_uyuPjlC = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
uyuPjlC(add_php_view_uyuPjlC);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_php_view',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_php_view_ysEFQJx = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
ysEFQJx(add_php_view_ysEFQJx);
|
||||
var add_php_view_uyuPjlC = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
uyuPjlC(add_php_view_uyuPjlC);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_php_jview_display listeners for add_php_jview_display_kcChuvZ function
|
||||
// #jform_add_php_jview_display listeners for add_php_jview_display_BypcZLC function
|
||||
jQuery('#jform_add_php_jview_display').on('keyup',function()
|
||||
{
|
||||
var add_php_jview_display_kcChuvZ = jQuery("#jform_add_php_jview_display input[type='radio']:checked").val();
|
||||
kcChuvZ(add_php_jview_display_kcChuvZ);
|
||||
var add_php_jview_display_BypcZLC = jQuery("#jform_add_php_jview_display input[type='radio']:checked").val();
|
||||
BypcZLC(add_php_jview_display_BypcZLC);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_php_jview_display',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_php_jview_display_kcChuvZ = jQuery("#jform_add_php_jview_display input[type='radio']:checked").val();
|
||||
kcChuvZ(add_php_jview_display_kcChuvZ);
|
||||
var add_php_jview_display_BypcZLC = jQuery("#jform_add_php_jview_display input[type='radio']:checked").val();
|
||||
BypcZLC(add_php_jview_display_BypcZLC);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_php_jview listeners for add_php_jview_TruKBpH function
|
||||
// #jform_add_php_jview listeners for add_php_jview_YitqFju function
|
||||
jQuery('#jform_add_php_jview').on('keyup',function()
|
||||
{
|
||||
var add_php_jview_TruKBpH = jQuery("#jform_add_php_jview input[type='radio']:checked").val();
|
||||
TruKBpH(add_php_jview_TruKBpH);
|
||||
var add_php_jview_YitqFju = jQuery("#jform_add_php_jview input[type='radio']:checked").val();
|
||||
YitqFju(add_php_jview_YitqFju);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_php_jview',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_php_jview_TruKBpH = jQuery("#jform_add_php_jview input[type='radio']:checked").val();
|
||||
TruKBpH(add_php_jview_TruKBpH);
|
||||
var add_php_jview_YitqFju = jQuery("#jform_add_php_jview input[type='radio']:checked").val();
|
||||
YitqFju(add_php_jview_YitqFju);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_php_document listeners for add_php_document_EgNcQGG function
|
||||
// #jform_add_php_document listeners for add_php_document_hnxzfNR function
|
||||
jQuery('#jform_add_php_document').on('keyup',function()
|
||||
{
|
||||
var add_php_document_EgNcQGG = jQuery("#jform_add_php_document input[type='radio']:checked").val();
|
||||
EgNcQGG(add_php_document_EgNcQGG);
|
||||
var add_php_document_hnxzfNR = jQuery("#jform_add_php_document input[type='radio']:checked").val();
|
||||
hnxzfNR(add_php_document_hnxzfNR);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_php_document',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_php_document_EgNcQGG = jQuery("#jform_add_php_document input[type='radio']:checked").val();
|
||||
EgNcQGG(add_php_document_EgNcQGG);
|
||||
var add_php_document_hnxzfNR = jQuery("#jform_add_php_document input[type='radio']:checked").val();
|
||||
hnxzfNR(add_php_document_hnxzfNR);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_css_document listeners for add_css_document_FHXhKzB function
|
||||
// #jform_add_css_document listeners for add_css_document_Zkswksa function
|
||||
jQuery('#jform_add_css_document').on('keyup',function()
|
||||
{
|
||||
var add_css_document_FHXhKzB = jQuery("#jform_add_css_document input[type='radio']:checked").val();
|
||||
FHXhKzB(add_css_document_FHXhKzB);
|
||||
var add_css_document_Zkswksa = jQuery("#jform_add_css_document input[type='radio']:checked").val();
|
||||
Zkswksa(add_css_document_Zkswksa);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_css_document',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_css_document_FHXhKzB = jQuery("#jform_add_css_document input[type='radio']:checked").val();
|
||||
FHXhKzB(add_css_document_FHXhKzB);
|
||||
var add_css_document_Zkswksa = jQuery("#jform_add_css_document input[type='radio']:checked").val();
|
||||
Zkswksa(add_css_document_Zkswksa);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_js_document listeners for add_js_document_PtqpYYD function
|
||||
// #jform_add_js_document listeners for add_js_document_KbKimsy function
|
||||
jQuery('#jform_add_js_document').on('keyup',function()
|
||||
{
|
||||
var add_js_document_PtqpYYD = jQuery("#jform_add_js_document input[type='radio']:checked").val();
|
||||
PtqpYYD(add_js_document_PtqpYYD);
|
||||
var add_js_document_KbKimsy = jQuery("#jform_add_js_document input[type='radio']:checked").val();
|
||||
KbKimsy(add_js_document_KbKimsy);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_js_document',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_js_document_PtqpYYD = jQuery("#jform_add_js_document input[type='radio']:checked").val();
|
||||
PtqpYYD(add_js_document_PtqpYYD);
|
||||
var add_js_document_KbKimsy = jQuery("#jform_add_js_document input[type='radio']:checked").val();
|
||||
KbKimsy(add_js_document_KbKimsy);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_css listeners for add_css_biwQjhq function
|
||||
// #jform_add_css listeners for add_css_MjLoIOY function
|
||||
jQuery('#jform_add_css').on('keyup',function()
|
||||
{
|
||||
var add_css_biwQjhq = jQuery("#jform_add_css input[type='radio']:checked").val();
|
||||
biwQjhq(add_css_biwQjhq);
|
||||
var add_css_MjLoIOY = jQuery("#jform_add_css input[type='radio']:checked").val();
|
||||
MjLoIOY(add_css_MjLoIOY);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_css',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_css_biwQjhq = jQuery("#jform_add_css input[type='radio']:checked").val();
|
||||
biwQjhq(add_css_biwQjhq);
|
||||
var add_css_MjLoIOY = jQuery("#jform_add_css input[type='radio']:checked").val();
|
||||
MjLoIOY(add_css_MjLoIOY);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_php_ajax listeners for add_php_ajax_OgwOmgh function
|
||||
// #jform_add_php_ajax listeners for add_php_ajax_myHAUWT function
|
||||
jQuery('#jform_add_php_ajax').on('keyup',function()
|
||||
{
|
||||
var add_php_ajax_OgwOmgh = jQuery("#jform_add_php_ajax input[type='radio']:checked").val();
|
||||
OgwOmgh(add_php_ajax_OgwOmgh);
|
||||
var add_php_ajax_myHAUWT = jQuery("#jform_add_php_ajax input[type='radio']:checked").val();
|
||||
myHAUWT(add_php_ajax_myHAUWT);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_php_ajax',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_php_ajax_OgwOmgh = jQuery("#jform_add_php_ajax input[type='radio']:checked").val();
|
||||
OgwOmgh(add_php_ajax_OgwOmgh);
|
||||
var add_php_ajax_myHAUWT = jQuery("#jform_add_php_ajax input[type='radio']:checked").val();
|
||||
myHAUWT(add_php_ajax_myHAUWT);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_custom_button listeners for add_custom_button_YEWoSUt function
|
||||
// #jform_add_custom_button listeners for add_custom_button_vxYkzlx function
|
||||
jQuery('#jform_add_custom_button').on('keyup',function()
|
||||
{
|
||||
var add_custom_button_YEWoSUt = jQuery("#jform_add_custom_button input[type='radio']:checked").val();
|
||||
YEWoSUt(add_custom_button_YEWoSUt);
|
||||
var add_custom_button_vxYkzlx = jQuery("#jform_add_custom_button input[type='radio']:checked").val();
|
||||
vxYkzlx(add_custom_button_vxYkzlx);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_custom_button',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_custom_button_YEWoSUt = jQuery("#jform_add_custom_button input[type='radio']:checked").val();
|
||||
YEWoSUt(add_custom_button_YEWoSUt);
|
||||
var add_custom_button_vxYkzlx = jQuery("#jform_add_custom_button input[type='radio']:checked").val();
|
||||
vxYkzlx(add_custom_button_vxYkzlx);
|
||||
|
||||
});
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 2.0.9
|
||||
@build 31st January, 2016
|
||||
@build 15th February, 2016
|
||||
@created 30th April, 2015
|
||||
@package Component Builder
|
||||
@subpackage view.html.php
|
||||
|
Reference in New Issue
Block a user