Revision 23a659bb
Von Sven Schöling vor fast 15 Jahren hinzugefügt
templates/webpages/oe/sales_order_de.html | ||
---|---|---|
6 | 6 |
<script type="text/javascript"> |
7 | 7 |
$('#cb_show_details').click(function(){ $('[id$="row2"]').toggle() }); |
8 | 8 |
</script> |
9 |
<table width="100%"> |
|
9 |
<table id='display_row' width="100%">
|
|
10 | 10 |
<tr class="listheading">[% FOREACH header = HEADER %][% IF header.display %] |
11 | 11 |
<th align="left" nowrap width="[% header.width %]" class="listheading">[% header.value %]</th>[% END %][% END %] |
12 | 12 |
</tr> |
... | ... | |
28 | 28 |
</table> |
29 | 29 |
</td> |
30 | 30 |
</tr> |
31 |
<script type='text/javascript'> |
|
32 |
$(document).ready( function(){ $('#display_row tr:gt(1) input[name*="description"]').focus() }); |
|
33 |
</script> |
templates/webpages/oe/sales_order_master.html | ||
---|---|---|
6 | 6 |
<script type="text/javascript"> |
7 | 7 |
$('#cb_show_details').click(function(){ $('[id$="row2"]').toggle() }); |
8 | 8 |
</script> |
9 |
<table width="100%"> |
|
9 |
<table id='display_row' width="100%">
|
|
10 | 10 |
<tr class="listheading">[% FOREACH header = HEADER %][% IF header.display %] |
11 | 11 |
<th align="left" nowrap width="[% header.width %]" class="listheading">[% header.value %]</th>[% END %][% END %] |
12 | 12 |
</tr> |
... | ... | |
28 | 28 |
</table> |
29 | 29 |
</td> |
30 | 30 |
</tr> |
31 |
<script type='text/javascript'> |
|
32 |
$(document).ready( function(){ $('#display_row tr:gt(1) input[name*="description"]').focus() }); |
|
33 |
</script> |
Auch abrufbar als: Unified diff
Neues Fokusverhalten für Belegmasken: Fokus wird jetzt in das Letzte Beschreibungsfeld gesetzt, sofern es mehr als eine Artikelzeile gibt.
Fix für Bug 1135.