Hide the Page Setup btn on Linux until Bug 119491 is fixed

Bug 158282 r=sgehani sr=bryner a=asa
This commit is contained in:
rods%netscape.com 2002-07-25 01:48:42 +00:00
parent e9032bd2bc
commit 8dc07b900d

View File

@ -184,6 +184,9 @@
// hide print button
this.mPrintButton.setAttribute("hidden", "true");
// hide page setup button
document.getAnonymousNodes(this)[1].setAttribute("hidden", "true");
// hide scale widgets (indices: 8, 9, 10, 11)
// hide orient widgets (indices: 12, 13)
var i;