Closed
Bug 395896
Opened 18 years ago
Closed 16 years ago
Hide the "Short Format" button in "Format for Printing" when printing
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.0
People
(Reporter: LpSolit, Assigned: arthurpbs)
References
Details
Attachments
(1 file, 1 obsolete file)
|
352 bytes,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
As requested in bug 389541 comment 4 when reviewing a patch there, I want the "Short Format" button to be hidden when the page is being printed. We designed this page specificially for printing, so please remove what's unrelated to a paper version of bugs.
| Reporter | ||
Updated•17 years ago
|
Whiteboard: [Good Intro Bug]
The view for action 'Printing Format' (reachable from a bug view)
is the same view for action 'Long Format' (reachable from a search and bug view),
The logic for differentiate the two is checking inside the view if we are feeding it with one or many bugs.
So we created the new view show-print.html.tmpl (almost the same as the file
show-multiple.html.tmpl) and changed the files (only one) that had the trigger
for 'Printing Format'.
Attachment #444952 -
Flags: review?(arthurpbs)
| Reporter | ||
Comment 2•16 years ago
|
||
Comment on attachment 444952 [details] [diff] [review]
A new template for 'Format for Printing' Action
We don't need a new template. Just use CSS to hide the button when printing.
Attachment #444952 -
Flags: review?(arthurpbs) → review-
Button is now on the list for media printing
Attachment #444952 -
Attachment is obsolete: true
Attachment #445437 -
Flags: review?(LpSolit)
| Reporter | ||
Updated•16 years ago
|
Assignee: ui → arthurpbs
Status: NEW → ASSIGNED
Whiteboard: [Good Intro Bug]
Target Milestone: --- → Bugzilla 3.8
| Reporter | ||
Comment 4•16 years ago
|
||
Comment on attachment 445437 [details] [diff] [review]
Change global.css for hide button when printing
Yes, thanks! r=LpSolit
Attachment #445437 -
Flags: review?(LpSolit) → review+
| Reporter | ||
Updated•16 years ago
|
Flags: approval+
| Reporter | ||
Comment 5•16 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified skins/standard/global.css
Committed revision 7172.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•