mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
2011-12-16 Junichi Satoh <junichi@rworks.jp>
* godmode/agentes/module_manager.php: Fixed wrong pagination links after updating modules. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5270 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e63045e0b7
commit
dee1cef885
@ -1,3 +1,8 @@
|
|||||||
|
2011-12-16 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
|
* godmode/agentes/module_manager.php: Fixed wrong pagination links
|
||||||
|
after updating modules.
|
||||||
|
|
||||||
2011-12-15 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
2011-12-15 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* godmode/servers/manage_recontask_form.php: Deleted notice due to
|
* godmode/servers/manage_recontask_form.php: Deleted notice due to
|
||||||
|
@ -323,7 +323,7 @@ if ($modules === false) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Prepare pagination
|
// Prepare pagination
|
||||||
ui_pagination ($total_modules, ui_get_url_refresh (array ('id_agente' => $id_agente,'sort_field' => $sortField, 'sort' => $sort)));
|
ui_pagination ($total_modules, ui_get_url_refresh (array ('id_agente' => $id_agente,'sort_field' => $sortField, 'sort' => $sort, 'id_agent_module' => false, 'edit_module' => false), true, false));
|
||||||
|
|
||||||
$table->width = '98%';
|
$table->width = '98%';
|
||||||
$table->head = array ();
|
$table->head = array ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user