diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-06-09 21:35:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-09 21:35:25 -0400 |
| commit | ae940b2466a79b2acc6de5eb33cffb8f7753c701 (patch) | |
| tree | 5c060aecf2fe345d139387bea4084532acc5c72a /print/templates/print_overview.html | |
| parent | 1c595c9003d66f49025fa67af838cbdba751449b (diff) | |
| parent | b36508bb53512a11dafbc3ecb16944045d88a52a (diff) | |
Merge pull request #187 from lexelby/lexelby-realistic-rendering
realistic rendering
Diffstat (limited to 'print/templates/print_overview.html')
| -rw-r--r-- | print/templates/print_overview.html | 12 |
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> |
