Author: sevein
Date: Fri Jul 22 15:15:37 2011
New Revision: 9358
Log:
Small fixes
Modified:
trunk/plugins/qtAccessionPlugin/modules/accession/templates/_right.php
Modified: trunk/plugins/qtAccessionPlugin/modules/accession/templates/_right.php
==============================================================================
--- trunk/plugins/qtAccessionPlugin/modules/accession/templates/_right.php
Fri Jul 22 15:13:17 2011 (r9357)
+++ trunk/plugins/qtAccessionPlugin/modules/accession/templates/_right.php
Fri Jul 22 15:15:37 2011 (r9358)
@@ -22,7 +22,7 @@
</th>
</tr>
</thead><tbody>
- <?php foreach ($isdf->relatedAuthorityRecord as $item): ?>
+ <?php foreach ($rights as $item): ?>
<tr class="<?php echo 0 == ++$row % 2 ? 'even' : 'odd' ?>
related_obj_<?php echo $item->id ?>" id="<?php echo url_for(array($item,
'module' => 'right')) ?>">
<td>
<?php // echo ?>
@@ -36,6 +36,8 @@
</tbody>
</table>
+<?php
+
// Template for new display table rows
$editHtml = image_tag('pencil', array('alt' => 'edit', 'style' => 'align:
top'));
--
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.