Merge 5.3.1 Gold D patches in wording
svn path=/Website/trunk/; revision=18785
This commit is contained in:
@@ -483,7 +483,7 @@ var tekenbaar = false;
|
||||
else
|
||||
msg += '<%=L("lcl_obj_bind_r")%> of ';
|
||||
|
||||
if ((bindingBits & BIND_WERKPL) && f.workpl)
|
||||
if ((bindingBits & BIND_WERKPL) && f.werkplekkey)
|
||||
if (f.werkplekkey.value > 0)
|
||||
status = true;
|
||||
else
|
||||
|
||||
@@ -53,7 +53,6 @@ function onepage(psx, sx, sy, cx, cy, scl)
|
||||
Response.Write("<p class='noprint'>height="+psx+"mm width="+Math.round(psx/sx*sy)+"mm </p>");
|
||||
else
|
||||
Response.Write("<p class='noprint'>height="+Math.round(psx/sx*sy)+"mm width=" + psx +"mm </p>");
|
||||
Response.Write("\n<table cellpadding='0' cellspacing='0' border='0' style='border-collapse: collapse;'>");
|
||||
|
||||
Response.Write("\n<!-- psx="+psx+", sx="+sx+", sy="+sy
|
||||
+",\n cx="+cx+", cy="+cy
|
||||
|
||||
Reference in New Issue
Block a user