Improved the lockdown WHMCS license integration
This commit is contained in:
@@ -593,6 +593,21 @@ jQuery('#adminForm').on('change', '#jform_add_update_server',function (e)
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_update_server listeners for add_update_server_vvvvvwt function
|
||||
jQuery('#jform_add_update_server').on('keyup',function()
|
||||
{
|
||||
var add_update_server_vvvvvwt = jQuery("#jform_add_update_server input[type='radio']:checked").val();
|
||||
vvvvvwt(add_update_server_vvvvvwt);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_update_server',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_update_server_vvvvvwt = jQuery("#jform_add_update_server input[type='radio']:checked").val();
|
||||
vvvvvwt(add_update_server_vvvvvwt);
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
<?php $fieldNrs = range(1,50,1); ?>
|
||||
|
@@ -71,10 +71,10 @@ class ComponentbuilderViewComponent extends JViewLegacy
|
||||
}
|
||||
|
||||
// Get Linked view data
|
||||
$this->vwjadmin_views = $this->get('Vwjadmin_views');
|
||||
$this->vwkadmin_views = $this->get('Vwkadmin_views');
|
||||
|
||||
// Get Linked view data
|
||||
$this->vwksite_views = $this->get('Vwksite_views');
|
||||
$this->vwlsite_views = $this->get('Vwlsite_views');
|
||||
|
||||
// Set the toolbar
|
||||
$this->addToolBar();
|
||||
|
Reference in New Issue
Block a user