Skip to content

Commit

Permalink
Dev: Apply well and table class to front-end statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Sep 29, 2016
1 parent 9e901a3 commit d479e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/helpers/userstatistics_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,7 @@ protected function displayResults($outputs, $results, $rt, $outputType, $surveyi
break;
case 'html':
//output
$statisticsoutput .= "<table class='statisticstable'>\n"
$statisticsoutput .= "<div class='well'><table class='table table-striped statisticstable'>\n"
."\t<thead><tr><th colspan='4' align='center'><strong>"

//headline
Expand Down Expand Up @@ -2785,7 +2785,7 @@ protected function displayResults($outputs, $results, $rt, $outputType, $surveyi
."</div></td></tr>";

}
$statisticsoutput .= "</td></tr></table><br /> \n";
$statisticsoutput .= "</td></tr></table></div><br /> \n";
}

return array("statisticsoutput"=>$statisticsoutput, "pdf"=>$this->pdf, "astatdata"=>$astatdata);
Expand Down

0 comments on commit d479e48

Please sign in to comment.