Revision 90ae71a9
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
383 | 383 |
: (NTI($cgi->popup_menu('-name' => 'customer', '-default' => $form->{oldcustomer}, |
384 | 384 |
'-onChange' => 'document.getElementById(\'update_button\').click();', |
385 | 385 |
'-values' => \@values, '-labels' => \%labels, '-style' => 'width: 250px')))) . qq| |
386 |
<input type="button" value="?" onclick="show_vc_details('customer')">
|
|
386 |
<input type="button" value="| . $locale->text('Details (one letter abbreviation)') . qq|" onclick="show_vc_details('customer')">
|
|
387 | 387 |
</td>|; |
388 | 388 |
|
389 | 389 |
%labels = (); |
Auch abrufbar als: Unified diff
Konsistenz: Der Button, der das Detail-Popup-Fenster für Kunden und Lieferanten öffnet, sollte überall gleich beschriftet sein (mit "D").