Displays the profile's pid in user admin page.
authorStéphane Jacob <sj@m4x.org>
Thu, 24 Jun 2010 08:58:44 +0000 (10:58 +0200)
committerSté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

index fe1bc3e..bbec380 100644 (file)
@@ -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>