[Rt-commit] rt branch, 4.0/allow-printing-of-charts, created. rt-4.0.10-39-ged77c63
Thomas Sibley
trs at bestpractical.com
Tue Feb 12 16:32:33 EST 2013
The branch, 4.0/allow-printing-of-charts has been created
at ed77c638e85a2eb2f057208bcfb8e04e8492d6e1 (commit)
- Log -----------------------------------------------------------------
commit ed77c638e85a2eb2f057208bcfb8e04e8492d6e1
Author: Thomas Sibley <trs at bestpractical.com>
Date: Tue Feb 12 13:29:56 2013 -0800
Don't hide the entire Chart page from printing
These are a holdover in the new print styles from b0747eb, which I
believe is simply mistaken. Instead of hiding everything, just hide the
chart properties and saved search box. The Chart page now prints
nicely.
The form line is safe to remove as all forms are hidden from printing by
default nowadays.
diff --git a/share/html/NoAuth/css/print.css b/share/html/NoAuth/css/print.css
index a4621b6..9c3fe00 100644
--- a/share/html/NoAuth/css/print.css
+++ b/share/html/NoAuth/css/print.css
@@ -93,8 +93,7 @@ div#header h1 {
.ticket-transaction .content .downloadattachment,
#comp-Search-Results #body .refresh,
.search-result-actions,
-#comp-Search-Chart #body div,
-#comp-Search-Chart #body form,
+#comp-Search-Chart .chart-meta,
#footer,
#topactions,
#logo,
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list