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

* operation/search_main.php: change again the label of the bottom
	of list of agents.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8214 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-05-27 15:25:41 +00:00
parent 7953e4612a
commit 492b78d113
2 changed files with 9 additions and 11 deletions

View File

@ -1,3 +1,8 @@
2013-05-27 Miguel de Dios <miguel.dedios@artica.es>
* operation/search_main.php: change again the label of the bottom
of list of agents.
2013-05-27 Sergio Martin <sergio.martin@artica.es>
* godmode/agentes/module_manager_editor_common.php: Fixed

View File

@ -72,17 +72,10 @@ html_print_table($table);
if ($searchAgents && $totalAgents > 0) {
echo $list_agents;
if ($count_agents_main < $totalAgents) {
echo "<a href='index.php?search_category=modules&keywords=".$keyword."&head_search_keywords=Search'>" .
sprintf(__('Show %s of %s. View all matches'),
$count_agents_main, $totalAgents) .
"</a>";
}
else {
echo "<a href='index.php?search_category=modules&keywords=".$keyword."&head_search_keywords=Search'>" .
__('The search result only this list agents.') .
"</a>";
}
echo "<a href='index.php?search_category=agents&keywords=".$keyword."&head_search_keywords=Search'>" .
sprintf(__('Show %s of %s. View all matches'),
$count_agents_main, $totalAgents) .
"</a>";
}
echo '</div>';