Author: jablko
Date: Thu Aug 27 14:05:38 2009
New Revision: 3099
Log:
Use <div> instead of <br>
Modified:
trunk/apps/qubit/modules/search/templates/searchSuccess.php
Modified: trunk/apps/qubit/modules/search/templates/searchSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/search/templates/searchSuccess.php Thu Aug 27
14:00:17 2009 (r3098)
+++ trunk/apps/qubit/modules/search/templates/searchSuccess.php Thu Aug 27
14:05:38 2009 (r3099)
@@ -9,14 +9,20 @@
<h3><?php echo link_to(render_title($informationObject), array('module' =>
'informationobject', 'action' => 'show', 'id' => $informationObject->id))
?></h3>
<div class="CRUD_summary">
- <?php echo
highlight_text(truncate_text($informationObject->scopeAndContent, 250),
$sf_request->query) ?><br />
+ <div>
+ <?php echo
highlight_text(truncate_text($informationObject->scopeAndContent, 250),
$sf_request->query) ?>
+ </div>
<?php if ($informationObject->getCollectionRoot()->id !=
$informationObject->id): ?>
- <?php echo __('Part of').':
'.link_to(render_title($informationObject->getCollectionRoot()), array('module'
=> 'informationobject', 'action' => 'show', 'id' =>
$informationObject->getCollectionRoot()->id)) ?><br />
+ <div>
+ <?php echo __('Part of').':
'.link_to(render_title($informationObject->getCollectionRoot()), array('module'
=> 'informationobject', 'action' => 'show', 'id' =>
$informationObject->getCollectionRoot()->id)) ?>
+ </div>
<?php endif; ?>
<?php if (sfConfig::get('app_multi_repository') &&
isset($informationObject->repository)): ?>
- <?php echo __('Repository').': '.link_to(render_title($repository),
array('module' => 'repository', 'action' => 'show', 'id' => $repository->id))
?><br />
+ <div>
+ <?php echo __('Repository').': '.link_to(render_title($repository),
array('module' => 'repository', 'action' => 'show', 'id' => $repository->id)) ?>
+ </div>
<?php endif; ?>
</div>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---