X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d3f862b7af94f31860dd264eef7c1bc7de7eae2..c0ed7d2fa:/templates/webpages/wh/warehouse_selection.html diff --git a/templates/webpages/wh/warehouse_selection.html b/templates/webpages/wh/warehouse_selection.html index afdc7a4ea..6b48f4014 100644 --- a/templates/webpages/wh/warehouse_selection.html +++ b/templates/webpages/wh/warehouse_selection.html @@ -1,6 +1,8 @@ [%- USE T8 %] [%- USE HTML %] -[% USE JavaScript %] +[%- USE L %] +[%- USE JavaScript %] +

[% title %]

@@ -53,10 +55,10 @@ control.options[bin_index].selected = true; } - function on_load() { + $(function() { warehouse_selected(0, 0); document.Form.partnumber.focus(); - } + }); --> @@ -68,8 +70,6 @@

[% saved_message %]

[% END %] -
[% title %]
-

[% 'If you enter values for the part number and / or part description then only those bins containing parts whose part number or part description match your input will be shown.' | $T8 %]

@@ -109,7 +109,7 @@ [% 'Part Description' | $T8 %] - + @@ -118,12 +118,11 @@ - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% 'Best Before' | $T8 %] - - + [% L.date_tag('bestbefore') %] [% END %] @@ -140,18 +139,3 @@

- [% IF conf_show_best_before %] - - [% END %] - - -