Revision f559ec45
Von Holger Will vor etwa 17 Jahren hinzugefügt
SL/User.pm | ||
---|---|---|
224 | 224 |
my $menufile = |
225 | 225 |
$self->{"menustyle"} eq "v3" ? "menuv3.pl" : |
226 | 226 |
$self->{"menustyle"} eq "neu" ? "menunew.pl" : |
227 |
$self->{"menustyle"} eq "xml" ? "menuXML.pl" : |
|
227 | 228 |
"menu.pl"; |
228 | 229 |
|
229 | 230 |
print($form->parse_html_template2("dbupgrade/footer", |
... | ... | |
1106 | 1107 |
printer role sid signature stylesheet tel templates vclimit angebote |
1107 | 1108 |
bestellungen rechnungen anfragen lieferantenbestellungen einkaufsrechnungen |
1108 | 1109 |
taxnumber co_ustid duns menustyle template_format default_media |
1109 |
default_printer_id copies show_form_details); |
|
1110 |
default_printer_id copies show_form_details favorites);
|
|
1110 | 1111 |
|
1111 | 1112 |
$main::lxdebug->leave_sub(); |
1112 | 1113 |
|
Auch abrufbar als: Unified diff
XML basiertes Menue, siehe Bug #771