diff --git a/html/js/acc_ledger.js b/html/js/acc_ledger.js index cc9b0ac24..24aec008b 100644 --- a/html/js/acc_ledger.js +++ b/html/js/acc_ledger.js @@ -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%"; } } );