This commit is contained in:
Dany De Bontridder 2014-11-07 22:55:49 +01:00
parent 22e7ce9f52
commit dd864dcdca

View file

@ -645,8 +645,6 @@ function view_history_account(p_value,dossier)
{
success_box(req,xml);
g(id).style.top=calcy(140+(layer*3))+"px";
g(id).style.left="10%";
g(id).style.width='80%';
}
}
);
@ -667,8 +665,6 @@ function update_history_account(obj)
{
success_box(req,xml);
g(obj.div).style.top=calcy(140+(layer*3))+"px";
g(obj.div).style.left="10%";
g(obj.div).style.width='80%';
}
});
} catch (e)
@ -703,8 +699,6 @@ var popup={'id':
{
success_box(req,xml);
g(id).style.top=calcy(140+(layer*3))+"px";
g(id).style.left="10%";
g(id).style.width='80%';
}
}
);
@ -724,8 +718,6 @@ function update_history_card(obj)
{
success_box(req,xml);
g(obj.div).style.top=calcy(140+(layer*3))+"px";
g(obj.div).style.left="10%";
g(obj.div).style.width='80%';
}
});
} catch (e)
@ -804,8 +796,6 @@ function modifyOperation(p_value, dossier)
success_box(xml, txt);
$(id).style.position="absolute";
$(id).style.top = calcy(100 + (layer * 3))+"px";
g(id).style.left = '10%';
g(id).style.width = "80%";
}
}
);