Revision faf01056
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
bin/mozilla/am.pl | ||
---|---|---|
364 | 364 |
<input name=category type=radio class=radio value=I $checked{I_}> | |
365 | 365 |
. $locale->text('Revenue') . qq|\n<br> |
366 | 366 |
<input name=category type=radio class=radio value=E $checked{E_}> | |
367 |
. $locale->text('Expense') . qq|</td> |
|
367 |
. $locale->text('Expense') . qq|<br> |
|
368 |
<input name=category type=radio class=radio value=C $checked{C_}> | |
|
369 |
. $locale->text('Costs') . qq|</td> |
|
368 | 370 |
<td width=50> </td> |
369 | 371 |
<td> |
370 | 372 |
<input name=charttype type=radio class=radio value="H" $checked{H}> | |
Auch abrufbar als: Unified diff
Kategorie C beim Bearbeiten von Konten hinzugefügt. Fix für Bug 309.