backoffice: don't use popup links for workflow variables/fields (#53131)

This commit is contained in:
Frédéric Péters 2021-04-14 18:05:20 +02:00
parent dd0ce06123
commit 374e6b8d32
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
<div class="bo-block">
<h3>{% trans "Workflow Variables" %}
{% if not workflow.is_readonly %}
<span class="change">(<a rel="popup" href="variables/">{% trans "change" %}</a>)</span>
<span class="change">(<a href="variables/">{% trans "change" %}</a>)</span>
{% endif %}
</h3>
{% if workflow.variables_formdef %}
@ -121,7 +121,7 @@
<div class="bo-block">
<h3>{% trans "Backoffice Fields" %}
{% if not workflow.is_readonly %}
<span class="change">(<a rel="popup" href="backoffice-fields/">{% trans "change" %}</a>)</span>
<span class="change">(<a href="backoffice-fields/">{% trans "change" %}</a>)</span>
{% endif %}
</h3>
{% if workflow.backoffice_fields_formdef %}