Simplify mobile text label editor
This commit is contained in:
+21
-41
@@ -24,37 +24,17 @@
|
||||
</section>
|
||||
|
||||
<section class="card settings">
|
||||
<label>
|
||||
Band
|
||||
<div class="input-action">
|
||||
<select id="mobileTape">
|
||||
{% for width in tape_widths %}
|
||||
<option value="{{ width }}" {% if width == 24 %}selected{% endif %}>{{ width }} mm</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<button id="mobileDetect" type="button">Erkennen</button>
|
||||
</div>
|
||||
</label>
|
||||
|
||||
<div class="grid-2">
|
||||
<label>
|
||||
Laenge
|
||||
<input id="mobileLength" type="number" min="20" max="300" step="1" value="70">
|
||||
</label>
|
||||
<label>
|
||||
Rand
|
||||
<input id="mobileMargin" type="number" min="0" max="20" step="0.5" value="2">
|
||||
</label>
|
||||
</div>
|
||||
<label class="check-row">
|
||||
<input id="mobileAutoLength" type="checkbox" checked>
|
||||
Laenge automatisch begrenzen
|
||||
</label>
|
||||
|
||||
<div class="grid-2">
|
||||
<label>
|
||||
Schrift
|
||||
<input id="mobileFont" type="number" min="2" max="24" step="0.5" value="6">
|
||||
Band
|
||||
<div class="input-action">
|
||||
<select id="mobileTape">
|
||||
{% for width in tape_widths %}
|
||||
<option value="{{ width }}" {% if width == 24 %}selected{% endif %}>{{ width }} mm</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<button id="mobileDetect" type="button">Erkennen</button>
|
||||
</div>
|
||||
</label>
|
||||
<label>
|
||||
Kopien
|
||||
@@ -62,6 +42,17 @@
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="grid-2">
|
||||
<label>
|
||||
Schriftgroesse
|
||||
<input id="mobileFont" type="number" min="2" max="24" step="0.5" value="6">
|
||||
</label>
|
||||
<label>
|
||||
Innenrand
|
||||
<input id="mobileMargin" type="number" min="0" max="20" step="0.5" value="2">
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<label>
|
||||
Ausrichtung
|
||||
<select id="mobileAlign">
|
||||
@@ -71,18 +62,7 @@
|
||||
</select>
|
||||
</label>
|
||||
|
||||
<label>
|
||||
Schnitt
|
||||
<select id="mobileCutMode">
|
||||
<option value="auto">Normal / einzeln</option>
|
||||
<option value="chain">Kettendruck / Streifen</option>
|
||||
<option value="cutmark">Schnittmarke</option>
|
||||
<option value="cutmark-chain">Streifen + Marke</option>
|
||||
</select>
|
||||
</label>
|
||||
<p class="field-note">PT-P700: kein Halbschnitt. Fuer zusammenhaengende Labels Kettendruck / Streifen nutzen.</p>
|
||||
|
||||
<div class="check-row">
|
||||
<div class="toggle-row">
|
||||
<label><input id="mobileBold" type="checkbox" checked> Fett</label>
|
||||
<label><input id="mobileFrame" type="checkbox"> Rahmen</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user