Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b65a230d

Von Sven Schöling vor fast 15 Jahren hinzugefügt

  • ID b65a230d60e86d2c18a3ab7222379905aea5ecd7
  • Vorgänger 3cbc223a
  • Nachfolger 7e9a98a0

Tabs aus *.pl Dateien entfernt.

Unterschiede anzeigen:

bin/mozilla/rc.pl
76 76
  <tr>
77 77
    <td>
78 78
      <table>
79
	<tr>
80
	  <th align=right nowrap>| . $locale->text('Account') . qq|</th>
81
	  <td colspan=3><select name=accno>$selection</select>
82
	  </td>
83
	</tr>
84
	<tr>
85
	  <th align=right>| . $locale->text('From') . qq|</th>
86
	  <td><input name=fromdate id=fromdate size=11 title="$myconfig{dateformat}" onBlur=\"check_right_date_format(this)\">
87
     <input type="button" name="fromdate" id="trigger_fromdate" value="?"></td>
88
	  <th align=right>| . $locale->text('Until') . qq|</th>
89
	  <td><input name=todate id=todate size=11 title="$myconfig{dateformat}" onBlur=\"check_right_date_format(this)\">
90
     <input type="button" name="todate" id="trigger_todate" value="?"></td>
91
	</tr>
79
        <tr>
80
          <th align=right nowrap>| . $locale->text('Account') . qq|</th>
81
          <td colspan=3><select name=accno>$selection</select>
82
          </td>
83
        </tr>
84
        <tr>
85
          <th align=right>| . $locale->text('From') . qq|</th>
86
          <td><input name=fromdate id=fromdate size=11 title="$myconfig{dateformat}" onBlur=\"check_right_date_format(this)\">
87
         <input type="button" name="fromdate" id="trigger_fromdate" value="?"></td>
88
          <th align=right>| . $locale->text('Until') . qq|</th>
89
          <td><input name=todate id=todate size=11 title="$myconfig{dateformat}" onBlur=\"check_right_date_format(this)\">
90
         <input type="button" name="todate" id="trigger_todate" value="?"></td>
91
        </tr>
92 92
      </table>
93 93
    </td>
94 94
  </tr>
......
203 203
  <tr>
204 204
    <td>
205 205
      <table width=100%>
206
	<tr class=listheading>
206
        <tr class=listheading>
207 207
|;
208 208

  
209 209
  map { print "\n$column_header{$_}" } @column_index;
......
227 227
    . $form->format_amount(\%myconfig, $balance, 2, 0) . "</td>";
228 228
  my $j = 0;
229 229
  print qq|
230
	<tr class=listrow$j>
230
        <tr class=listrow$j>
231 231
|;
232 232

  
233 233
  map { print "\n$column_data{$_}" } @column_index;
234 234

  
235 235
  print qq|
236
	</tr>
236
        </tr>
237 237
|;
238 238

  
239 239
  my $cleared;
......
292 292
    $j++;
293 293
    $j %= 2;
294 294
    print qq|
295
	<tr class=listrow$j>
295
        <tr class=listrow$j>
296 296
|;
297 297

  
298 298
    map { print "\n$column_data{$_}" } @column_index;
299 299

  
300 300
    print qq|
301
	</tr>
301
        </tr>
302 302
|;
303 303

  
304 304
  }
......
314 314
    . $form->format_amount(\%myconfig, $totalcredits, 2, "&nbsp;") . "</th>";
315 315

  
316 316
  print qq|
317
	<tr class=listtotal>
317
        <tr class=listtotal>
318 318
|;
319 319

  
320 320
  map { print "\n$column_data{$_}" } @column_index;
......
335 335
  if ($fx) {
336 336
    $fx       = $form->format_amount(\%myconfig, $fx, 2, 0);
337 337
    $exchdiff = qq|
338
		<th align=right nowrap>|
339
      . $locale->text('Exchangerate Difference') . qq|</th>
340
		<td width=10%></td>
341
		<td align=right>$fx</td>
338
          <th align=right nowrap>| . $locale->text('Exchangerate Difference') . qq|</th>
339
          <td width=10%></td>
340
          <td align=right>$fx</td>
342 341
|;
343 342
  }
344 343

  
345 344
  print qq|
346
	</tr>
345
        </tr>
347 346
      </table>
348 347
    </td>
349 348
  </tr>
......
351 350
    <td>
352 351
      <table width=100%>
353 352
        <tr valign=top>
354
	  <td>
355
	    <table>
356
	      <tr>
357
		<th align=right nowrap>| . $locale->text('Cleared Balance') . qq|</th>
358
		<td width=10%></td>
359
		<td align=right>$clearedbalance</td>
360
	      </tr>
361
	      <tr>
362
		$exchdiff
363
	      </tr>
364
	    </table>
365
	  </td>
366
	  <td align=right>
367
	    <table>
368
	      <tr>
369
		<th align=right nowrap>| . $locale->text('Statement Balance') . qq|</th>
370
		<td width=10%></td>
371
		<td align=right><input name=statementbalance size=11 value=$form->{statementbalance}></td>
372
	      </tr>
373
	      <tr>
374
		<th align=right nowrap>| . $locale->text('Difference') . qq|</th>
375
		<td width=10%></td>
376
		<td align=right><input name=null size=11 value=$difference></td>
377
		<input type=hidden name=difference value=$difference>
378
	      </tr>
379
	    </table>
380
	  </td>
381
	</tr>
353
          <td>
354
            <table>
355
              <tr>
356
                <th align=right nowrap>| . $locale->text('Cleared Balance') . qq|</th>
357
                <td width=10%></td>
358
                <td align=right>$clearedbalance</td>
359
              </tr>
360
              <tr>
361
                $exchdiff
362
              </tr>
363
            </table>
364
          </td>
365
          <td align=right>
366
            <table>
367
              <tr>
368
                <th align=right nowrap>| . $locale->text('Statement Balance') . qq|</th>
369
                <td width=10%></td>
370
                <td align=right><input name=statementbalance size=11 value=$form->{statementbalance}></td>
371
              </tr>
372
              <tr>
373
                <th align=right nowrap>| . $locale->text('Difference') . qq|</th>
374
                <td width=10%></td>
375
                <td align=right><input name=null size=11 value=$difference></td>
376
                <input type=hidden name=difference value=$difference>
377
              </tr>
378
            </table>
379
          </td>
380
        </tr>
382 381
      </table>
383 382
    </td>
384 383
  </tr>

Auch abrufbar als: Unified diff