projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f41e70e
)
Fixes display of comments on disabled accounts (Closes #1126).
author
Stéphane Jacob
<sj@m4x.org>
Fri, 10 Sep 2010 18:47:42 +0000
(20:47 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Fri, 10 Sep 2010 18:47:54 +0000
(20:47 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/admin/accounts.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/admin/accounts.tpl
b/templates/admin/accounts.tpl
index
9c569d7
..
a696a16
100644
(file)
--- a/
templates/admin/accounts.tpl
+++ b/
templates/admin/accounts.tpl
@@
-36,7
+36,7
@@
<input type="checkbox" disabled="disabled" {if $user.watch}checked="checked"{/if} />
</td>
<td>
- {$user.comment
|default='(none)'
}
+ {$user.comment}
</td>
</tr>
{/iterate}