diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-06-03 23:24:26 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-06-03 23:24:26 -0400 |
| commit | f10393989bdd2e7dd1056930ba060aab3870a592 (patch) | |
| tree | d9a05101de765c9bbcd596d4e3d05d48c993a9e7 /print/templates/print_detail.html | |
| parent | ea6b89581ea35acbcf3afa9e424210212be5f1a6 (diff) | |
realistic rendering checkboxes
Diffstat (limited to 'print/templates/print_detail.html')
| -rw-r--r-- | print/templates/print_detail.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/print/templates/print_detail.html b/print/templates/print_detail.html index 714d33a2..e73fe918 100644 --- a/print/templates/print_detail.html +++ b/print/templates/print_detail.html @@ -22,9 +22,12 @@ <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-color-block-{{ loop.index0 }}" data-field-name="block{{ loop.index0 }}" class="realistic" /> + <label for="realistic-color-block-{{ loop.index0 }}" class="realistic">Realistic</label> + </button> </div> - </figure> - + </figure> <div class="color-palette detailed"> {% include 'color_swatch.html' %} </div> |
