mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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:
parent
7953e4612a
commit
492b78d113
@ -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>
|
2013-05-27 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* godmode/agentes/module_manager_editor_common.php: Fixed
|
* godmode/agentes/module_manager_editor_common.php: Fixed
|
||||||
|
@ -72,17 +72,10 @@ html_print_table($table);
|
|||||||
if ($searchAgents && $totalAgents > 0) {
|
if ($searchAgents && $totalAgents > 0) {
|
||||||
echo $list_agents;
|
echo $list_agents;
|
||||||
|
|
||||||
if ($count_agents_main < $totalAgents) {
|
echo "<a href='index.php?search_category=agents&keywords=".$keyword."&head_search_keywords=Search'>" .
|
||||||
echo "<a href='index.php?search_category=modules&keywords=".$keyword."&head_search_keywords=Search'>" .
|
|
||||||
sprintf(__('Show %s of %s. View all matches'),
|
sprintf(__('Show %s of %s. View all matches'),
|
||||||
$count_agents_main, $totalAgents) .
|
$count_agents_main, $totalAgents) .
|
||||||
"</a>";
|
"</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 '</div>';
|
echo '</div>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user