X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frecord_links%2Fadd_filter.html;h=b2ee69155bbd07d082077d66b6a66210661558a4;hb=11e509315cee0449974caa6d681fa26e730bbeca;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..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") %]

@@ -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) %] @@ -59,10 +59,8 @@