First german contribution to 2.2.2
[koha.git] / koha-tmpl / intranet-tmpl / default / de / boraccount.tmpl
1 <!-- TMPL_INCLUDE NAME="members-top.inc" -->
2
3 <!-- The manual invoice and credit buttons -->
4
5 <h1>Konto f&uuml;r <a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->"><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></a></h1><P>
6 <a class="button" href="/cgi-bin/koha/maninvoice.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->">Rechnung erstellen</a> &nbsp; <a class="button" href="/cgi-bin/koha/mancredit.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->">Gutschrift anlegen
7 <center>
8 <p>
9
10 <!-- The table with the account items -->
11
12 <table  cellspacing="0"  cellpadding="5" border="1" >
13
14   <tr valign="top">
15     <td  bgcolor="#99cc33" background="<!-- TMPL_VAR NAME="themelang" -->/images/background-mem.gif" colspan="2"><b>MAHNGEB&Uuml;HREN &amp; ENTGELTE</td>
16     <td  bgcolor="#99cc33" background="<!-- TMPL_VAR NAME="themelang" -->/images/background-mem.gif" colspan="1"><b>BETRAG</td>
17     <td  bgcolor="#99cc33" background="<!-- TMPL_VAR NAME="themelang" -->/images/background-mem.gif" colspan="1"><b>NOCH AUSSTEHEND</td>
18   </tr>
19
20   <!-- TMPL_LOOP NAME="accounts" -->
21
22     <tr valign="top">
23       <td><!-- TMPL_VAR NAME="date" --></td>
24       <td><!-- TMPL_VAR NAME="description" --><!-- TMPL_IF NAME="printtitle" --> <!-- TMPL_VAR NAME="title" --><!-- /TMPL_IF --></td>
25       <td><!-- TMPL_VAR NAME="amount" --></td>
26       <td><!-- TMPL_VAR NAME="amountoutstanding" --></td>
27     </tr>
28
29   <!-- /TMPL_LOOP -->
30
31   <tr valign="top">
32     <td></td>
33     <td colspan="2"><b>Gesamtgeb&uuml;hr</b></td>
34     <td><b><!-- TMPL_VAR NAME="total" --></b></td>
35   </tr>
36
37 </table>
38
39 <br clear="all">
40 <p> &nbsp; </p>
41
42 <!-- endmenu (member) -->
43
44 <!-- TMPL_INCLUDE NAME="members-bottom.inc" -->
45