Skip to content
Snippets Groups Projects
Commit dc401b85 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #60900 improve cosmetic

parent 86c445d9
Branches
Tags
3 merge requests!2334Master,!2177Dev#60900 ajouter un menu admin en front pour regrouper les actions outils de l adminstrateur,!2173Dev#60900 ajouter un menu admin en front pour regrouper les actions outils de l adminstrateur
Pipeline #1622 passed with stage
in 11 minutes and 11 seconds
......@@ -37,7 +37,7 @@ class ZendAfi_Controller_Plugin_XHProfile extends Zend_Controller_Plugin_Abstrac
$view=new ZendAfi_Controller_Action_Helper_View();
Class_ScriptLoader::getInstance()
->addJQueryReady('$("<li><a href=\"#\">Profile XHProf</a></li>")
->addJQueryReady('if($("a.hx_prof").length) return false; $("<li><a class=\"hx_prof\" href=\"#\">Profile XHProf</a></li>")
.attr("onclick", "window.open(\''.$view->url(["xhprof" => 1]).'\', \'_blank\')")
.appendTo(\'body .menu_admin_front .dev_tools\')');
}
......
......@@ -28,6 +28,7 @@
}
.menu_admin_front {
font-size: 12px;
position: fixed;
top: 0;
left: 0;
......@@ -157,4 +158,8 @@
font-size: 1.17em;
margin: 1em 0 1em 0;
font-weight: bold;
}
.menu_admin_front .h3 label {
font-weight: bold;
}
\ No newline at end of file
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