more oodles of changes.

This commit is contained in:
Matthew Wilson 2006-01-15 18:19:44 +00:00
parent 5473560df4
commit f2cccdff9f
27 changed files with 112 additions and 670 deletions

View file

@ -35,7 +35,7 @@ the printableStyleId is used instead of the normal styleId for the page.
sub www_makePrintable {
my $session = shift;
if ($session->form->process("styleId") ne "") {
$session{page}{printableStyleId} = $session->form->process("styleId");
$session->asset->{_properties}{printableStyleTemplateId} = $session->form->process("styleId");
}
$session->style->makePrintable("1")
return "";