Author: david
Date: Fri Oct 7 17:11:32 2011
New Revision: 9982
Log:
Remove tiger-stripping on rows
Modified:
trunk/apps/qubit/modules/informationobject/templates/storageLocationsSuccess.php
Modified:
trunk/apps/qubit/modules/informationobject/templates/storageLocationsSuccess.php
==============================================================================
---
trunk/apps/qubit/modules/informationobject/templates/storageLocationsSuccess.php
Fri Oct 7 17:10:57 2011 (r9981)
+++
trunk/apps/qubit/modules/informationobject/templates/storageLocationsSuccess.php
Fri Oct 7 17:11:32 2011 (r9982)
@@ -22,7 +22,7 @@
</tr>
</thead><tbody>
<?php foreach ($physicalObjects as $item): ?>
- <tr class="<?php echo 0 == @++$row % 2 ? 'even' : 'odd' ?>">
+ <tr>
<td>
<?php echo link_to($item->name, array($item, 'module' =>
'physicalobject')) ?>
</td><td>
--
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.