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

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

Issue 10108001: Refactor print preview web ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra files Created 8 years, 8 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/layout_settings.html
diff --git a/chrome/browser/resources/print_preview/layout_settings.html b/chrome/browser/resources/print_preview/layout_settings.html
deleted file mode 100644
index 8bdf80feda4330aca5ce7a367d15a9919bafe672..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/print_preview/layout_settings.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<div id="layout-option" class="two-column visible">
- <h1 i18n-content="layoutLabel"></h1>
- <div class="right-column">
- <div class="radio"><label>
- <input id="portrait" type="radio" name="layout" checked>
- <span i18n-content="optionPortrait"></span>
- </label></div>
- <div class="radio"><label>
- <input id="landscape" type="radio" name="layout">
- <span i18n-content="optionLandscape"></span>
- </label></div>
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698