Improved the compiler. All other changes are only random variable name and date changes (due to automation)

This commit is contained in:
2016-02-15 10:37:21 +02:00
parent 41defc9e7a
commit 737785ea33
368 changed files with 2974 additions and 2443 deletions

View File

@ -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

View File

@ -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
@ -66,6 +66,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', 'layoutTab', 'publishing', JText::_('COM_COMPONENTBUILDER_LAYOUT_PUBLISHING', true)); ?>
<div class="row-fluid form-horizontal-desktop">
<div class="span6">
@ -76,6 +77,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', 'layoutTab', 'permissions', JText::_('COM_COMPONENTBUILDER_LAYOUT_PERMISSION', true)); ?>
@ -112,18 +114,18 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');
<script type="text/javascript">
// #jform_add_php_view listeners for add_php_view_QMYVTRN function
// #jform_add_php_view listeners for add_php_view_fUPcPNL function
jQuery('#jform_add_php_view').on('keyup',function()
{
var add_php_view_QMYVTRN = jQuery("#jform_add_php_view input[type='radio']:checked").val();
QMYVTRN(add_php_view_QMYVTRN);
var add_php_view_fUPcPNL = jQuery("#jform_add_php_view input[type='radio']:checked").val();
fUPcPNL(add_php_view_fUPcPNL);
});
jQuery('#adminForm').on('change', '#jform_add_php_view',function (e)
{
e.preventDefault();
var add_php_view_QMYVTRN = jQuery("#jform_add_php_view input[type='radio']:checked").val();
QMYVTRN(add_php_view_QMYVTRN);
var add_php_view_fUPcPNL = jQuery("#jform_add_php_view input[type='radio']:checked").val();
fUPcPNL(add_php_view_fUPcPNL);
});

View File

@ -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