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

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

Issue 477133004: Printe Preview: add 'More/less options' button and make non-essential sections collapsible (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Print Preview UI tests adjusted. Created 6 years, 4 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
1 <div id="page-settings" class="two-column visible page-settings" hidden> 1 <div id="page-settings" class="two-column page-settings" hidden>
2 <h1 i18n-content="pagesLabel"></h1> 2 <h1 i18n-content="pagesLabel"></h1>
3 <div class="right-column"> 3 <div class="right-column">
4 <div class="radio"><label> 4 <div class="radio"><label>
5 <input class="page-settings-all-radio" name="pages" checked type="radio"> 5 <input class="page-settings-all-radio" name="pages" checked type="radio">
6 <span i18n-content="optionAllPages"></span> 6 <span i18n-content="optionAllPages"></span>
7 </label></div> 7 </label></div>
8 <div class="radio"> 8 <div class="radio">
9 <label class="page-settings-print-pages-div" 9 <label class="page-settings-print-pages-div"
10 for="page-settings-custom-input"> 10 for="page-settings-custom-input">
11 <input class="page-settings-custom-radio" name="pages" type="radio" 11 <input class="page-settings-custom-radio" name="pages" type="radio"
12 i18n-values="aria-label:printPagesLabel;"> 12 i18n-values="aria-label:printPagesLabel;">
13 <div class="page-settings-custom-input-wrapper"> 13 <div class="page-settings-custom-input-wrapper">
14 <input class="page-settings-custom-input" type="text" 14 <input class="page-settings-custom-input" type="text"
15 id="page-settings-custom-input" 15 id="page-settings-custom-input"
16 i18n-values="placeholder:examplePageRangeText"> 16 i18n-values="placeholder:examplePageRangeText">
17 </div> 17 </div>
18 </label> 18 </label>
19 <span class="page-settings-custom-hint hint suggestion" aria-hidden="true" 19 <span class="page-settings-custom-hint hint suggestion" aria-hidden="true"
20 aria-live="polite"></span> 20 aria-live="polite"></span>
21 </div> 21 </div>
22 </div> 22 </div>
23 </div> 23 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698