2018-03-31 00:37:11 +00:00
|
|
|
<div class="ui">
|
|
|
|
<p class="header">{{ _('Ink/Stitch Print Preview') }}</p>
|
|
|
|
<div class="buttons">
|
|
|
|
<button class="print">{{ _('Print') }}</button>
|
|
|
|
<button class="settings">{{ _('Settings') }}</button>
|
|
|
|
<button class="close">{{ _('Close') }}</button>
|
|
|
|
</div>
|
|
|
|
<div id="errors">
|
|
|
|
{{ _('⚠ lost connection to Ink/Stitch') }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="settings-ui">
|
|
|
|
<p id="close-settings">X</p>
|
|
|
|
<h1>{{ _('Settings') }}</h1>
|
|
|
|
<div>
|
|
|
|
<p>{{ _('Printing Size') }}:
|
2018-04-17 00:17:07 +00:00
|
|
|
<select id="printing-size" data-field-name="paper-size">
|
2018-03-31 00:37:11 +00:00
|
|
|
<option value="letter" selected="selected">Letter</option>
|
|
|
|
<option value="a4">A4</option>
|
|
|
|
</select>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<fieldset>
|
2018-04-17 00:17:07 +00:00
|
|
|
<legend>{{ _('Print Layouts') }}:</legend>
|
2018-04-15 00:39:59 +00:00
|
|
|
<p><input type="checkbox" id="client-overview" data-field-name="client-overview" /><label for="client-overview">Client Overview</label></p>
|
|
|
|
<p><input type="checkbox" id="client-detailedview" data-field-name="client-detailedview" /><label for="client-detailedview">Client Detailed View</label></p>
|
|
|
|
<p><input type="checkbox" id="operator-overview" data-field-name="operator-overview" CHECKED /><label for="operator-overview">Operator Overview</label></p>
|
|
|
|
<p><input type="checkbox" id="operator-detailedview" data-field-name="operator-detailedview" CHECKED /><label for="operator-detailedview">Operator Detailed View</label></p>
|
2018-03-31 00:37:11 +00:00
|
|
|
</fieldset>
|
2018-04-17 00:17:07 +00:00
|
|
|
<button id="save-settings" title="{{ _("Includes all settings visible here and also the icon.") }}">{{ _("Save as defaults") }}</button>
|
2018-03-31 00:37:11 +00:00
|
|
|
</div>
|
|
|
|
</div>
|