diff options
author | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 01:51:32 +0000 |
---|---|---|
committer | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 01:51:32 +0000 |
commit | d53d849311746e2443b633b46ea20f13e4fc4481 (patch) | |
tree | 3c63c7b61f335556da0d0d141079e2c59dd43484 /chrome/browser/resources/print_tab.html | |
parent | 3ad70eb6fdb20cf77d09d29e8c0e848e80cdd3ad (diff) | |
download | chromium_src-d53d849311746e2443b633b46ea20f13e4fc4481.zip chromium_src-d53d849311746e2443b633b46ea20f13e4fc4481.tar.gz chromium_src-d53d849311746e2443b633b46ea20f13e4fc4481.tar.bz2 |
Hookup Print HTML page to the DOM UI for Print Preview and Settings
Depends on initial foundation:
http://src.chromium.org/viewvc/chrome?view=rev&revision=19906
And html mockup:
http://src.chromium.org/viewvc/chrome?view=rev&revision=19918
BUG=173, 947
TEST=The user will see the print html page as a html test webpage.
Review URL: http://codereview.chromium.org/155067
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20595 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/print_tab.html')
-rw-r--r-- | chrome/browser/resources/print_tab.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/resources/print_tab.html b/chrome/browser/resources/print_tab.html index bb8c38e..3b6ca46 100644 --- a/chrome/browser/resources/print_tab.html +++ b/chrome/browser/resources/print_tab.html @@ -2,7 +2,7 @@ <html id="t" > <head> <meta charset="utf-8"> - <title>Print Page</title> + <title jscontent="title"></title> <link rel="stylesheet" href="print_tab.css"> </head> <body> @@ -12,6 +12,7 @@ <div class="text"> <p>This is an <i>in-progress</i> print preview and settings page in chromium.</p> + <p>Borat says "Very nice!"</p> </div> </body> <script src="print_tab.js"></script> |