projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
297bf4c
)
Fixes display in payments.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 28 Feb 2011 12:47:53 +0000
(13:47 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 28 Feb 2011 12:47:53 +0000
(13:47 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/xnetevents/index.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/xnetevents/index.tpl
b/templates/xnetevents/index.tpl
index
21940e7
..
f08f09f
100644
(file)
--- a/
templates/xnetevents/index.tpl
+++ b/
templates/xnetevents/index.tpl
@@
-142,7
+142,7
@@
{if $e.topay}
<span class="error">
- {if
!$e.paid
}
+ {if
$e.paid eq '0.00'
}
Tu dois payer {$e.topay|replace:'.':','} €.
{elseif $e.paid < $e.topay}
Tu dois encore payer {math equation="a-b" a=$e.topay b=$e.paid|replace:'.':','} €