Author: peter
Date: Wed Oct 14 16:23:04 2009
New Revision: 3741
Log:
add truncated ScopeAndContent data to browse list as is currently done for
search results. More consistent plus makes long browse list results much more
relevant, based on MemoryBC findings
Modified:
trunk/apps/qubit/modules/term/templates/browseTermSuccess.php
Modified: trunk/apps/qubit/modules/term/templates/browseTermSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/term/templates/browseTermSuccess.php Wed Oct
14 11:25:18 2009 (r3740)
+++ trunk/apps/qubit/modules/term/templates/browseTermSuccess.php Wed Oct
14 16:23:04 2009 (r3741)
@@ -19,6 +19,8 @@
<tr><td>
<?php echo link_to($informationObject->getLabel(),
'informationobject/show?id='.$informationObject->getId()) ?>
+<br /><?php echo truncate_text($informationObject->scopeAndContent, 250) ?>
+
<?php if ($informationObject->getCollectionRoot()->getId() !==
$informationObject->getId()): ?>
<?php if (is_null($rootTitle =
$informationObject->getCollectionRoot()->getTitle())) $rootTitle =
$informationObject->getCollectionRoot()->getTitle(array('sourceCulture' =>
true)); ?>
<br />
--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---