Projet

Général

Profil

0001-backoffice-don-t-use-popup-links-for-workflow-variab.patch

Frédéric Péters, 14 avril 2021 18:05

Télécharger (1,33 ko)

Voir les différences:

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

 wcs/templates/wcs/backoffice/workflow.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
wcs/templates/wcs/backoffice/workflow.html
61 61
 <div class="bo-block">
62 62
  <h3>{% trans "Workflow Variables" %}
63 63
  {% if not workflow.is_readonly %}
64
  <span class="change">(<a rel="popup" href="variables/">{% trans "change" %}</a>)</span>
64
  <span class="change">(<a href="variables/">{% trans "change" %}</a>)</span>
65 65
  {% endif %}
66 66
  </h3>
67 67
  {% if workflow.variables_formdef %}
......
121 121
 <div class="bo-block">
122 122
  <h3>{% trans "Backoffice Fields" %}
123 123
  {% if not workflow.is_readonly %}
124
  <span class="change">(<a rel="popup" href="backoffice-fields/">{% trans "change" %}</a>)</span>
124
  <span class="change">(<a href="backoffice-fields/">{% trans "change" %}</a>)</span>
125 125
  {% endif %}
126 126
  </h3>
127 127
  {% if workflow.backoffice_fields_formdef %}
128
-