X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frecord_links%2Fadd_filter.html;h=04346b5f0a9100863fa5459d748686590d4c8044;hb=713de5ed35a8a1faea940354254c4e781631c495;hp=3512bfb2c25bbe5f37f7d9bbb5ac70d737db0ce8;hpb=a4d38233df45f80fb98c503108b40294d212653a;p=kivitendo-erp.git diff --git a/templates/webpages/record_links/add_filter.html b/templates/webpages/record_links/add_filter.html index 3512bfb2c..04346b5f0 100644 --- a/templates/webpages/record_links/add_filter.html +++ b/templates/webpages/record_links/add_filter.html @@ -1,16 +1,16 @@ [%- 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") %]

-
+ [% L.hidden_tag('object_model', SELF.object_model) %] [% L.hidden_tag('object_id', SELF.object_id) %] - + @@ -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) %]
@@ -45,8 +45,8 @@

[% L.button_tag('filter_record_links()', LxERP.t8("Search")) %] [% L.button_tag('add_selected_record_links()', LxERP.t8("Add links"), id='add_selected_record_links_button', disabled=1) %] - [%- LxERP.t8("Reset") %] - [% LxERP.t8("Cancel") %] + [% L.button_tag('$("#record_links_add_filter_form").resetForm()', LxERP.t8('Reset')) %] + [% LxERP.t8("Cancel") %]


@@ -58,16 +58,13 @@