center text on die-cut labels; improved annotation in web iface

This commit is contained in:
Philipp Klaus
2016-12-17 22:58:18 +01:00
parent c8b3c501f0
commit b59f981cec
2 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
<div class="row">
<div class="col-md-4">
<fieldset class="form-group">
<label for="labelSize">Label Size:</label>
<select class="form-control" id="labelSize" onChange="preview()">
{% for label_size in label_sizes %}<option value="{{label_size[0]}}">{{label_size[1]}}</option>{% endfor %}
</select>