2012-08-06 Sergio Martin <sergio.martin@artica.es>
* godmode/modules/manage_network_components_form_plugin.php: Fixed a bug where print the add/delete macro git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6849 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
6a35a3a9f6
commit
9f9383e75d
|
@ -1,3 +1,8 @@
|
|||
2012-08-06 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/modules/manage_network_components_form_plugin.php:
|
||||
Fixed a bug where print the add/delete macro
|
||||
|
||||
2012-08-06 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_users.php
|
||||
|
|
|
@ -109,6 +109,7 @@ while(1) {
|
|||
push_table_row ($data, 'plugin_'.$next_name_number);
|
||||
$next_name_number++;
|
||||
$i++;
|
||||
}
|
||||
|
||||
$table->colspan['plugin_n'][2] = 2;
|
||||
|
||||
|
@ -124,7 +125,6 @@ while(1) {
|
|||
$data[2] = '<div id="delete_macro_button" style="'.$delete_macro_style.'">'.__('Delete macro').' <a href="javascript:delete_macro(\'network_component-plugin_\')">'.html_print_image('images/cancel.png',true).'</a></div>';
|
||||
|
||||
push_table_row ($data, 'plugin_n');
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue