Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8202e4b9

Von Sven Schöling vor etwa 12 Jahren hinzugefügt

  • ID 8202e4b9b95a9b478e50aa74240bf5a705f33d21
  • Vorgänger 6ec6dac5
  • Nachfolger b68213ba

Unterstützung für $::form->{fokus} entfernt, weil zu anfällig.

behebt #2028

Unterschiede anzeigen:

SL/Layout/None.pm
30 30
}
31 31

  
32 32
sub _setup_focus {
33
  if ($::request->{layout}->focus || $::form->{fokus}) {
33
  if ($::request->{layout}->focus) {
34 34
    return $::form->parse_html_template('layout/focus_setup', {
35 35
      focus => $::request->{layout}->focus,
36
      fokus => $::form->{fokus},
37 36
    })
38 37
  } else {
39 38
    return ();

Auch abrufbar als: Unified diff