Author: david
Date: Wed Oct 12 16:33:06 2011
New Revision: 10049
Log:
Always show collection root for <h1>
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:25:12 2011 (r10048)
+++ trunk/apps/qubit/modules/informationobject/templates/fileListSuccess.php
Wed Oct 12 16:33:06 2011 (r10049)
@@ -1,6 +1,6 @@
<h1 class="do-print"><?php echo __('File list') ?></h1>
-<h1 class="label"><?php $isad = new sfIsadPlugin($resource); echo
$isad->__toString() ?></h1>
+<h1 class="label"><?php $isad = new
sfIsadPlugin($resource->getCollectionRoot()); echo $isad->__toString() ?></h1>
<?php $row = 0; foreach ($results as $parent => $items): ?>
<h2><?php echo $parent ?></h2>
--
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.