export cleanups and mobile style
This commit is contained in:
parent
93819cda0c
commit
1f3ab6a419
20 changed files with 518 additions and 318 deletions
|
|
@ -1408,7 +1408,7 @@ sub www_takeSurvey {
|
|||
my $self = shift;
|
||||
|
||||
my $out = $self->processTemplate( {}, $self->get('surveyTakeTemplateId') );
|
||||
return $self->session->style->process( $out, $self->get('styleTemplateId') );
|
||||
return $self->processStyle($out);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
@ -2071,7 +2071,7 @@ sub www_viewGradeBook {
|
|||
$paginator->appendTemplateVars($var);
|
||||
|
||||
my $out = $self->processTemplate( $var, $self->get('gradebookTemplateId') );
|
||||
return $self->session->style->process( $out, $self->get('styleTemplateId') );
|
||||
return $self->processStyle($out);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
@ -2161,7 +2161,7 @@ sub www_viewStatisticalOverview {
|
|||
$paginator->appendTemplateVars($var);
|
||||
|
||||
my $out = $self->processTemplate( $var, $self->get('overviewTemplateId') );
|
||||
return $self->session->style->process( $out, $self->get('styleTemplateId') );
|
||||
return $self->processStyle($out);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue