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 2006-07-29 05:40:47 +00:00
Родитель 0608c0e774
Коммит b6ce89e828
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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;