Revision 8abd9ce3
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
templates/webpages/dunning/search.html | ||
---|---|---|
16 | 16 |
<th align="right">[% 'Customer' | $T8 %]</th> |
17 | 17 |
<td colspan="3"> |
18 | 18 |
[% IF SHOW_CUSTOMER_DDBOX %] |
19 |
<select id='customer' name="customer_id"> |
|
19 |
<select id='customer' name="customer_id" class="initial_focus">
|
|
20 | 20 |
<option value=""></option> |
21 | 21 |
[% FOREACH row = ALL_CUSTOMERS %]<option value="[% HTML.escape(row.id) %]">[% HTML.escape(row.name) %]</option> |
22 | 22 |
[% END %] |
23 | 23 |
</select> |
24 | 24 |
[% ELSE %] |
25 |
<input id='customer' name="customer" size="35"> |
|
25 |
<input id='customer' name="customer" size="35" class="initial_focus">
|
|
26 | 26 |
[% END %] |
27 | 27 |
</td> |
28 | 28 |
</tr> |
... | ... | |
120 | 120 |
<input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]"> |
121 | 121 |
|
122 | 122 |
</form> |
123 |
|
Auch abrufbar als: Unified diff
$::request->layout->focus() größtenteils durch class="initial_focus" ersetzen