mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Aligned ECTS in Gradelist
This commit is contained in:
@@ -7,6 +7,12 @@ else
|
||||
<tr class="gradelist_row_<?php echo $course['lehrtyp_kurzbz']; ?> gradelist_row_depth_<?php echo $depth; ?>">
|
||||
<td><?php echo $course['bezeichnung']; ?></td>
|
||||
<td align="right"><?php echo (isset($course['ects'])?$course['ects']:''); ?></td>
|
||||
<!--
|
||||
<td align="right"><?php echo (isset($course['sws'])?$course['sws']:''); ?></td>
|
||||
<td align="right"><?php echo (isset($course['lehrform_kurzbz'])?$course['lehrform_kurzbz']:''); ?></td>
|
||||
<td align="right"><?php echo (isset($course['pflicht'])?($course['pflicht']?'Ja':'Nein'):''); ?></td>
|
||||
<td align="right"><?php echo (isset($course['zeugnis'])?($course['zeugnis']?'Ja':'Nein'):''); ?></td>
|
||||
-->
|
||||
<td class="<?php echo $gradeclass; ?>">
|
||||
<?php
|
||||
if (isset($course['note']) && isset($grades[$course['note']]['anmerkung']))
|
||||
|
||||
@@ -38,7 +38,13 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?php echo $this->p->t('lehre','lehrveranstaltung');?></th>
|
||||
<th><?php echo $this->p->t('lehre','ects');?></th>
|
||||
<th style="text-align: right"><?php echo $this->p->t('lehre','ects');?></th>
|
||||
<!--
|
||||
<th>SWS</th>
|
||||
<th>Lehrform</th>
|
||||
<th>Pflichtfach</th>
|
||||
<th>Zeugnis</th>
|
||||
-->
|
||||
<th><?php echo $this->p->t('lehre','note');?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -79,6 +85,12 @@
|
||||
<tr>
|
||||
<th><?php echo $this->p->t('lehre','lehrveranstaltung');?></th>
|
||||
<th><?php echo $this->p->t('lehre','ects');?></th>
|
||||
<!--
|
||||
<th>SWS</th>
|
||||
<th>Lehrform</th>
|
||||
<th>Pflichtfach</th>
|
||||
<th>Zeugnis</th>
|
||||
-->
|
||||
<th><?php echo $this->p->t('lehre','note');?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user