Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f5c4ca49

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

  • ID f5c4ca4957be652d0b01234ad8c5c07b4f91435a
  • Vorgänger 4b85e0ab
  • Nachfolger cfd9d9f4

fokus in Lagern und Preisfaktoren gefixt

Unterschiede anzeigen:

bin/mozilla/am.pl
1590 1590

  
1591 1591
  $form->{title}      = $locale->text('Add Price Factor');
1592 1592
  $form->{callback} ||= build_std_url('action=add_price_factor');
1593
  $form->{fokus}      = 'description';
1593
  $::request->{layout}->focus('#description');
1594 1594

  
1595 1595
  $form->header();
1596 1596
  print $form->parse_html_template('am/edit_price_factor');
......
1609 1609

  
1610 1610
  $form->{title}      = $locale->text('Edit Price Factor');
1611 1611
  $form->{callback} ||= build_std_url('action=add_price_factor');
1612
  $form->{fokus}      = 'description';
1612
  $::request->{layout}->focus('#description');
1613 1613

  
1614 1614
  AM->get_price_factor(\%myconfig, $form);
1615 1615

  
......
1697 1697

  
1698 1698
  $form->{title}      = $locale->text('Add Warehouse');
1699 1699
  $form->{callback} ||= build_std_url('action=add_warehouse');
1700
  $form->{fokus}      = 'description';
1700
  $::request->{layout}->focus('#description');
1701 1701

  
1702 1702
  $form->header();
1703 1703
  print $form->parse_html_template('am/edit_warehouse');
......
1720 1720

  
1721 1721
  $form->{title}      = $locale->text('Edit Warehouse');
1722 1722
  $form->{callback} ||= build_std_url('action=list_warehouses');
1723
  $form->{fokus}      = 'description';
1723
  $::request->{layout}->focus('#description');
1724 1724

  
1725 1725
  $form->header();
1726 1726
  print $form->parse_html_template('am/edit_warehouse');

Auch abrufbar als: Unified diff