X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frecord_links%2Fadd_filter.html;h=04346b5f0a9100863fa5459d748686590d4c8044;hb=d51b3011755b4a7e006f433d9fe5836a22a69638;hp=39469f5aa53ac2df3e1007fddb978403be885d56;hpb=766f5705ecb9cd56adfbffd94c871959bb64c6fd;p=kivitendo-erp.git diff --git a/templates/webpages/record_links/add_filter.html b/templates/webpages/record_links/add_filter.html index 39469f5aa..04346b5f0 100644 --- a/templates/webpages/record_links/add_filter.html +++ b/templates/webpages/record_links/add_filter.html @@ -1,9 +1,9 @@ [%- 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,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 @@