From: Florent Bruneau Date: Tue, 28 Dec 2010 21:21:30 +0000 (+0100) Subject: Merge remote branch 'origin/xorg/1.0.2/master' into xorg/master X-Git-Tag: xorg/1.1.0~252 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=b86e9a57515f7683112b917e8b235650759e93ec;p=platal.git Merge remote branch 'origin/xorg/1.0.2/master' into xorg/master Conflicts: templates/skin/common.title.header.tpl Signed-off-by: Florent Bruneau --- b86e9a57515f7683112b917e8b235650759e93ec diff --cc templates/skin/common.title.header.tpl index 8102455,b78620c..9f0bbc5 --- a/templates/skin/common.title.header.tpl +++ b/templates/skin/common.title.header.tpl @@@ -19,30 -19,40 +19,30 @@@ {* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *} {* *} {**************************************************************************} - - - - - -
- - - {$globals->core->NbIns|number_format} polytechniciens sur le web - {if t($smarty.request.quick)} - {assign var=requestQuick value=$smarty.request.quick|smarty:nodefaults} - {else} - {assign var=requestQuick value='Recherche dans l\'annuaire'} - {/if} -
-
- - -
-
- {if $smarty.session.auth gt AUTH_PUBLIC && $smarty.session.notifs} - {$smarty.session.notifs} événement{if $smarty.session.notifs gt 1}s{/if} - {/if} -
+ + + + + + +
+ {$globals->core->NbIns|number_format} polytechniciens sur le web + {if t($smarty.request.quick)} - {assign var=requestQuick value=$smarty.request.quick} ++ {assign var=requestQuick value=$smarty.request.quick|smarty:nodefaults} + {else} + {assign var=requestQuick value='Recherche dans l\'annuaire'} + {/if} +
+
+ + +
+
+ {if $smarty.session.auth gt AUTH_PUBLIC && $smarty.session.notifs} + {$smarty.session.notifs} événement{if $smarty.session.notifs gt 1}s{/if} + {/if} +
{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}