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

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

Issue 10108001: Refactor print preview web ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove new widget 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/copies_settings.html
diff --git a/chrome/browser/resources/print_preview/copies_settings.html b/chrome/browser/resources/print_preview/copies_settings.html
deleted file mode 100644
index f368a6bec817fbabf06676dc05d6ce349a02ca6a..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/print_preview/copies_settings.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<div id="copies-option" class="two-column visible">
- <h1 i18n-content="copiesLabel"></h1>
- <div class="right-column">
- <div>
- <input id="copies" type="text" value="1" maxlength="3">
- <button id="increment"
- i18n-values="title:incrementTitle;">+</button>
- <button id="decrement"
- i18n-values="title:decrementTitle;">–</button>
- <div id="collate-option" class="checkbox" aria-live="polite" hidden>
- <label>
- <input id="collate" type="checkbox" checked>
- <span i18n-content="optionCollate"></span>
- </label>
- </div>
- </div>
- <span id="copies-hint" class="hint"
- i18n-content="copiesInstruction" aria-live="polite">
- </span>
- <div class="checkbox">
- <label id="two-sided-option" aria-live="polite">
- <input id="two-sided" type="checkbox">
- <span i18n-content="optionTwoSided"></span>
- </label>
- </div>
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698