Revision 40778259
Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt
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.