Revision 9c019e97
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
templates/webpages/dunning/edit_config_de.html | ||
---|---|---|
53 | 53 |
[% IF DUNNING_it.last %][% SET rowcount = DUNNING_it.size + 1 %][% END %] |
54 | 54 |
[% END %] |
55 | 55 |
|
56 |
[%- UNLESS rowcount %][% SET rowcount = '1' %][% END -%] |
|
56 | 57 |
<tr valign="top" class="listrow[% IF odd %]1[% ELSE %]0[% END %]"> |
57 | 58 |
<td> |
58 | 59 |
<input type="hidden" name="dunning_level_[% rowcount %]" value="[% rowcount %]"> |
templates/webpages/dunning/edit_config_master.html | ||
---|---|---|
53 | 53 |
[% IF DUNNING_it.last %][% SET rowcount = DUNNING_it.size + 1 %][% END %] |
54 | 54 |
[% END %] |
55 | 55 |
|
56 |
[%- UNLESS rowcount %][% SET rowcount = '1' %][% END -%] |
|
56 | 57 |
<tr valign="top" class="listrow[% IF odd %]1[% ELSE %]0[% END %]"> |
57 | 58 |
<td> |
58 | 59 |
<input type="hidden" name="dunning_level_[% rowcount %]" value="[% rowcount %]"> |
Auch abrufbar als: Unified diff
Wenn noch gar keine Mahnlevel existieren, dann darf "rowcount" nicht leer bleiben.