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

Side by Side Diff: chrome/browser/resources/print_preview/settings/page_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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <div id="page-settings" class="two-column visible page-settings">
2 <h1 i18n-content="pagesLabel"></h1>
3 <div class="right-column">
4 <div class="radio"><label>
5 <input class="page-settings-all-radio" name="pages" checked type="radio">
6 <span i18n-content="optionAllPages"></span>
7 </label></div>
8 <div>
9 <div class="page-settings-print-pages-div">
10 <input class="page-settings-custom-radio"
11 name="pages"
12 type="radio"
13 i18n-values="aria-label:printPagesLabel;"/>
14 <input class="page-settings-custom-input"
15 type="text"
16 i18n-values="placeholder:examplePageRangeText"/>
17 </div>
18 <span class="page-settings-custom-hint hint suggestion"
19 i18n-content="pageRangeInstruction"
20 aria-hidden="true"
21 aria-live="polite"></span>
22 </div>
23 </div>
24 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698