Revision 4d739983
Von Philip Reetz vor etwa 19 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
544 | 544 |
$tax_selected = $form->{"taxchart_$i"}; |
545 | 545 |
$tax =~ s/value=\"$tax_selected\"/value=\"$tax_selected\" selected/; |
546 | 546 |
$tax = |
547 |
qq|<td><select id="taxchart_$i" name="taxchart_$i">$tax</select></td>|; |
|
547 |
qq|<td><select id="taxchart_$i" name="taxchart_$i" style="width:200px">$tax</select></td>|;
|
|
548 | 548 |
|
549 | 549 |
print qq| |
550 | 550 |
<tr> |
551 |
<td width=50%><select name="AP_amount_$i" onChange="setTaxkey(this, $i)">$selectAP_amount</select></td> |
|
551 |
<td width=50%><select name="AP_amount_$i" onChange="setTaxkey(this, $i)" style="width:100%">$selectAP_amount</select></td>
|
|
552 | 552 |
<td><input name="amount_$i" size=10 value=$form->{"amount_$i"}></td> |
553 | 553 |
<td><input name="tax_$i" size=10 value=$form->{"tax_$i"}></td> |
554 | 554 |
<td><input type="checkbox" name="korrektur_$i" value="1"></td> |
bin/mozilla/ar.pl | ||
---|---|---|
568 | 568 |
$tax_selected = $form->{"taxchart_$i"}; |
569 | 569 |
$tax =~ s/value=\"$tax_selected\"/value=\"$tax_selected\" selected/; |
570 | 570 |
$tax = |
571 |
qq|<td><select id="taxchart_$i" name="taxchart_$i">$tax</select></td>|; |
|
571 |
qq|<td><select id="taxchart_$i" name="taxchart_$i" style="width:200px">$tax</select></td>|;
|
|
572 | 572 |
|
573 | 573 |
print qq| |
574 | 574 |
<tr> |
575 |
<td width=50%><select name="AR_amount_$i" onChange="setTaxkey(this, $i)">$selectAR_amount</select></td> |
|
575 |
<td width=50%><select name="AR_amount_$i" onChange="setTaxkey(this, $i)" style="width:100%">$selectAR_amount</select></td>
|
|
576 | 576 |
<td><input name="amount_$i" size=10 value=$form->{"amount_$i"}></td> |
577 | 577 |
<td><input name="tax_$i" size=10 value=$form->{"tax_$i"}></td> |
578 | 578 |
<td><input type="checkbox" name="korrektur_$i" value="1"></td> |
Auch abrufbar als: Unified diff
Layout noch angepasst, so dass die Maske auf den Bildschirm passt