common/flash.html via INCLUDE und nicht PROCESS einbinden
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 14 Sep 2017 13:45:07 +0000 (15:45 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 14 Sep 2017 13:47:56 +0000 (15:47 +0200)
flash.html überschreibt mehrere Variablen mit eigenen Werten: `title`,
`type` und `messages`. Wird das Template also mit `PROCESS`
eingebunden, so findet keine Lokalisierung statt, und die Werte aus
`flash.html` gelten dann plötzlich auch für das Template, das
`flash.html` eingebunden hat.

13 files changed:
templates/webpages/am/edit_units.html
templates/webpages/client_config/form.html
templates/webpages/csv_import/_deferred_report.html
templates/webpages/csv_import/_deferred_results.html
templates/webpages/cti/calling.html
templates/webpages/drafts/form.html
templates/webpages/dunning/search.html
templates/webpages/employee/edit.html
templates/webpages/employee/list.html
templates/webpages/gl/yearend_filter.html
templates/webpages/gobd/filter.html
templates/webpages/ic/search.html
templates/webpages/ic/search_update_prices.html

index 210ec0c..00bea73 100644 (file)
@@ -2,7 +2,7 @@
 [% USE HTML %]
 <h1>[% title %]</h1>
 
-[% PROCESS "common/flash.html" %]
+[% INCLUDE "common/flash.html" %]
 
 [% PROCESS "am/_units_header_info.html" %]
 
index 7ed61ac..df0780d 100644 (file)
@@ -77,7 +77,7 @@ $(function() {
  </script>
 <h1>[% title | html %]</h1>
 
-[% PROCESS 'common/flash.html' %]
+[% INCLUDE 'common/flash.html' %]
 
 <form action='controller.pl' method='POST' id='form'>
  <div class="tabwidget">
index d4fde08..2680cfe 100644 (file)
@@ -1,4 +1,4 @@
-[% PROCESS 'common/flash.html' %]
+[% INCLUDE 'common/flash.html' %]
 <div id='csv_import_report'></div>
 
 <script type='text/javascript'>
@@ -26,4 +26,3 @@
 
 
 </script>
-
index 7f68a32..f206189 100644 (file)
@@ -4,7 +4,7 @@
 
 <h2>[% 'Import Status' | $T8 %]</h2>
 
-[% PROCESS 'common/flash.html' %]
+[% INCLUDE 'common/flash.html' %]
 [% UNLESS SELF.background_job.data_as_hash.errors %]
 <div id='progress_description'></div>
 <div id='progressbar'></div>
index 60bbcd7..d24a640 100644 (file)
@@ -1,4 +1,4 @@
 <body>
-[% PROCESS 'common/flash.html' %]
+[% INCLUDE 'common/flash.html' %]
 </body>
 </html>
index 4777a7a..1036de6 100644 (file)
@@ -3,7 +3,7 @@
 [%- USE LxERP %]
 [%- USE HTML %]
 
-[% PROCESS 'common/flash.html' %]
+[% INCLUDE 'common/flash.html' %]
 
 [%- IF FORM.id %]
 <h3>[% 'Update this draft.' | $T8 %]</h3>
index b57bddb..6145f78 100644 (file)
@@ -3,7 +3,7 @@
 [%- USE L %][%- USE P -%]
 <h1>[% title %]</h1>
 
-[% PROCESS 'common/flash.html' %]
+[% INCLUDE 'common/flash.html' %]
 
  <form method="post" name="search" action="dn.pl" id="form">
 
index d6ee8a0..d2da97e 100644 (file)
@@ -1,6 +1,6 @@
 [%- USE LxERP -%][%- USE L -%][%- USE T8 -%]<h1>[% title | html %]</h1>
 
-[% PROCESS "common/flash.html" %]
+[% INCLUDE "common/flash.html" %]
 
 <form action="controller.pl" method="POST" id="form">
 
index 056a828..483c437 100644 (file)
@@ -1,5 +1,5 @@
 <h1>[% title | html %]</h1>
 
-[% PROCESS 'common/flash.html' %]
+[% INCLUDE 'common/flash.html' %]
 
 [% PROCESS 'employee/_list.html' %]
index 1391f47..566454d 100644 (file)
@@ -5,7 +5,7 @@
 
 <h1>[% title | html %]</h1>
 
-[%- PROCESS 'common/flash.html' %]
+[%- INCLUDE 'common/flash.html' %]
 
 <form id='filter_form'>
 
index 6d4eddd..78c0b83 100644 (file)
@@ -5,7 +5,7 @@
 
 <h1>[% title | html %]</h1>
 
-[%- PROCESS 'common/flash.html' %]
+[%- INCLUDE 'common/flash.html' %]
 
 <p>[% 'This export will include all records in the given time range and all supplicant information from checked entities. You will receive a single zip file. Please extract this file onto the data medium requested by your auditor.' | $T8 %]</p>
 
index e4996d3..0df6802 100644 (file)
@@ -4,7 +4,7 @@
 [%- USE L %]
 [%- USE P %]
 [% SET style="width: 250px" %]
-[%- PROCESS 'common/flash.html' %]
+[%- INCLUDE 'common/flash.html' %]
 <h1>[% title %]</h1>
 
  <form method="post" action="ic.pl" id="form">
index 1ea0f6b..ba54126 100644 (file)
@@ -4,7 +4,7 @@
 [%- USE L %]
 <h1>[% 'Update prices' | $T8 %]</h1>
 
-[% PROCESS 'common/flash.html' %]
+[% INCLUDE 'common/flash.html' %]
 
 <form method="post" action="controller.pl" id="form">
  <table>