Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8abd9ce3

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID 8abd9ce32e946691e0953f9a8e2c183183d7854e
  • Vorgänger f5851080
  • Nachfolger 0c404f20

$::request->layout->focus() größtenteils durch class="initial_focus" ersetzen

Unterschiede anzeigen:

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