X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fsearch.html;h=e63f6cd1dcd3a7e31b4bb2353c9dcf9f1fe2e0ba;hb=c7241bf7c547d63999898dee7b5dd486e4d122d3;hp=323fd2383fd4b647537b44d69b9a990dcaf87f09;hpb=7e19c2165ee3b934f4e685b256bb3a261d59a915;p=kivitendo-erp.git diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html index 323fd2383..e63f6cd1d 100644 --- a/templates/webpages/oe/search.html +++ b/templates/webpages/oe/search.html @@ -25,7 +25,7 @@ id_sub = 'vc_keys', label_key = 'name', select = vc_select, - limit = vclimit, + limit = MYCONFIG.vclimit, show_empty = 1, allow_textbox = 1, class = 'initial_focus', @@ -46,7 +46,7 @@ DATA = ALL_DEPARTMENTS, id_key = 'id', label_key = 'description', - limit = vclimit, + limit = MYCONFIG.vclimit, show_empty = 1, allow_textbox = 1, -%] @@ -87,12 +87,12 @@ [% 'Project Number' | $T8 %] [%- INCLUDE 'generic/multibox.html' - name = vclimit < ALL_PROJECTS.size ? 'projectnumber' : 'project_id', + name = MYCONFIG.vclimit < ALL_PROJECTS.size ? 'projectnumber' : 'project_id', style = "width: 250px", DATA = ALL_PROJECTS, id_key = 'id', label_key = 'projectnumber', - limit = vclimit, + limit = MYCONFIG.vclimit, show_empty = 1, allow_textbox = 1, -%] @@ -281,6 +281,10 @@ + + + +