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

Side by Side Diff: chrome/browser/resources/print_preview/settings/other_options_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="other-options-settings" 1 <div id="other-options-settings"
2 class="other-options-settings two-column visible" hidden> 2 class="other-options-settings two-column" hidden>
3 <h1 i18n-content="optionsLabel"></h1> 3 <h1 i18n-content="optionsLabel"></h1>
4 <div class="right-column checkbox"> 4 <div class="right-column checkbox">
5 <div class="header-footer-container checkbox"> 5 <div class="header-footer-container checkbox">
6 <label aria-live="polite"> 6 <label aria-live="polite">
7 <input class="header-footer-checkbox" type="checkbox"> 7 <input class="header-footer-checkbox" type="checkbox">
8 <span i18n-content="optionHeaderFooter"></span> 8 <span i18n-content="optionHeaderFooter"></span>
9 </label> 9 </label>
10 </div> 10 </div>
11 <div class="fit-to-page-container checkbox"> 11 <div class="fit-to-page-container checkbox">
12 <label aria-live="polite"> 12 <label aria-live="polite">
(...skipping 14 matching lines...) Expand all
27 </label> 27 </label>
28 </div> 28 </div>
29 <div class="selection-only-container checkbox"> 29 <div class="selection-only-container checkbox">
30 <label aria-live="polite"> 30 <label aria-live="polite">
31 <input class="selection-only-checkbox" type="checkbox"> 31 <input class="selection-only-checkbox" type="checkbox">
32 <span i18n-content="optionSelectionOnly"></span> 32 <span i18n-content="optionSelectionOnly"></span>
33 </label> 33 </label>
34 </div> 34 </div>
35 </div> 35 </div>
36 </div> 36 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698