Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Merged in Kostelano/joomla-mapx-kostelano-notes-2 (pull request guill…
Browse files Browse the repository at this point in the history
…eva#14)

Add "Search in sitemap title"
  • Loading branch information
b2un0 committed Apr 6, 2015
2 parents 98b513d + 0abecaa commit 8be7cc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions admin/language/en-GB/en-GB.com_xmap.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ COM_XMAP_HEADING_SITEMAP = "Sitemap"
COM_XMAP_HEADING_ID = "ID"
COM_XMAP_HEADING_PUBLISHED = "Published"
COM_XMAP_HEADING_ACCESS = "Access"
COM_XMAP_SEARCH_IN_TITLE = "Search in sitemap title"

COM_XMAP_SITEMAPS_TITLE = "mapX: Sitemaps"

Expand Down
1 change: 1 addition & 0 deletions admin/language/ru-RU/ru-RU.com_xmap.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ COM_XMAP_HEADING_SITEMAP = "Карта сайта"
COM_XMAP_HEADING_ID = "ID"
COM_XMAP_HEADING_PUBLISHED = "Состояние"
COM_XMAP_HEADING_ACCESS = "Доступ"
COM_XMAP_SEARCH_IN_TITLE = "Поиск по названию карты сайта"

COM_XMAP_SITEMAPS_TITLE = "mapX: Карты сайта"

Expand Down
4 changes: 2 additions & 2 deletions admin/views/sitemaps/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class="element-invisible"><?php echo JText::_('JSEARCH_FILTER'); ?></label>
<input type="text" name="filter_search" id="filter_search"
placeholder="<?php echo JText::_('JSEARCH_FILTER'); ?>"
value="<?php echo $this->escape($this->state->get('filter.search')); ?>" class="hasTooltip"
title="<?php echo JHtml::tooltipText('COM_PLUGINS_SEARCH_IN_TITLE'); ?>"/>
title="<?php echo JHtml::tooltipText('COM_XMAP_SEARCH_IN_TITLE'); ?>"/>
</div>
<div class="btn-group pull-left">
<button type="submit" class="btn hasTooltip"
Expand Down Expand Up @@ -230,4 +230,4 @@ class="small"><?php echo XmapHelper::getLastVisitDate($item->lastvisit_xml); ?><
<input type="hidden" name="filter_order_Dir" value="<?php echo $listDirn; ?>"/>
<?php echo JHtml::_('form.token'); ?>
</div>
</form>
</form>

0 comments on commit 8be7cc0

Please sign in to comment.