Zwei neue Features:
[kivitendo-erp.git] / templates / webpages / oe / orders_footer_master.html
index b96ed4f..92ac4b5 100644 (file)
                            show_empty = 1 -%]
                 </td>
            </tr>
+      [%- IF id && num_follow_ups %]
+      <tr>
+       <td colspan="2">[% LxERP.format_string('<translate>There are #1 unfinished follow-ups of which #2 are due.</translate>', num_follow_ups, num_due_follow_ups) %]</td>
+      </tr>
+      [%- END %]
       </table>
          </td>
 [%- IF is_sales %]
 <input class=submit type=submit name=action value="<translate>Save and Close</translate>">
 
 [%- IF id %]
+  <input type="button" class="submit" onclick="follow_up_window()" value="<translate>Follow-Up</translate>">
   <input type="button" class="submit" onclick="set_history_window([% HTML.escape(id) %])" name="history" id="history" value="<translate>history</translate>">
 
   <br>[% label_workflow %]<br>