Modify ↓
Opened 19 years ago
Closed 19 years ago
#3134 closed defect (fixed)
Log pages don't print
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.10 |
Component: | version control/log view | Version: | devel |
Severity: | minor | Keywords: | print css log |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
trac.css
specifies that all form
s shouldn't print, but the form on a log page should, since it contains all the log entries. I looked around the templates and believe that log.cs
is the only one with such a form that wraps printable data. I'm attaching a patch in a sec with one way to fix it.
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | printable-log.diff added |
---|
comment:1 by , 19 years ago
Milestone: | → 0.10 |
---|---|
Owner: | changed from | to
Severity: | normal → minor |
Status: | new → assigned |
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
As in general the forms should not be shown when
printing, I liked the idea of a printableform
class
to selectively mark what forms should be printed.
Implemented in r3284.
Note:
See TracTickets
for help on using tickets.
Probably the wiki history too…