On May 1, 1:47 pm, osimons <[email protected]> wrote: > On Apr 30, 5:27 pm, yoheeb <[email protected]> wrote: > > > Anyone know how, when printing a milestone, to also get the section on > > the right that shows the sorted breakout? > > > the "ticket by status" box? > > > I am not sure where to look into the css files. > > In the trac.css stylesheet at the very bottom it defines '@media > print' styles, and the <form> tag is set as display:none - that is why > it gets stripped from the printout. > > :::simon > > https://www.coderesort.com
Thanks, I found this also on my own, but I don't know what to do about it :D ahh well, it's a minor thing at this point. our last project milestone had like 10 hardware tasks, 25 documentation tasks, and 390+ software tasks. Wanted to print the milestone with that as a little reminder how much software work has to get done to ship product :D I mean, I could remove that, but I would more correctly want to exclude that specific form from the "none" display-type in media print as not to mess up other ones, which I suspect would involve some change elsewhere that I just don't want to much with. I just took a screenie :D --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
