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

Side by Side Diff: chrome/browser/resources/print_preview/settings/margin_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="margin-settings" class="two-column visible margin-settings" hidden> 1 <div id="margin-settings" class="two-column margin-settings" hidden>
2 <h1 i18n-content="marginsLabel"></h1> 2 <h1 i18n-content="marginsLabel"></h1>
3 <div class="right-column"> 3 <div class="right-column">
4 <select class="margin-settings-select"> 4 <select class="margin-settings-select">
5 <!-- The order of these options must match the natural order of their 5 <!-- The order of these options must match the natural order of their
6 values, which come from print_preview.ticket_items.MarginsType.Value. --> 6 values, which come from print_preview.ticket_items.MarginsType.Value. -->
7 <option i18n-content="defaultMargins" value="0" selected></option> 7 <option i18n-content="defaultMargins" value="0" selected></option>
8 <option i18n-content="noMargins" value="1"></option> 8 <option i18n-content="noMargins" value="1"></option>
9 <option i18n-content="minimumMargins" value="2"></option> 9 <option i18n-content="minimumMargins" value="2"></option>
10 <option i18n-content="customMargins" value="3"></option> 10 <option i18n-content="customMargins" value="3"></option>
11 </select> 11 </select>
12 </div> 12 </div>
13 </div> 13 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698