Revision 40778259
Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
427 | 427 |
<table> |
428 | 428 |
<tr> |
429 | 429 |
<th align=right nowrap>| . $locale->text('Vendor') . qq|</th> |
430 |
<td colspan=3>$vendor <input type="button" value="?" onclick="show_vc_details('vendor')"></td>
|
|
430 |
<td colspan=3>$vendor <input type="button" value="D" onclick="show_vc_details('vendor')"></td>
|
|
431 | 431 |
<input type=hidden name=selectvendor value="$form->{selectvendor}"> |
432 | 432 |
<input type=hidden name=oldvendor value="$form->{oldvendor}"> |
433 | 433 |
<input type=hidden name=vendor_id value="$form->{vendor_id}"> |
... | ... | |
699 | 699 |
$column_data{"exchangerate_$i"} = qq|<td align=center>$exchangerate</td>|; |
700 | 700 |
$column_data{"datepaid_$i"} = |
701 | 701 |
qq|<td align=center><input name="datepaid_$i" id="datepaid_$i" size=11 title="($myconfig{'dateformat'})" value="$form->{"datepaid_$i"}" onBlur=\"check_right_date_format(this)\"> |
702 |
<input type="button" name="datepaid_$i" id="trigger_datepaid_$i" value="?"></td>|;
|
|
702 |
<input type="button" name="datepaid_$i" id="trigger_datepaid_$i" value="| . $locale->text('Details (one letter abbreviation)') . qq|"></td>|;
|
|
703 | 703 |
$column_data{"source_$i"} = |
704 | 704 |
qq|<td align=center><input name="source_$i" size=11 value="$form->{"source_$i"}"></td>|; |
705 | 705 |
$column_data{"memo_$i"} = |
bin/mozilla/ar.pl | ||
---|---|---|
472 | 472 |
<table> |
473 | 473 |
<tr> |
474 | 474 |
<th align="right" nowrap>| . $locale->text('Customer') . qq|</th> |
475 |
<td colspan=3>$customer <input type="button" value="?" onclick="show_vc_details('customer')"></td>
|
|
475 |
<td colspan=3>$customer <input type="button" value="| . $locale->text('Details (one letter abbreviation)') . qq|" onclick="show_vc_details('customer')"></td>
|
|
476 | 476 |
<input type=hidden name=selectcustomer value="$form->{selectcustomer}"> |
477 | 477 |
<input type=hidden name=oldcustomer value="$form->{oldcustomer}"> |
478 | 478 |
<input type=hidden name=customer_id value="$form->{customer_id}"> |
Auch abrufbar als: Unified diff
Buttonbeschriftung vereinheitlicht.
Fix für Bug 975.