Helper::Csv: is_known in dispatcher gefixt
[kivitendo-erp.git] / templates / webpages / ic / form_header.html
index d9d635b..48b0ab1 100644 (file)
@@ -4,7 +4,7 @@
 [% PROCESS 'common/select_warehouse_bin.html' %]
  <h1>[% title %]  [% HTML.escape(partnumber) %]  [% HTML.escape(description) %]</h1>
 
-[% PROCESS 'common/flash.html' %]
+[% INCLUDE 'common/flash.html' %]
 
  <form method="post" name="ic" action="[% script %]">
 
@@ -92,7 +92,7 @@
 
              [%- IF BUCHUNGSGRUPPEN.size %]
              <tr>
-              <th align="right">[% 'Buchungsgruppe' | $T8 %]</th>
+              <th align="right">[% 'Booking group' | $T8 %]</th>
               <td>
                [%- INCLUDE generic/multibox.html
                      name       = 'buchungsgruppen_id',
           </tr>
         [%- END %]
           <tr>
-           <th align="right" nowrap><label for="shop">[% 'Shopartikel' | $T8 %]</label></th>
+           <th align="right" nowrap><label for="shop">[% 'Shop article' | $T8 %]</label></th>
            <td><input class="checkbox" type="checkbox" name="shop" id="shop" value="1" [% IF shop %]checked[% END %]></td>
           </tr>
          </table>