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

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

Issue 8371017: Print Preview: Changing the structure of the html/css. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updating unittests Created 9 years, 1 month 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="copies-option" class="two-column option visible"> 1 <div id="copies-option" class="two-column visible">
2 <h1 i18n-content="copiesLabel"></h1> 2 <h1 i18n-content="copiesLabel"></h1>
3 <div> 3 <div class="right-column">
4 <input id="copies" type="text" value="1" maxlength="3" 4 <div>
5 class="number small"/> 5 <input id="copies" type="text" value="1" maxlength="3"
6 <button id="increment" 6 class="number small">
7 i18n-values="title:incrementTitle;">+</button> 7 <button id="increment"
8 <button id="decrement" 8 i18n-values="title:incrementTitle;">+</button>
9 i18n-values="title:decrementTitle;">–</button> 9 <button id="decrement"
10 <span id="collate-option" hidden aria-hidden="true" aria-live="polite"> 10 i18n-values="title:decrementTitle;">–</button>
11 <input id="collate" type="checkbox"/> 11 <span id="collate-option" hidden aria-hidden="true" aria-live="polite">
12 <label for="collate" i18n-content="optionCollate"></label> 12 <input id="collate" type="checkbox">
13 <label for="collate" i18n-content="optionCollate"></label>
14 </span>
15 </div>
16 <span id="copies-hint" class="hint"
17 i18n-content="copiesInstruction" aria-hidden="true" aria-live="polite">
13 </span> 18 </span>
14 </div> 19 <div id="two-sided-div">
15 <span id="copies-hint" class="hint" 20 <input id="two-sided" type="checkbox">
16 i18n-content="copiesInstruction" aria-hidden="true" aria-live="polite"> 21 <label for="two-sided" i18n-content="optionTwoSided"></label>
17 </span> 22 </div>
18 <div id="two-sided-div">
19 <input id="two-sided" type="checkbox"/>
20 <label for="two-sided" i18n-content="optionTwoSided"></label>
21 </div> 23 </div>
22 </div> 24 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_preview/color_settings.js ('k') | chrome/browser/resources/print_preview/copies_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698