Erstellt vor 8 Jahren

Geschlossen vor 8 Jahren

#400 closed Fehler (fixed)

HTML-Fehler und Typo in templates/German-balance_sheet.html

Erstellt von: dakon@… Verantwortlicher: m.bunkus@…
Priorität: normal Meilenstein:
Komponente: kivitendo ERP Version: 2.2.2
Schweregrad: unwesentlich Stichworte: Bericht
Beobachter:

Beschreibung

Sollte der Bugzilla den Patch zerstückeln kann ich den auch per Mail versenden.

-Typo EIGETNTUM
-einige fehlerhafte HTML-Tags: "<hr..." ohne ">"
-alle HTML-Argumente in Anführungszeichen gesetzt

--- a/templates/German-balance_sheet.html 2006-10-04 19:59:36.000000000 +0200
+++ b/templates/German-balance_sheet.html 2006-10-04 20:03:34.000000000 +0200
@@ -1,7 +1,7 @@

-<body bgcolor=ffffff>
+<body bgcolor="white">

-<h2 align=center>
+<h2 align="center">

<%company%>
<br><%address%>


@@ -9,9 +9,9 @@

<br><%period%>
</h2>


-<table border=0>
+<table border="0">

<tr>

  • <th align=left width=400 colspan=2>AKTIVA<br><hr align=left width=250 size=5

noshade></th>
+ <th align="left" width="400" colspan="2">AKTIVA<br><hr align="left" width="250" size="5"
noshade></th>

<th><%this_period%></th>
<th><%last_period%></th>

</tr>

@@ -26,75 +26,72 @@

<%end asset_account%>


<tr>

  • <td colspan=2> </td>
  • <td><hr noshade size=1></td>
  • <td><hr noshade size=1></td>

+ <td colspan="2"> </td>
+ <td><hr noshade size="1"></td>
+ <td><hr noshade size="1"></td>

</tr>


<tr valign=top>

  • <th align=left colspan=2>TOTAL</th>
  • <td align=right><%total_assets_this_period%><hr noshade size=2></td>
  • <td align=right><%total_assets_last_period%><hr noshade size=2></td>

+ <th align="left" colspan="2">TOTAL</th>
+ <td align="right"><%total_assets_this_period%><hr noshade size="2"></td>
+ <td align="right"><%total_assets_last_period%><hr noshade size="2"></td>

</tr>


<tr>

  • <th align=left colspan=4>PASSIVA<b><hr align=left width=250 size=5 noshade></th>

+ <th align="left" colspan="4">PASSIVA<b><hr align="left" width="250" size="5"
noshade></th>

</tr>


<%foreach liability_account%>
<tr>

<td></td>
<td><%liability_account%></td>

  • <td align=right><%liability_this_period%></td>
  • <td align=right><%liability_last_period%></td>

+ <td align="right"><%liability_this_period%></td>
+ <td align="right"><%liability_last_period%></td>

</tr>
<%end liability_account%>


<tr>

  • <td colspan=2> </td>
  • <td><hr noshade size=1></td>
  • <td><hr noshade size=1></td>

+ <td colspan="2"> </td>
+ <td><hr noshade size="1"></td>
+ <td><hr noshade size="1"></td>

</tr>


<tr valign=top>

<td></td>

  • <th align=left>TOTAL</th>
  • <td align=right><%total_liabilities_this_period%><br><hr noshade size=2</td>
  • <td align=right><%total_liabilities_last_period%><br><hr noshade size=2</td>

+ <th align="left">TOTAL</th>
+ <td align="right"><%total_liabilities_this_period%><br><hr noshade size="2"></td>
+ <td align="right"><%total_liabilities_last_period%><br><hr noshade size="2"></td>

</tr>


<tr>

  • <th align=left colspan=4>EIGENTUM<br><hr align=left width=250 size=5 noshade></th>

+ <th align="left" colspan="4">EIGENTUM<br><hr align="left" width="250" size="5"
noshade></th>

</tr>


<%foreach equity_account%>
<tr>

<td></td>
<td><%equity_account%></td>

  • <td align=right><%equity_this_period%></td>
  • <td align=right><%equity_last_period%></td>

+ <td align="right"><%equity_this_period%></td>
+ <td align="right"><%equity_last_period%></td>

</tr>
<%end equity_account%>


<tr>

  • <td colspan=2> </td>
  • <td><hr noshade size=1></td>
  • <td><hr noshade size=1></td>

+ <td colspan="2"> </td>
+ <td><hr noshade size="1"></td>
+ <td><hr noshade size="1"></td>

</tr>


<tr valign=top>

<td></td>

  • <th align=left>TOTAL</th>
  • <td align=right><%total_equity_this_period%><br><hr noshade size=2</td>
  • <td align=right><%total_equity_last_period%><br><hr noshade size=2</td>

+ <th align="left">TOTAL</th>
+ <td align="right"><%total_equity_this_period%><br><hr noshade size="2"></td>
+ <td align="right"><%total_equity_last_period%><br><hr noshade size="2"></td>

</tr>


-<tr valign=top>

  • <th align=left colspan=2>TOTAL PASSIVA & EIGETNTUM</th>
  • <td align=right><%total_this_period%><br><hr noshade size=2></td>
  • <td align=right><%total_last_period%><br><hr noshade size=2></td>

+<tr valign="top">
+ <th align="left" colspan="2">TOTAL PASSIVA & EIGENTUM</th>
+ <td align="right"><%total_this_period%><br><hr noshade size=2></td>
+ <td align="right"><%total_last_period%><br><hr noshade size=2></td>

</tr>
</table>

-
-
-

Änderungshistorie (2)

comment:1 Geändert vor 8 Jahren durch m.bunkus@…

  • Verantwortlicher von p.reetz@… nach m.bunkus@… geändert

comment:2 Geändert vor 8 Jahren durch m.bunkus@…

  • Lösung auf fixed gesetzt
  • Status von new nach closed geändert

Behoben.

Hinweis: Hilfe zur Verwendung von Tickets finden Sie in TracTickets.