Bug #5807
closed
Printing href content inline make mess of printout
Added by NOYB NOYB almost 9 years ago.
Updated almost 9 years ago.
Description
It's especially bad on pages with an array tab menu. Pretty much takes over the page.
Examples:
?(/help.php?page=index.php)
Show states(diag_dump_states.php)
Believe it's due to this in bootstrap.min.css.
a[href]:after{content:" (" attr(href) ")"}
- Category set to Web Interface
- Status changed from New to Feedback
not following what you mean, how do those examples illustrate the problem?
Do a print preview on dashboard and you will see the href content in parenthesis following both the page help icon and the Show states link text.
Where it really gets bad though is on pages with lots of href's. Such as pages with a tab array menu. Printing all the href content can pretty much take over a printed page.
Adding this to pfsense css should solve it.
a[href]:after{content:normal}
- Status changed from Feedback to Confirmed
- Priority changed from Normal to Very Low
oh literally printing to a printer, I see.
- Assignee set to Anonymous
- Status changed from Confirmed to Feedback
- Assignee changed from Anonymous to NOYB NOYB
- % Done changed from 0 to 100
- Status changed from Feedback to Resolved
Also available in: Atom
PDF