Difference between revisions of "Print Bug"
Arshia Irfan (talk | contribs) |
Arshia Irfan (talk | contribs) |
||
Line 16: | Line 16: | ||
* Test locally | * Test locally | ||
* Stage on the staging server </s> | * Stage on the staging server </s> | ||
− | * Find out the responsible CSS file | + | * <s>Find out the responsible CSS file</s> Its skins/Design/commonPrint.css |
+ | * Finding Hiding non-required div and id | ||
* Fix the styling issues | * Fix the styling issues | ||
* Merge with live and deploy | * Merge with live and deploy |
Revision as of 06:01, 6 February 2008
What (summary)
"Print" button which appears on every page doesn't convert the page to print format and made external links print readable.
Why this is important
People may want to print our pages in a printer friendly manner.
DoneDone
-
The printable version of the page is printer friendly.
Steps to get to DoneDone
-
Understand this task. - Create and Stage the branch locally.
- Modify appropriate code to show printable versions of the page.
- Test locally
- Stage on the staging server
-
Find out the responsible CSS fileIts skins/Design/commonPrint.css - Finding Hiding non-required div and id
- Fix the styling issues
- Merge with live and deploy