Closed
Bug 107340
Opened 24 years ago
Closed 24 years ago
[FIX]pages print with just page number and not total
Categories
(Core :: Printing: Output, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla0.9.6
People
(Reporter: rods, Assigned: rods)
Details
Index: all.js
===================================================================
RCS file: /cvsroot/mozilla/modules/libpref/src/init/all.js,v
retrieving revision 3.288
diff -u -r3.288 all.js
--- all.js 2001/10/19 22:07:11 3.288
+++ all.js 2001/10/29 14:05:11
@@ -205,7 +205,7 @@
pref("print.print_headerleft", "&T");
pref("print.print_headercenter", "");
pref("print.print_headerright", "&U");
-pref("print.print_footerleft", "&P");
+pref("print.print_footerleft", "&PT");
pref("print.print_footercenter", "");
pref("print.print_footerright", "&D");
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Summary: pages print with just page number and not total → [FIX]pages print with just page number and not total
| Assignee | ||
Comment 1•24 years ago
|
||
changing milestone
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Priority: -- → P1
Resolution: --- → FIXED
Target Milestone: --- → mozilla0.9.6
Comment 2•24 years ago
|
||
sr=attinasi - in case you didn't already check it in ;)
| Assignee | ||
Comment 3•24 years ago
|
||
I don't know how this got marked fixed
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Updated•24 years ago
|
Status: REOPENED → ASSIGNED
| Assignee | ||
Comment 4•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Rod, this is still not fixed in the 11/2 windows trunk build.
Seems like you checked it in late last night...it should have
maded it in today's 11/2 build....
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 6•24 years ago
|
||
ok really fixed this time
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•