summaryrefslogtreecommitdiff
path: root/print/templates/print_overview.html
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-06-03 23:24:26 -0400
committerLex Neva <github.com@lexneva.name>2018-06-03 23:24:26 -0400
commitf10393989bdd2e7dd1056930ba060aab3870a592 (patch)
treed9a05101de765c9bbcd596d4e3d05d48c993a9e7 /print/templates/print_overview.html
parentea6b89581ea35acbcf3afa9e424210212be5f1a6 (diff)
realistic rendering checkboxes
Diffstat (limited to 'print/templates/print_overview.html')
-rw-r--r--print/templates/print_overview.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/print/templates/print_overview.html b/print/templates/print_overview.html
index efcf5b2e..b42ab7a9 100644
--- a/print/templates/print_overview.html
+++ b/print/templates/print_overview.html
@@ -32,14 +32,18 @@
<button class="svg-fit">Fit</button>
<button class="svg-full">100%</button>
<button class="svg-apply">Apply to all</button>
+ <button class="svg-realistic">
+ <input type="checkbox" id="realistic-client-overview" data-field-name="overview" class="realistic" />
+ <label for="realistic-client-overview" class="realistic">Realistic</label>
+ </button>
</div>
- </figure>
-
+ </figure>
+
<div class="color-palette">
{% for color_block in color_blocks %}
{% include 'color_swatch.html' %}
- {% endfor %}
-
+ {% endfor %}
+
</div>
<div class="signature">{{ _('Client Signature') }}</div>
</main>