Revision 0c404f20
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
230 | 230 |
|
231 | 231 |
# retrieve order/quotation |
232 | 232 |
$form->{webdav} = $::lx_office_conf{features}->{webdav}; |
233 |
$form->{jsscript} = 1; |
|
234 | 233 |
|
235 | 234 |
my $editing = $form->{id}; |
236 | 235 |
|
... | ... | |
318 | 317 |
$form->{employee_id} = $form->{old_employee_id} if $form->{old_employee_id}; |
319 | 318 |
$form->{salesman_id} = $form->{old_salesman_id} if $form->{old_salesman_id}; |
320 | 319 |
|
321 |
# use JavaScript Calendar or not |
|
322 |
$form->{jsscript} = 1; |
|
323 |
|
|
324 | 320 |
# openclosed checkboxes |
325 | 321 |
my @tmp; |
326 | 322 |
push @tmp, sprintf qq|<input name="delivered" id="delivered" type="checkbox" class="checkbox" value="1" %s><label for="delivered">%s</label>|, |
... | ... | |
725 | 721 |
$form->{ALL_EMPLOYEES} = SL::DB::Manager::Employee->get_all(query => [ deleted => 0 ]); |
726 | 722 |
|
727 | 723 |
# constants and subs for template |
728 |
$form->{jsscript} = 1; |
|
729 | 724 |
$form->{vc_keys} = sub { "$_[0]->{name}--$_[0]->{id}" }; |
730 | 725 |
|
731 | 726 |
$form->header(); |
Auch abrufbar als: Unified diff
Nicht mehr verwendete Einstellung $::form->{jsscript} entfernt