OLD | NEW |
1 <div id="header-footer-option" class="two-column visible"> | 1 <div id="header-footer-option" class="two-column visible"> |
2 <h1 i18n-content="optionsLabel"></h1> | 2 <h1 i18n-content="optionsLabel"></h1> |
3 <div class="right-column"> | 3 <div class="right-column"> |
4 <input id="header-footer" type="checkbox" checked> | 4 <label> |
5 <label for="header-footer" i18n-content="optionHeaderFooter"></label> | 5 <input id="header-footer" type="checkbox" checked> |
| 6 <span i18n-content="optionHeaderFooter"></span> |
| 7 </label> |
6 </div> | 8 </div> |
7 </div> | 9 </div> |
OLD | NEW |