More accurate progress tracker display on encryption stage
This commit is contained in:
parent
5380c5c916
commit
f6925cd172
@ -23,8 +23,10 @@
|
||||
{# Convert the template name to a numerical index for comparison #}
|
||||
{% if template == 'booth/welcome.html' %}
|
||||
{% set menuindex = 1 %}
|
||||
{% elif template == 'booth/selections.html' or template == 'booth/encrypt.html' %}
|
||||
{% elif template == 'booth/selections.html' %}
|
||||
{% set menuindex = 2 %}
|
||||
{% elif template == 'booth/encrypt.html' %}
|
||||
{% set menuindex = 2.5 %}
|
||||
{% elif template == 'booth/review.html' %}
|
||||
{% set menuindex = 3 %}
|
||||
{% elif template == 'booth/audit.html' %}
|
||||
|
Loading…
Reference in New Issue
Block a user