diff options
Diffstat (limited to 'print/templates/operator_overview.html')
| -rw-r--r-- | print/templates/operator_overview.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/templates/operator_overview.html b/print/templates/operator_overview.html index 367d6d2b..6fa46911 100644 --- a/print/templates/operator_overview.html +++ b/print/templates/operator_overview.html @@ -32,6 +32,10 @@ <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-operator-overview" data-field-name="overview" class="realistic" /> + <label for="realistic-operator-overview" class="realistic">Realistic</label> + </button> </div> </figure> </main> |
