Revision 7608d92e
Von Moritz Bunkus vor etwa 3 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
2713 | 2713 |
} |
2714 | 2714 |
|
2715 | 2715 |
sub get_variable_content_types { |
2716 |
my %html_variables = (
|
|
2717 |
longdescription => 'html',
|
|
2718 |
partnotes => 'html',
|
|
2719 |
notes => 'html',
|
|
2720 |
orignotes => 'html',
|
|
2721 |
notes1 => 'html',
|
|
2722 |
notes2 => 'html',
|
|
2723 |
notes3 => 'html',
|
|
2724 |
notes4 => 'html',
|
|
2725 |
header_text => 'html',
|
|
2726 |
footer_text => 'html',
|
|
2716 |
my %html_variables = ( |
|
2717 |
longdescription => 'html',
|
|
2718 |
partnotes => 'html',
|
|
2719 |
notes => 'html',
|
|
2720 |
orignotes => 'html',
|
|
2721 |
notes1 => 'html',
|
|
2722 |
notes2 => 'html',
|
|
2723 |
notes3 => 'html',
|
|
2724 |
notes4 => 'html',
|
|
2725 |
header_text => 'html',
|
|
2726 |
footer_text => 'html',
|
|
2727 | 2727 |
); |
2728 | 2728 |
return \%html_variables; |
2729 | 2729 |
} |
Auch abrufbar als: Unified diff
Kosmetik: Einrückung/Anordnung