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

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

Issue 10108001: Refactor print preview web ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resolve conflicts Created 8 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
Index: chrome/browser/resources/print_preview/more_options.html
diff --git a/chrome/browser/resources/print_preview/more_options.html b/chrome/browser/resources/print_preview/more_options.html
deleted file mode 100644
index c60325549526e79eeefab6ccc1efc64be42b733f..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/print_preview/more_options.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<div id="more-options" class="two-column visible">
- <h1 i18n-content="optionsLabel"></h1>
- <div class="right-column">
- <div id="header-footer-option">
- <label>
- <input id="header-footer" type="checkbox" checked>
- <span i18n-content="optionHeaderFooter"></span>
- </label>
- </div>
- <div id="fit-to-page-option">
- <label>
- <input id="fit-to-page" type="checkbox" checked>
- <span i18n-content="optionFitToPage"></span>
- </label>
- </div>
- </div>
-</div>
« no previous file with comments | « chrome/browser/resources/print_preview/margins_ui_pair.js ('k') | chrome/browser/resources/print_preview/more_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698