Revision 0c404f20
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
bin/mozilla/fu.pl | ||
---|---|---|
99 | 99 |
$params{trans_id} = $form->{LINKS}->[0]->{trans_id} if (@{ $form->{LINKS} }); |
100 | 100 |
$form->{FOLLOW_UPS} = FU->follow_ups(%params); |
101 | 101 |
|
102 |
$form->{jsscript} = 1; |
|
103 |
|
|
104 | 102 |
$form->header(no_layout => $::form->{POPUP_MODE}); |
105 | 103 |
print $form->parse_html_template('fu/add_edit'); |
106 | 104 |
|
... | ... | |
232 | 230 |
|
233 | 231 |
$form->get_lists("employees" => "EMPLOYEES"); |
234 | 232 |
|
235 |
$form->{jsscript} = 1; |
|
236 | 233 |
$form->{title} = $locale->text('Follow-Ups'); |
237 | 234 |
|
238 | 235 |
$form->header(); |
Auch abrufbar als: Unified diff
Nicht mehr verwendete Einstellung $::form->{jsscript} entfernt