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:
parent
0d20a97723
commit
e84a0f7d14
|
@ -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"
|
||||
|
|
|
@ -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>";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue