blob: b3faaa3e3994e30fc764c6b5c4fda7b3d06f5a10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<div id="margin-settings" class="two-column visible margin-settings">
<h1 i18n-content="marginsLabel"></h1>
<div class="right-column">
<select class="margin-settings-select">
<!-- The order of these options must match the natural order of their
values, which come from print_preview.ticket_items.MarginsType.Value. -->
<option i18n-content="defaultMargins" value="0" selected></option>
<option i18n-content="noMargins" value="1"></option>
<option i18n-content="minimumMargins" value="2"></option>
<option i18n-content="customMargins" value="3"></option>
</select>
</div>
</div>
|