projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32e48aa
)
Always shows a warning in miniche when a user has no redirection left.
author
Stéphane Jacob
<sj@m4x.org>
Sun, 11 Jul 2010 13:50:01 +0000
(15:50 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Sun, 11 Jul 2010 13:50:01 +0000
(15:50 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/include/minifiche.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/include/minifiche.tpl
b/templates/include/minifiche.tpl
index
f593af7
..
d41a48c
100644
(file)
--- a/
templates/include/minifiche.tpl
+++ b/
templates/include/minifiche.tpl
@@
-121,7
+121,7
@@
{assign var=address value=$profile->getMainAddress()}
{assign var=web value=$profile->getWebSite()}
{assign var=job value=$profile->getMainJob()}
- {if $web || $profile->mobile || ($address && $address->country) || $job || !$registered}
+ {if $web || $profile->mobile || ($address && $address->country) || $job || !$registered
|| $user->lost
}
<table cellspacing="0" cellpadding="0">
{if $web}
<tr>