Revision ddb162b6
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1999 | 1999 |
$::form->{AR} = [ grep { $_->{link} =~ m/(?:^|:)AR(?::|$)/ } @{ $::form->{ALL_CHARTS} } ]; |
2000 | 2000 |
$::form->{title} = $::locale->text('Edit the configuration for periodic invoices'); |
2001 | 2001 |
|
2002 |
$::form->header(); |
|
2002 |
$::form->header(no_layout => 1);
|
|
2003 | 2003 |
print $::form->parse_html_template('oe/edit_periodic_invoices_config', $config); |
2004 | 2004 |
|
2005 | 2005 |
$::lxdebug->leave_sub(); |
Auch abrufbar als: Unified diff
popups ohne layout rendern