2013-07-15 Sergio Martin <sergio.martin@artica.es>
* godmode/agentes/configurar_agente.php: Fixed javascript dinamic positioning of layers in subtab code git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8525 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7972ba3543
commit
403305b49b
|
@ -1,3 +1,8 @@
|
|||
2013-07-15 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/agentes/configurar_agente.php: Fixed javascript
|
||||
dinamic positioning of layers in subtab code
|
||||
|
||||
2013-07-15 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/languages/cs.po
|
||||
|
|
|
@ -1474,10 +1474,9 @@ function agent_wizard_tab_setup() {
|
|||
$('#agent_wizard_subtabs').css('top', $('.agent_wizard_tab').offset().top + $('.agent_wizard_tab').height() + 4)
|
||||
$('#agent_wizard_subtabs').css('width', $('.agent_wizard_tab').width() + 6)
|
||||
}
|
||||
agent_wizard_tab_setup();
|
||||
|
||||
|
||||
function agent_wizard_tab_show() {
|
||||
agent_wizard_tab_setup();
|
||||
wizard_tab_showed = wizard_tab_showed + 1;
|
||||
|
||||
if(wizard_tab_showed == 1) {
|
||||
|
@ -1495,5 +1494,9 @@ function agent_wizard_tab_hide() {
|
|||
},500);
|
||||
}
|
||||
|
||||
$(window).resize(function() {
|
||||
agent_wizard_tab_setup();
|
||||
});
|
||||
|
||||
/* ]]> */
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue