1 <div id=
"margin-settings" class=
"two-column margin-settings" hidden
>
2 <div class=
"left-column">
3 <h1 id=
"margin-label" i18n-content=
"marginsLabel"></h1>
5 <div class=
"right-column">
6 <select class=
"margin-settings-select" aria-labelledby=
"margin-label">
7 <!-- The order of these options must match the natural order of their
8 values, which come from print_preview.ticket_items.MarginsType.Value. -->
9 <option i18n-content=
"defaultMargins" value=
"0" selected
></option>
10 <option i18n-content=
"noMargins" value=
"1"></option>
11 <option i18n-content=
"minimumMargins" value=
"2"></option>
12 <option i18n-content=
"customMargins" value=
"3"></option>