X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frecord_links%2Fadd_filter.html;h=b2ee69155bbd07d082077d66b6a66210661558a4;hb=12727b136690f21b83182f05db72d7aeaa93ea5d;hp=be286e3ab964eee55d7b445763283ca55d7a25d6;hpb=6dbc83af32ca1bded29101903d98d8656113801e;p=kivitendo-erp.git diff --git a/templates/webpages/record_links/add_filter.html b/templates/webpages/record_links/add_filter.html index be286e3ab..b2ee69155 100644 --- a/templates/webpages/record_links/add_filter.html +++ b/templates/webpages/record_links/add_filter.html @@ -1,6 +1,6 @@ [%- USE L -%][%- USE LxERP -%][%- USE JavaScript -%] [%- SET style='width: 500px' %] -
[%- LxERP.t8("Add link: select records to link with") %]
+

[%- LxERP.t8("Add link: select records to link with") %]

@@ -10,7 +10,7 @@ - + @@ -31,13 +31,13 @@ - + - + - +
[%- LxERP.t8("Link to") %]:[% L.select_tag('link_type', LINK_TYPES, default=DEFAULT_LINK_TYPE, style=style) %][% L.select_tag('link_type', LINK_TYPES, default=DEFAULT_LINK_TYPE, style=style, id='record_links_add_filter_link_type') %]
[% L.input_tag('vc_name', is_sales ? SELF.object.customer.name : SELF.object.vendor.name, style=style) %]
[%- LxERP.t8("Transaction description") %]:[%- LxERP.t8("Transaction description") %]: [% L.input_tag('transaction_description', '', style=style) %]
@@ -59,6 +59,8 @@