Revision 66631659
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/dn.pl | ||
---|---|---|
70 | 70 |
} |
71 | 71 |
} |
72 | 72 |
|
73 |
$form->{title} = $locale->text('Edit Dunning Process Config'); |
|
74 |
$form->{callback} ||= build_std_url("action=edit_config"); |
|
75 |
$form->{rowcount} = 1 + scalar @{ $form->{DUNNING} }; |
|
76 |
$form->{rowcount_odd} = $form->{rowcount} % 2; |
|
73 |
$form->{title} = $locale->text('Edit Dunning Process Config'); |
|
74 |
$form->{callback} ||= build_std_url("action=edit_config"); |
|
77 | 75 |
|
78 | 76 |
$form->header(); |
79 |
print $form->parse_html_template("dunning/edit_config"); |
|
77 |
print $form->parse_html_template2("dunning/edit_config");
|
|
80 | 78 |
|
81 | 79 |
$lxdebug->leave_sub(); |
82 | 80 |
} |
Auch abrufbar als: Unified diff
Vorlagen zum Bearbeiten der Mahnungskonfiguration auf Template umgestellt.