Skip to content
Snippets Groups Projects
Commit 154d06c3 authored by Laurent's avatar Laurent
Browse files

loading admin popup skin on save dialog

parent 7dcc01a7
Branches
Tags
4 merge requests!2334Master,!2319Master,!2318Master,!2316Hotline master
Pipeline #2342 passed with stage
in 21 minutes and 31 seconds
......@@ -22,11 +22,12 @@
class ZendAfi_View_Helper_AjaxRedirect extends ZendAfi_View_Helper_BaseHelper {
public function ajaxRedirect() {
Class_Admin_Skin::current()
->renderJQueryCssOn(Class_ScriptLoader::getInstance());
$script_loader = Class_ScriptLoader::getInstance();
Class_Admin_Skin::current()->renderJQueryCssOn($script_loader);
return
$this->_tag('div',
$script_loader->html()
. $this->_tag('div',
$this->_tag('p',
$this->_('Veuillez patienter ...'))
. $this->view->tagLoadingImg(),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment