Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <div id="copies-settings" class="copies-settings two-column visible"> | |
| 2 <h1 i18n-content="copiesLabel"></h1> | |
| 3 <div class="right-column"> | |
| 4 <div> | |
| 5 <input class="copies-settings-copies" type="text" value="1" maxlength="3"> | |
| 6 <button class="copies-settings-increment" | |
| 7 i18n-values="title:incrementTitle;">+</button> | |
| 8 <button class="copies-settings-decrement" | |
| 9 i18n-values="title:decrementTitle;">–</button> | |
| 10 <div class="copies-settings-collate checkbox" | |
| 11 aria-live="polite" hidden> | |
| 12 <label> | |
| 13 <input class="copies-settings-collate-checkbox" type="checkbox" checke d/> | |
|
kmadhusu
2012/05/18 20:13:46
nit: 80 column limit exceeded.
| |
| 14 <span i18n-content="optionCollate"></span> | |
| 15 </label> | |
| 16 </div> | |
| 17 </div> | |
| 18 <span class="copies-settings-hint hint" | |
| 19 i18n-content="copiesInstruction" | |
| 20 aria-live="polite"> | |
| 21 </span> | |
| 22 <div class="checkbox"> | |
| 23 <label class="copies-settings-duplex" aria-live="polite"> | |
| 24 <input class="copies-settings-duplex-checkbox" type="checkbox"/> | |
| 25 <span i18n-content="optionTwoSided"></span> | |
| 26 </label> | |
| 27 </div> | |
| 28 </div> | |
| 29 </div> | |
| OLD | NEW |