Auftrags-Controller: Speichern und schließen, …
[kivitendo-erp.git] / templates / webpages / bank_transactions / _template_list.html
index 4e35451..245f062 100644 (file)
@@ -15,7 +15,7 @@
   <tbody>
    [% FOREACH template = TEMPLATES_AP %]
     <tr class="listrow">
-     <td>[% P.link(SELF.load_ap_record_template_url(template), template.template_name) %]</td>
+     <td>[% P.link_tag(SELF.load_ap_record_template_url(template), template.template_name) %]</td>
      <td>[% HTML.escape(template.vendor.name) %]</td>
      <td>[% HTML.escape(template.employee.name || template.employee.login) %]</td>
      <td>[% HTML.escape(template.itime_as_date) %]</td>
@@ -42,7 +42,7 @@
   <tbody>
    [% FOREACH template = TEMPLATES_GL %]
     <tr class="listrow">
-     <td>[% P.link(SELF.load_gl_record_template_url(template), template.template_name) %]</td>
+     <td>[% P.link_tag(SELF.load_gl_record_template_url(template), template.template_name) %]</td>
      <td>[% HTML.escape(template.reference) %]</td>
      <td>[% HTML.escape(template.employee.name || template.employee.login) %]</td>
      <td>[% HTML.escape(template.itime_as_date) %]</td>