Author: david
Date: Tue Sep 15 16:41:21 2009
New Revision: 3327
Log:
Link user/list usernames to user/show action.
Modified:
trunk/apps/qubit/modules/user/templates/listSuccess.php
Modified: trunk/apps/qubit/modules/user/templates/listSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/user/templates/listSuccess.php Tue Sep 15
16:39:30 2009 (r3326)
+++ trunk/apps/qubit/modules/user/templates/listSuccess.php Tue Sep 15
16:41:21 2009 (r3327)
@@ -11,7 +11,7 @@
<tbody>
<?php foreach ($users->getResults() as $user): ?>
<tr>
- <td><?php echo link_to($user->getUsername(), array('module' => 'user',
'action' => 'edit', 'id' => $user->getId())) ?></td>
+ <td><?php echo link_to($user->getUsername(), array('module' => 'user',
'action' => 'show', 'id' => $user->getId())) ?></td>
<td><?php echo $user->getEmail() ?></td>
<td><?php foreach ($user->getRoles() as $role): ?>
<?php echo $role ?><br />
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---