projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03c0a3a
)
Changes sligthly the profile update display.
author
Stéphane Jacob
<jacou@melix.net>
Mon, 25 Aug 2008 07:51:13 +0000
(09:51 +0200)
committer
Stéphane Jacob
<jacou@melix.net>
Mon, 25 Aug 2008 07:51:13 +0000
(09:51 +0200)
templates/carnet/panel.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/carnet/panel.tpl
b/templates/carnet/panel.tpl
index
446d644
..
ef97c4c
100644
(file)
--- a/
templates/carnet/panel.tpl
+++ b/
templates/carnet/panel.tpl
@@
-80,11
+80,11
@@
Il faut pour cela se rendre sur la page de <a href='carnet/notifs'>configuration
{$promo[row].prenom} {$promo[row].nom}
{/if}
</td>
- <td style="width:25%"
{if $promo[row].data}rowspan="2"{/if}
>
+ <td style="width:25%">
{$promo[row].date|date_format}
</td>
{if $promo[row].data}
- </tr><tr><td>{$promo[row].data|smarty:nodefaults}</td>
+ </tr><tr><td
colspan="2"
>{$promo[row].data|smarty:nodefaults}</td>
{/if}
</tr>
{/section}