Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2aad13f8

Von Stephan Köhler vor etwa 19 Jahren hinzugefügt

  • ID 2aad13f88785e2fd5903116d719b100f8b8468e3
  • Vorgänger e013ebcf
  • Nachfolger 99b9d833

Anpassung neue Menu 1024x768

Unterschiede anzeigen:

bin/mozilla/gl.pl
1041 1041
  for $i (1 .. $form->{rowcount}) {
1042 1042

  
1043 1043
    $source = qq|
1044
    <td><input name="source_$i" value="$form->{"source_$i"}" tabindex=|
1044
    <td><input name="source_$i" value="$form->{"source_$i"}" size="16" tabindex=|
1045 1045
      . ($i + 11 + (($i - 1) * 8)) . qq|></td>|;
1046 1046
    $memo = qq|
1047
    <td><input name="memo_$i" value="$form->{"memo_$i"}" tabindex=|
1047
    <td><input name="memo_$i" value="$form->{"memo_$i"}" size="16" tabindex=|
1048 1048
      . ($i + 12 + (($i - 1) * 8)) . qq|></td>|;
1049 1049

  
1050 1050
    if ($init) {
1051 1051
      $accno = qq|
1052
      <td><select name="accno_$i" onChange="setTaxkey(this, $i)" style="width:300px" tabindex=|
1052
      <td><select name="accno_$i" onChange="setTaxkey(this, $i)" style="width:200px" tabindex=|
1053 1053
        . ($i + 5 + (($i - 1) * 8)) . qq|>$form->{chartinit}</select></td>|;
1054 1054
      $tax =
1055
          qq|<td><select id="taxchart_$i" name="taxchart_$i" tabindex=|
1055
          qq|<td><select id="taxchart_$i" name="taxchart_$i" style="width:200px" tabindex=|
1056 1056
        . ($i + 10 + (($i - 1) * 8))
1057 1057
        . qq|>$form->{taxchart}</select></td>|;
1058 1058
#       if ($form->{selectprojectnumber}) {
......
1096 1096
        $accno =~
1097 1097
          s/value=\"$chart_selected\"/value=\"$chart_selected\" selected/;
1098 1098
        $accno =
1099
          qq|<td><select name="accno_$i" onChange="setTaxkey(this, $i)" style="width:300px" tabindex=|
1099
          qq|<td><select name="accno_$i" onChange="setTaxkey(this, $i)" style="width:200px" tabindex=|
1100 1100
          . ($i + 5 + (($i - 1) * 8))
1101 1101
          . qq|>$accno</select></td>|;
1102 1102
        $tax          = $taxchart;
......
1166 1166
    print qq|<tr valign=top>
1167 1167
    $accno
1168 1168
    $fx_transaction
1169
    <td><input name="debit_$i" size=10 value="$form->{"debit_$i"}" accesskey=$i tabindex=|
1169
    <td><input name="debit_$i" size=8 value="$form->{"debit_$i"}" accesskey=$i tabindex=|
1170 1170
      . ($i + 6 + (($i - 1) * 8)) . qq| $debitreadonly></td>
1171
    <td><input name="credit_$i" size=10 value="$form->{"credit_$i"}" tabindex=|
1171
    <td><input name="credit_$i" size=8 value="$form->{"credit_$i"}" tabindex=|
1172 1172
      . ($i + 7 + (($i - 1) * 8)) . qq| $creditreadonly></td>
1173
    <td><input name="tax_$i" size=8 value="$form->{"tax_$i"}" tabindex=|
1173
    <td><input name="tax_$i" size=6 value="$form->{"tax_$i"}" tabindex=|
1174 1174
      . ($i + 8 + (($i - 1) * 8)) . qq|></td>
1175 1175
    $korrektur
1176 1176
    $tax

Auch abrufbar als: Unified diff