From 2c5cbe694fb4e5a1082699dea9318fcf62accf8c Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Sat, 27 Jan 2007 10:40:55 +0000 Subject: [PATCH] Fix NL menu on non-Css clients git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1408 839d8a87-29fc-0310-9880-83ba4fa771e5 --- htdocs/css/nl.css | 3 +-- templates/newsletter/nl.tpl | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/htdocs/css/nl.css b/htdocs/css/nl.css index e60bbc3..a8e3e52 100644 --- a/htdocs/css/nl.css +++ b/htdocs/css/nl.css @@ -48,7 +48,7 @@ div.nl div.title { text-align : right; background-color : #369; color : #fff; - background-image : url(/images/logo_xorg_nl.png); + background-image : url(http://www.polytechnique.org/images/logo_xorg_nl.png); background-repeat : no-repeat; background-position : 0.5ex 0ex; } @@ -62,7 +62,6 @@ div.nl div.lnk { } div.nl div.lnk a { - display : block; font-size : 95%; } diff --git a/templates/newsletter/nl.tpl b/templates/newsletter/nl.tpl index 5225639..026f041 100644 --- a/templates/newsletter/nl.tpl +++ b/templates/newsletter/nl.tpl @@ -91,9 +91,9 @@ ne plus recevoir : [https://www.polytechnique.org/nl/out] {foreach from=$nl->_arts key=cid item=arts name=cats}
- {$smarty.foreach.cats.iteration}. {$nl->_cats[$cid]} + {$smarty.foreach.cats.iteration}. {$nl->_cats[$cid]}
{foreach from=$arts item=art} -   - {$art->title()|htmlentities} +   - {$art->title()|htmlentities}
{/foreach}
{/foreach} -- 2.1.4