X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frecord_links%2Fadd_filter.html;h=04346b5f0a9100863fa5459d748686590d4c8044;hb=713de5ed35a8a1faea940354254c4e781631c495;hp=b101ad7cf48af36b1e4cee5aa84e3620ae313643;hpb=3aa5cee2f12c1dff757539b60196bf5e1be0a5d6;p=kivitendo-erp.git diff --git a/templates/webpages/record_links/add_filter.html b/templates/webpages/record_links/add_filter.html index b101ad7cf..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,9 +31,9 @@ [% L.input_tag('vc_name', is_sales ? SELF.object.customer.name : SELF.object.vendor.name, style=style) %] - + [%- LxERP.t8("Project") %]: - [% L.select_tag('project_id', PROJECTS, default=SELF.object.globalproject_id, with_empty=1, style=style) %] + [% 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 @@