X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frecord_links%2Fadd_filter.html;h=04346b5f0a9100863fa5459d748686590d4c8044;hb=baf226d0b65e64f9475dea46b35d88d52fed1cc6;hp=a455840dec94ced309f55f102031ac6e784e031f;hpb=55cab85f138d3eb0245059f6cb2108c5cd55589b;p=kivitendo-erp.git diff --git a/templates/webpages/record_links/add_filter.html b/templates/webpages/record_links/add_filter.html index a455840de..04346b5f0 100644 --- a/templates/webpages/record_links/add_filter.html +++ b/templates/webpages/record_links/add_filter.html @@ -3,7 +3,7 @@

[%- 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,7 +31,7 @@ [% L.input_tag('vc_name', is_sales ? SELF.object.customer.name : SELF.object.vendor.name, style=style) %] - + [%- LxERP.t8("Project") %]: [% L.select_tag('globalproject_id', PROJECTS, default=SELF.object.globalproject_id, with_empty=1, style=style) %] @@ -45,7 +45,7 @@

[% 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") %] + [% L.button_tag('$("#record_links_add_filter_form").resetForm()', LxERP.t8('Reset')) %] [% LxERP.t8("Cancel") %]

@@ -59,17 +59,10 @@