mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-24 07:29:28 +00:00
- Bugfix Zeugnis damit SS mit . statt mit , angezeigt wird
This commit is contained in:
+1
-1
@@ -322,7 +322,7 @@ if (isset($_REQUEST["xmlformat"]) && $_REQUEST["xmlformat"] == "xml")
|
||||
$xml .= " <bezeichnung><![CDATA[".$bezeichnung."]]></bezeichnung>";
|
||||
$xml .= " <bezeichnung_englisch><![CDATA[".$bezeichnung_englisch."]]></bezeichnung_englisch>";
|
||||
$xml .= " <note>".$note2."</note>";
|
||||
$xml .= " <sws>".($row->semesterstunden==0?'':sprintf('%.1f',$row->semesterstunden/$wochen))."</sws>";
|
||||
$xml .= " <sws>".($row->semesterstunden==0?'':number_format(sprintf('%.1f',$row->semesterstunden/$wochen),1))."</sws>";
|
||||
$xml .= " <ects>".($row->ects==0 || $row->ects==''?'':number_format($row->ects,1))."</ects>";
|
||||
$xml .= " <lv_lehrform_kurzbz>".$row->lv_lehrform_kurzbz."</lv_lehrform_kurzbz>";
|
||||
if($auslandssemester)
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell>
|
||||
<fo:block font-family="sans-serif" font-size="12pt" content-width="100mm" text-align="left">
|
||||
<fo:block font-family="sans-serif" font-size="12pt" content-width="150mm" text-align="left">
|
||||
<fo:inline font-weight="900">
|
||||
<xsl:value-of select="name"/>
|
||||
</fo:inline>
|
||||
@@ -254,7 +254,7 @@
|
||||
<xsl:template match="unterrichtsfach">
|
||||
<fo:table-row line-height="12pt">
|
||||
<fo:table-cell display-align="center" border-width="0.2mm" border-style="solid">
|
||||
<fo:block font-size="10pt" content-width="95mm">
|
||||
<fo:block font-size="10pt" content-width="97mm">
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:choose>
|
||||
<xsl:when test="bisio_von">
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell>
|
||||
<fo:block font-family="sans-serif" font-size="12pt" content-width="100mm" text-align="left">
|
||||
<fo:block font-family="sans-serif" font-size="12pt" content-width="150mm" text-align="left">
|
||||
<fo:inline font-weight="900">
|
||||
<xsl:value-of select="name"/>
|
||||
</fo:inline>
|
||||
@@ -238,7 +238,7 @@
|
||||
<xsl:template match="unterrichtsfach">
|
||||
<fo:table-row line-height="12pt">
|
||||
<fo:table-cell display-align="center" border-width="0.2mm" border-style="solid">
|
||||
<fo:block font-size="10pt" content-width="95mm">
|
||||
<fo:block font-size="10pt" content-width="97mm">
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:choose>
|
||||
<xsl:when test="bisio_von">
|
||||
|
||||
Reference in New Issue
Block a user