2013-05-27 Miguel de Dios <miguel.dedios@artica.es>

* operation/search_main.php: change the label to show when the list
	of agents don't need pagination.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8212 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-05-27 12:25:54 +00:00
parent 0d20a97723
commit e84a0f7d14
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-05-27 Miguel de Dios <miguel.dedios@artica.es>
* operation/search_main.php: change the label to show when the list
of agents don't need pagination.
2013-05-27 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_gis.php: added function "gis_calculate_distance"

View File

@ -79,7 +79,9 @@ if ($searchAgents && $totalAgents > 0) {
"</a>";
}
else {
echo __('Show all agents.');
echo "<a href='index.php?search_category=modules&keywords=".$keyword."&head_search_keywords=Search'>" .
__('The search result only this list agents.') .
"</a>";
}
}