2012-02-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* godmode/events/custom_events.php: Changed 'sec' link parameter
	in this view.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5518 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2012-02-08 13:12:46 +00:00
parent be7a82bf7c
commit 3abc499307
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-02-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/events/custom_events.php: Changed 'sec' link parameter
in this view.
2012-02-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* images/skin/skin_default/include/styles/menu.css

View File

@ -103,7 +103,7 @@ $table->data[1][2] .= '<br><br><br><br>' . html_print_image('images/darrowleft.p
$table->data[1][3] = '<b>' . __('Fields selected') . '</b>';
$table->data[1][4] = html_print_select($result_selected, 'fields_selected[]', true, '', __('None'), '', true, true, false);
echo '<form id="custom_events" method="post" action="index.php?sec=gsetup&sec2=godmode/events/events&section=fields">';
echo '<form id="custom_events" method="post" action="index.php?sec=geventos&sec2=godmode/events/events&section=fields">';
html_print_table($table);