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

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

Issue 2108833002: Remove Simplify Page option from Print Preview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark histogram entries as unused Created 4 years, 5 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
OLDNEW
1 <div id="other-options-settings" 1 <div id="other-options-settings"
2 class="other-options-settings two-column" hidden> 2 class="other-options-settings two-column" hidden>
3 <div class="left-column"> 3 <div class="left-column">
4 <h1 i18n-content="optionsLabel"></h1> 4 <h1 i18n-content="optionsLabel"></h1>
5 </div> 5 </div>
6 <div class="right-column checkbox"> 6 <div class="right-column checkbox">
7 <div id="other-options-collapsible" class="collapsible"> 7 <div id="other-options-collapsible" class="collapsible">
8 <div class="distill-page-container checkbox">
9 <label aria-live="polite">
10 <input class="distill-page-checkbox" type="checkbox">
11 <span i18n-content="optionDistillPage"></span>
12 </label>
13 </div>
14 <div class="header-footer-container checkbox"> 8 <div class="header-footer-container checkbox">
15 <label aria-live="polite"> 9 <label aria-live="polite">
16 <input class="header-footer-checkbox" type="checkbox"> 10 <input class="header-footer-checkbox" type="checkbox">
17 <span i18n-content="optionHeaderFooter"></span> 11 <span i18n-content="optionHeaderFooter"></span>
18 </label> 12 </label>
19 </div> 13 </div>
20 <div class="fit-to-page-container checkbox"> 14 <div class="fit-to-page-container checkbox">
21 <label aria-live="polite"> 15 <label aria-live="polite">
22 <input class="fit-to-page-checkbox" type="checkbox"> 16 <input class="fit-to-page-checkbox" type="checkbox">
23 <span i18n-content="optionFitToPage"></span> 17 <span i18n-content="optionFitToPage"></span>
(...skipping 13 matching lines...) Expand all
37 </div> 31 </div>
38 <div class="selection-only-container checkbox"> 32 <div class="selection-only-container checkbox">
39 <label aria-live="polite"> 33 <label aria-live="polite">
40 <input class="selection-only-checkbox" type="checkbox"> 34 <input class="selection-only-checkbox" type="checkbox">
41 <span i18n-content="optionSelectionOnly"></span> 35 <span i18n-content="optionSelectionOnly"></span>
42 </label> 36 </label>
43 </div> 37 </div>
44 </div> 38 </div>
45 </div> 39 </div>
46 </div> 40 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698