Revision d729e328
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
1293 | 1293 |
$sth->finish; |
1294 | 1294 |
} |
1295 | 1295 |
|
1296 |
map { push @{ $form->{TEMPLATE_ARRAYS}->{"ic_cvar_$_->{name}"} }, $form->{"ic_cvar_$_->{name}_$i"} } @{ $ic_cvar_configs }; |
|
1296 |
push @{ $form->{TEMPLATE_ARRAYS}->{"ic_cvar_$_->{name}"} }, |
|
1297 |
CVar->format_to_template(CVar->parse($form->{"ic_cvar_$_->{name}_$i"}, $_), $_) |
|
1298 |
for @{ $ic_cvar_configs }; |
|
1297 | 1299 |
} |
1298 | 1300 |
} |
1299 | 1301 |
|
Auch abrufbar als: Unified diff
typ customer korrekt ans template system übergeben