Author: sevein
Date: Wed Oct 27 05:24:47 2010
New Revision: 8539
Log:
Cosmetic changes.
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 Wed Oct 27
04:49:10 2010 (r8538)
+++ trunk/apps/qubit/modules/user/templates/listSuccess.php Wed Oct 27
05:24:47 2010 (r8539)
@@ -12,15 +12,15 @@
</th>
</tr>
</thead><tbody>
- <?php foreach ($users as $user): ?>
+ <?php foreach ($users as $item): ?>
<tr class="<?php echo (0 == $row++ % 2) ? 'even' : 'odd' ?>">
<td>
- <?php echo link_to($user->username, array($user, 'module' =>
'user')) ?>
+ <?php echo link_to($item->username, array($item, 'module' =>
'user')) ?>
</td><td>
- <?php echo $user->email ?>
+ <?php echo $item->email ?>
</td><td>
<ul>
- <?php foreach ($user->getAclGroups() as $group): ?>
+ <?php foreach ($item->getAclGroups() as $group): ?>
<li><?php echo render_title($group) ?></li>
<?php endforeach; ?>
</ul>
--
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.com/group/qubit-commits?hl=en.