projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7942b9
)
Fixes the display of the 'More info' link.
author
Stéphane Jacob
<sj@m4x.org>
Thu, 16 Jul 2009 23:16:02 +0000
(
01:16
+0200)
committer
Stéphane Jacob
<sj@m4x.org>
Fri, 17 Jul 2009 13:22:20 +0000
(15:22 +0200)
templates/reminder/base.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/reminder/base.tpl
b/templates/reminder/base.tpl
index
55bc847
..
ef58a96
100644
(file)
--- a/
templates/reminder/base.tpl
+++ b/
templates/reminder/base.tpl
@@
-48,7
+48,7
@@
{icon name=cross} Décider plus tard
</a>
{if $reminder->info()}
- - <a class="popup2" href="{$reminder->info()}">{icon name=information} En savoir plus</a>
+ - <a class="popup2"
style="text-decoration: none"
href="{$reminder->info()}">{icon name=information} En savoir plus</a>
{/if}
</div>
{/if}