Skip to content

Commit b6423dc

Browse files
authored
Fix/ Header Updated in Total Student Enrollment By School (#476)
* small change on report title * 🎉 fix/updated header for report on total students enrolled by school
1 parent bb43f2f commit b6423dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/default/views/reports/TotalNumberOfStudentsEnrolled.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$this->setPageTitle('TAG - ' . Yii::t('default', 'Reports'));
99
?>
1010
<div class="pageA4H" style="width: 1080px;">
11-
<?php $this->renderPartial('head'); ?>
11+
<?php $this->renderPartial('HeadWithoutSchool'); ?>
1212
<h3><?php echo Yii::t('default', 'TOTAL DE ALUNOS MATRICULADOS POR ESCOLA'); ?></h3>
1313
<h3><?php echo $header ?></h3>
1414
<div class="row-fluid hidden-print">
@@ -25,7 +25,7 @@
2525
<th scope="col">ALUNOS</th>
2626
</thead>
2727
<tbody>
28-
<?php
28+
<?php
2929
$countTotalClass = 0;
3030
$countTotalEnrollments = 0;
3131
foreach($report as $r) { ?>
@@ -72,4 +72,4 @@ function imprimirPagina() {
7272
}
7373
}
7474

75-
</style>
75+
</style>

0 commit comments

Comments
 (0)