X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fap%2Fform_header.html;h=dc3f96fac617fc4f6fd6f6a46722b96ec485716e;hb=8bf82ed2a2002da54411047637ce03d79beae73a;hp=889080b02dda2921bb4ebeb4bde67bceb8cb362d;hpb=2dcf4554600db801c495e0d5bb99eadfb36785bd;p=kivitendo-erp.git diff --git a/templates/webpages/ap/form_header.html b/templates/webpages/ap/form_header.html index 889080b02..dc3f96fac 100644 --- a/templates/webpages/ap/form_header.html +++ b/templates/webpages/ap/form_header.html @@ -3,7 +3,11 @@ [%- USE T8 %] [%- USE LxERP %][%- USE P -%] -
+

[% title | html %]

+ +[%- INCLUDE 'common/flash.html' %] + + @@ -45,8 +49,6 @@ [% END %] -

[% title | html %]

- [% IF ( saved_message ) %]

[% saved_message | html %]

[% END %] @@ -57,6 +59,10 @@ [%- IF INSTANCE_CONF.get_webdav %]
  • [% 'WebDAV' | $T8 %]
  • [%- END %] +[%- IF id AND INSTANCE_CONF.get_doc_storage %] +
  • [% 'Documents' | $T8 %]
  • +
  • [% 'Attachments' | $T8 %]
  • +[%- END %] [%- IF id %] [%- IF AUTH.assert('record_links', 1) %]
  • [% 'Linked Records' | $T8 %]
  • @@ -76,7 +82,7 @@ [% 'Vendor' | $T8 %] - [% P.customer_vendor_picker("vendor_id", vendor_id, type="vendor", style="width: 300px") %] + [% P.customer_vendor_picker("vendor_id", vendor_id, type="vendor", style="width: 300px", onchange="\$('#update_button').click()") %] [% L.button_tag("show_vc_details('vendor')", LxERP.t8('Details (one letter abbreviation)')) %] [% L.hidden_tag("previous_vendor_id", vendor_id) %] @@ -140,11 +146,11 @@ - + - +
    [% 'Invoice Number' | $T8 %][% L.input_tag("invnumber", invnumber, size="11", readonly=readonly) %]
    [% 'Order Number' | $T8 %][% L.input_tag("ordnumber", ordnumber, size="11", readonly=readonly) %]
    [% 'Invoice Date' | $T8 %]