paginating für test_import
[kivitendo-erp.git] / templates / webpages / ap / form_footer.html
index 8ac37ec..c518134 100644 (file)
@@ -4,7 +4,7 @@
 [%- USE LxERP %]
 
 [%- IF (num_follow_ups && num_due) %]
-  <p>[% 'There are #1 unfinished follow-ups of which #2 are due.' | $T8(num_follow_ups, num_due) %]</p>
+  <p>[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', num_follow_ups, num_due) %]</p>
 [%- END %]
 
 <input name=callback type=hidden value="[% callback | html %]">
@@ -32,7 +32,7 @@
   [%- END %]
 
   <input class=submit type=submit name=action value="[% 'Post Payment' | $T8 %]">
-  <input class=submit type=submit name=action value="[% 'Use As Template' | $T8 %]">
+  <input class=submit type=submit name=action value="[% 'Use As New' | $T8 %]">
   <input type="button" class="submit" onclick="follow_up_window()" value="[% 'Follow-Up' | $T8 %]">
 
 [%- ELSIF show_post_draft %]
@@ -42,7 +42,9 @@
 
 [%- IF id %]
   <input type="submit" onclick="set_history_window([% id %]);" name="history" id="history" value="[% 'history' | $T8 %]">
-  <input type="submit" name="action" value="[% 'mark as paid' | $T8 %]">
+  [% IF INSTANCE_CONF.get_ap_show_mark_as_paid %]
+    <input type="submit" name="action" value="[% 'mark as paid' | $T8 %]">
+  [% END %]
 [%- END %]
 
 </form>
@@ -64,5 +66,3 @@ function set_duedate() {
  }
 //-->
 </script>
-
-