Revision 8abd9ce3
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
bin/mozilla/amtemplates.pl | ||
---|---|---|
275 | 275 |
|
276 | 276 |
$options{"CAN_EDIT"} = $form->{"edit"}; |
277 | 277 |
|
278 |
if ($form->{edit}) { |
|
279 |
$::request->{layout}->focus("#edit_content"); |
|
280 |
|
|
281 |
} else { |
|
278 |
if (!$form->{edit}) { |
|
282 | 279 |
$options{"content"} = "\n\n" if (!$options{"content"}); |
283 | 280 |
$options{"SHOW_SECOND_EDIT_BUTTON"} = $options{"lines"} > 25; |
284 | 281 |
} |
Auch abrufbar als: Unified diff
$::request->layout->focus() größtenteils durch class="initial_focus" ersetzen