projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1daa72c
)
Displays the profile's pid in user admin page.
author
Stéphane Jacob
<sj@m4x.org>
Thu, 24 Jun 2010 08:58:44 +0000
(10:58 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Thu, 24 Jun 2010 08:58:44 +0000
(10:58 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/admin/user.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/admin/user.tpl
b/templates/admin/user.tpl
index
fe1bc3e
..
bbec380
100644
(file)
--- a/
templates/admin/user.tpl
+++ b/
templates/admin/user.tpl
@@
-248,7
+248,7
@@
$(document).ready(function() {
<tr>
<td><input type="radio" name="owner" value="{$profile.pid}" {if $profile.owner}checked="checked"{/if}
onclick="this.form.submit()" /></td>
- <td>{$profile.hrpid}</td>
+ <td>{$profile.hrpid}
(pid {$profile.pid})
</td>
<td class="right">
<a href="profile/edit/{$profile.hrpid}">{icon name=user_edit}</a>
<a href="profile/{$profile.hrpid}" class="popup2">{icon name=user_suit}</a>