Author: david
Date: Wed Oct 12 16:35:18 2011
New Revision: 10050
Log:
Add reference code column
Modified:
trunk/apps/qubit/modules/informationobject/templates/fileListSuccess.php
Modified:
trunk/apps/qubit/modules/informationobject/templates/fileListSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/fileListSuccess.php
Wed Oct 12 16:33:06 2011 (r10049)
+++ trunk/apps/qubit/modules/informationobject/templates/fileListSuccess.php
Wed Oct 12 16:35:18 2011 (r10050)
@@ -9,6 +9,7 @@
<thead>
<tr>
<th><?php echo __('#') ?></th>
+ <th><?php echo __('Reference code') ?></th>
<th><?php echo __('Title') ?></th>
<th><?php echo __('Dates') ?></th>
<th><?php echo __('Access restrictions') ?></th>
@@ -18,6 +19,7 @@
<?php foreach ($items as $item): ?>
<tr>
<td><?php echo ++$row ?></td>
+ <td><?php echo $item['referenceCode'] ?></td>
<td><?php echo $item['title'] ?></td>
<td><?php echo $item['dates'] ?></td>
<td><?php echo isset($item['accessConditions']) ?
$item['accessConditions'] : __('None') ?></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.