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

Side by Side Diff: chrome/browser/resources/print_preview/page_settings.html

Issue 10108001: Refactor print preview web ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback 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 class="two-column visible">
2 <h1 i18n-content="pagesLabel"></h1>
3 <div class="right-column">
4 <div class="radio"><label>
5 <input id="all-pages" name="pages" checked type="radio">
6 <span i18n-content="optionAllPages"></span>
7 </label></div>
8 <div>
9 <div id="print-pages-div">
10 <input id="print-pages" name="pages" type="radio"
11 i18n-values="aria-label:printPagesLabel;">
12 <input id="individual-pages" type="text"
13 i18n-values="placeholder:examplePageRangeText">
14 </div>
15 <span id="individual-pages-hint" class="hint"
16 i18n-content="pageRangeInstruction" aria-hidden="true"
17 aria-live="polite">
18 </span>
19 </div>
20 </div>
21 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698