2013-11-12 Sergio Martin <sergio.martin@artica.es>
* general/shortcut_bar.php: Fix styles, icons and links of the shortcut bar. Incident #374 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9067 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
1886d6677f
commit
b83fbafb26
|
@ -1,3 +1,8 @@
|
|||
2013-11-12 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* general/shortcut_bar.php: Fix styles, icons and links of the
|
||||
shortcut bar. Incident #374
|
||||
|
||||
2013-11-12 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* operation/agentes/estado_monitores.php: Added action url to
|
||||
|
|
|
@ -309,7 +309,7 @@ echo "</div>";
|
|||
);
|
||||
}
|
||||
else {
|
||||
$('#shotcut_bar').css({height: 20}).animate({ height: '0' }, 900);
|
||||
$('#shotcut_bar').css({height: 28}).animate({ height: '0' }, 900);
|
||||
$('#shortcut_button').css({height: 40}).animate({ height: '22' }, 900);
|
||||
jQuery.post ("ajax.php",
|
||||
{"page" : "general/shortcut_bar",
|
||||
|
|
Loading…
Reference in New Issue