To fix the module so that it works with Sentora, it is a minor change in two spots.
in the assets/transfer_domain.js file make the following changes:
Line 19: zPanel.dialog.confirm({
Change zPanel to Sentora
Line 32: okCallback: function() { zPanel.loader.showLoader(); $('#frm_transfer_domain').submit(); }
Change zPanel to Sentora
in the assets/transfer_domain.js file make the following changes:
Line 19: zPanel.dialog.confirm({
Change zPanel to Sentora
Line 32: okCallback: function() { zPanel.loader.showLoader(); $('#frm_transfer_domain').submit(); }
Change zPanel to Sentora