| OLD | NEW |
| (Empty) |
| 1 <div class="two-column visible"> | |
| 2 <h1 i18n-content="pagesLabel"></h1> | |
| 3 <div class="right-column"> | |
| 4 <div class="radio"><label> | |
| 5 <input id="all-pages" name="pages" checked type="radio"> | |
| 6 <span i18n-content="optionAllPages"></span> | |
| 7 </label></div> | |
| 8 <div> | |
| 9 <div id="print-pages-div"> | |
| 10 <input id="print-pages" name="pages" type="radio" | |
| 11 i18n-values="aria-label:printPagesLabel;"> | |
| 12 <input id="individual-pages" type="text" | |
| 13 i18n-values="placeholder:examplePageRangeText"> | |
| 14 </div> | |
| 15 <span id="individual-pages-hint" class="hint" | |
| 16 i18n-content="pageRangeInstruction" aria-hidden="true" | |
| 17 aria-live="polite"> | |
| 18 </span> | |
| 19 </div> | |
| 20 </div> | |
| 21 </div> | |
| OLD | NEW |