Revision 4b85e0ab
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
bin/mozilla/amtemplates.pl | ||
---|---|---|
272 | 272 |
$options{"CAN_EDIT"} = $form->{"edit"}; |
273 | 273 |
|
274 | 274 |
if ($form->{edit}) { |
275 |
$form->{fokus} = "Form.content";
|
|
275 |
$::request->{layout}->focus("#edit_content");
|
|
276 | 276 |
|
277 | 277 |
} else { |
278 | 278 |
$options{"content"} = "\n\n" if (!$options{"content"}); |
Auch abrufbar als: Unified diff
fokus beim Editieren von Templates gefixt