Author: sevein
Date: Tue May  1 15:00:51 2012
New Revision: 11587

Log:
Update icon path to new name, add Text helper becuase truncate_text is now 
being used for scope and content

Modified:
   branches/2.0/apps/qubit/modules/search/templates/_searchResult.php
   branches/2.0/apps/qubit/modules/search/templates/autocompleteSuccess.php

Modified: branches/2.0/apps/qubit/modules/search/templates/_searchResult.php
==============================================================================
--- branches/2.0/apps/qubit/modules/search/templates/_searchResult.php  Tue May 
 1 14:51:03 2012        (r11586)
+++ branches/2.0/apps/qubit/modules/search/templates/_searchResult.php  Tue May 
 1 15:00:51 2012        (r11587)
@@ -1,3 +1,5 @@
+<?php use_helper('Text') ?>
+
 <div class="result">
 
   <?php if (isset($doc['digitalObject']['thumbnail_FullPath'])): ?>

Modified: 
branches/2.0/apps/qubit/modules/search/templates/autocompleteSuccess.php
==============================================================================
--- branches/2.0/apps/qubit/modules/search/templates/autocompleteSuccess.php    
Tue May  1 14:51:03 2012        (r11586)
+++ branches/2.0/apps/qubit/modules/search/templates/autocompleteSuccess.php    
Tue May  1 15:00:51 2012        (r11587)
@@ -25,7 +25,7 @@
 <?php if ($subjectsHits > 0): ?>
 
   <div>
-    <?php echo 
image_tag('/plugins/qtDominionPlugin/images/icons-small/icon-topics-small.png', 
array('width' => '32', 'height' => '32')) ?>
+    <?php echo 
image_tag('/plugins/qtDominionPlugin/images/icons-small/icon-subjects-small.png',
 array('width' => '32', 'height' => '32')) ?>
     <ul>
 
       <?php foreach ($subjects->getResults() as $hit): ?>

-- 
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.

Reply via email to