Fixes the display of the 'More info' link.
authorStéphane Jacob <sj@m4x.org>
Thu, 16 Jul 2009 23:16:02 +0000 (01:16 +0200)
committerStéphane Jacob <sj@m4x.org>
Fri, 17 Jul 2009 13:22:20 +0000 (15:22 +0200)
templates/reminder/base.tpl

index 55bc847..ef58a96 100644 (file)
@@ -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}