]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/fu/report_bottom_de.html
Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / fu / report_bottom_de.html
index 3cae2a8af5df77a88f1243e24b2f621787a2e9d4..54927a759f5ba6dd55d181e667ffa416579df21f 100644 (file)
@@ -1,3 +1,4 @@
+[%- USE T8 %]
 [% USE HTML%]
  <input type="hidden" name="rowcount" value="[% HTML.escape(rowcount) %]">
  [%- FOREACH item = HIDDEN %]
@@ -5,9 +6,9 @@
  [%- END %]
 
  <p>
-  Wiedervorlagen<br>
+  [% 'Follow-Ups' | $T8 %]<br>
   <input type="hidden" name="action" value="dispatcher">
-  <input type="submit" name="action_finish" value="Abschlie&szlig;en">
-  <input type="submit" name="action_delete" value="Löschen">
+  <input type="submit" name="action_finish" value="[% 'Finish' | $T8 %]">
+  <input type="submit" name="action_delete" value="[% 'Delete' | $T8 %]">
  </p>
 </form>