We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb43f2f commit b6423dcCopy full SHA for b6423dc
themes/default/views/reports/TotalNumberOfStudentsEnrolled.php
@@ -8,7 +8,7 @@
8
$this->setPageTitle('TAG - ' . Yii::t('default', 'Reports'));
9
?>
10
<div class="pageA4H" style="width: 1080px;">
11
- <?php $this->renderPartial('head'); ?>
+ <?php $this->renderPartial('HeadWithoutSchool'); ?>
12
<h3><?php echo Yii::t('default', 'TOTAL DE ALUNOS MATRICULADOS POR ESCOLA'); ?></h3>
13
<h3><?php echo $header ?></h3>
14
<div class="row-fluid hidden-print">
@@ -25,7 +25,7 @@
25
<th scope="col">ALUNOS</th>
26
</thead>
27
<tbody>
28
- <?php
+ <?php
29
$countTotalClass = 0;
30
$countTotalEnrollments = 0;
31
foreach($report as $r) { ?>
@@ -72,4 +72,4 @@ function imprimirPagina() {
72
}
73
74
75
-</style>
+</style>
0 commit comments