aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/transactions_by_month.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-17 23:07:59 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-17 23:07:59 +0000
commite724d2cd95c6a305ec60193d3ce28cb1d7a17c17 (patch)
tree454581d9df022be7fcef106fc36df13375b66148 /tmpl/transactions_by_month.html
parent8e224713778885b60eaaeb69263bbf0a80a6b266 (diff)
downloadmgatres-e724d2cd95c6a305ec60193d3ce28cb1d7a17c17.tar
mgatres-e724d2cd95c6a305ec60193d3ce28cb1d7a17c17.tar.gz
mgatres-e724d2cd95c6a305ec60193d3ce28cb1d7a17c17.tar.bz2
mgatres-e724d2cd95c6a305ec60193d3ce28cb1d7a17c17.tar.xz
mgatres-e724d2cd95c6a305ec60193d3ce28cb1d7a17c17.zip
tmpl/*.html: s/h3/h2/
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8326 5b7c3c08-40e5-403b-9995-ace06908e4af
Diffstat (limited to 'tmpl/transactions_by_month.html')
-rw-r--r--tmpl/transactions_by_month.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmpl/transactions_by_month.html b/tmpl/transactions_by_month.html
index f0835bc..2b8c7f7 100644
--- a/tmpl/transactions_by_month.html
+++ b/tmpl/transactions_by_month.html
@@ -5,7 +5,7 @@
</head>
<body>
<h1>Mageia.Org accounts transactions for month [% month %]</h1>
- <h3>Summary</h3>
+ <h2>Summary</h2>
<ul>
<li>
<b>Start balance</b>: [% transactions.by_month.$month.start_balance %] Euros
@@ -20,13 +20,13 @@
<b>Expenses</b>: [% transactions.by_month.$month.expenses %] Euros
</li>
</ul>
- <h3>By category</h3>
+ <h2>By category</h2>
<ul>
[% FOR ca IN transactions.by_month.$month.ca_balance.keys %]
<li><b><a href="c_[% ca %].html">[% transactions.by_ca.$ca.c_name %]</a></b>: [% transactions.by_month.$month.ca_balance.$ca %] Euros</b></li>
[%- END -%]
</ul>
- <h3>Details</h3>
+ <h2>Details</h2>
<table border="1">
<tr>
<th>Date</th>