diff options
Diffstat (limited to 'print/templates/print_detail.html')
| -rw-r--r-- | print/templates/print_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/templates/print_detail.html b/print/templates/print_detail.html index d3b064a5..714d33a2 100644 --- a/print/templates/print_detail.html +++ b/print/templates/print_detail.html @@ -15,7 +15,7 @@ </div> </header> <main> - <figure class="inksimulation" title="{{ _('Ctrl + Scroll to Zoom') }}"> + <figure class="inksimulation" data-field-name="client-detail-transform-block{{ loop.index0 }}" title="{{ _('Ctrl + Scroll to Zoom') }}"> {{color_block.svg_preview|safe}} <figcaption>{{ _('Scale') }} <span class="scale" data-field-name="svg-scale" contenteditable="true" data-placeholder=""></span>%</figcaption> <div> |
