| OLD | NEW | 
|   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> | 
| OLD | NEW |