29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-20 19:15:27 +00:00

- Removed google stuff from com_search, google.png also deleted

! Language file for com_search changed as well!

git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@9485 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
This commit is contained in:
Mateusz Krzeszowiec 2007-12-06 23:41:32 +00:00
parent e6adcffea3
commit 1eca197983
6 changed files with 2 additions and 8 deletions

View File

@ -40,6 +40,7 @@ Legend:
06-Dec-2007 Mateusz Krzeszowiec
# Fixed [#8250] Possible bug in 'search' when it returns a weblink entry
+ Added router helper for com_weblinks
- Removed google stuff from com_search, google.png also deleted
06-Dec-2007 Toby Patterson
# Fixed [#7432] Button with untranslated caption in Media Manager ( take two )

View File

@ -53,9 +53,6 @@
<td>
<br />
<?php echo $this->result; ?>
<a href="http://www.google.com/search?q=<?php echo $this->escape($this->searchword); ?>" target="_blank">
<?php echo $this->image; ?>
</a>
</td>
</tr>
</table>

View File

@ -129,7 +129,6 @@ class SearchViewSearch extends JView
}
$this->result = JText::sprintf( 'TOTALRESULTSFOUND', $total, $this->escape($searchword) );
$this->image = JHTML::_('image.site', 'google.png', '/images/M_images/', NULL, NULL, 'Google' );
$this->assignRef('pagination', $pagination);
$this->assignRef('results', $results);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -20,7 +20,7 @@ SEARCH KEYWORD=Search Keyword
SEARCH_MESSAGE=Search term must be a minimum of 3 characters and a maximum of 20 characters
SEARCH ONLY=Search Only
SECTION/CATEGORY=Section/Category
TOTALRESULTSFOUND=Total %s results found. Search for <b>%s</b> with
TOTALRESULTSFOUND=Total %s results found.
WITH=with
SEARCH_AGAIN=Search Again
SEARCH_RESULT=Search Result

View File

@ -7,9 +7,6 @@ defined('_JEXEC') or die('Restricted access');
<p>
<?php echo JText::_('Search Keyword') ?> <strong><?php echo $this->escape($this->searchword) ?></strong>
<?php echo $this->result ?>
<a href="http://www.google.com/search?q=<?php echo $this->escape($this->searchword) ?>" target="_blank">
<?php echo $this->image ?>
</a>
</p>
<p>
<a href="#form1" onclick="document.getElementById('search_searchword').focus();return false" onkeypress="document.getElementById('search_searchword').focus();return false" ><?php echo JText::_('Search_again') ?></a>