2012-07-05 Sergio Martin <sergio.martin@artica.es>
* godmode/agentes/module_manager_editor_common.php: Fix wrong sec in a link from operation to godmode Merged from 4.0.2 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6738 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
0a177b2b4c
commit
0327e902c7
|
@ -1,3 +1,10 @@
|
|||
2012-07-05 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/agentes/module_manager_editor_common.php: Fix
|
||||
wrong sec in a link from operation to godmode
|
||||
|
||||
Merged from 4.0.2
|
||||
|
||||
2012-07-05 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_html.php: Changed path to image in
|
||||
|
|
|
@ -126,7 +126,7 @@ $table_simple->data[0][0] = __('Name');
|
|||
$table_simple->data[0][1] = html_print_input_text ('name', io_safe_output($name), '', 45, 100, true, $disabledBecauseInPolicy);
|
||||
|
||||
if (!empty($id_agent_module) && isset($id_agente)) {
|
||||
$table_simple->data[0][1] .= ' <a href="index.php?sec=estado&tab=module&sec2=godmode/agentes/configurar_agente&id_agente='.$id_agente.'&delete_module='.$id_agent_module.'"
|
||||
$table_simple->data[0][1] .= ' <a href="index.php?sec=gagente&tab=module&sec2=godmode/agentes/configurar_agente&id_agente='.$id_agente.'&delete_module='.$id_agent_module.'"
|
||||
onClick="if (!confirm(\' '.__('Are you sure?').'\')) return false;">';
|
||||
$table_simple->data[0][1] .= html_print_image ('images/cross.png', true,
|
||||
array ('title' => __('Delete module')));
|
||||
|
|
Loading…
Reference in New Issue