Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: chrome/browser/resources/print_preview.html

Issue 7051026: Print Preview: Changing error message when initiator tab closes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing comments, rebasing. Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/print_preview.css ('k') | chrome/browser/resources/print_preview.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview.html
diff --git a/chrome/browser/resources/print_preview.html b/chrome/browser/resources/print_preview.html
index 33c603936fe9a14b239c52bd669713ce3a3783a2..ec4c2927555431b91d2afe61641afaf18981b821 100644
--- a/chrome/browser/resources/print_preview.html
+++ b/chrome/browser/resources/print_preview.html
@@ -115,11 +115,16 @@
</div>
<div id="mainview">
<div id="dancing-dots" class="invisible">
- <div id="dancing-dots-text" class="messages">
- <span id="loading" i18n-content="loading"></span>
- <span><span>.</span><span>.</span><span>.</span></span>
+ <div id="messages">
+ <div id="dancing-dots-text">
+ <span id="loading" i18n-content="loading"></span>
+ <span><span>.</span><span>.</span><span>.</span></span>
+ </div>
+ <div id="error-text" class="hidden"></div>
+ <br>
+ <button id="reopen-page" class="hidden"
+ i18n-content="reopenPage"></button>
</div>
- <div id="error-text" class="messages hidden"></div>
</div>
</div>
<object id="dummy-viewer" type="application/pdf"
« no previous file with comments | « chrome/browser/resources/print_preview.css ('k') | chrome/browser/resources/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698