2013-01-30 Sergio Martin <sergio.martin@artica.es>

* godmode/events/event_responses.editor.php: Little fix
	in a tooltip



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7549 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2013-01-30 08:22:56 +00:00
parent d6ef7fdcf2
commit 33ce5037e3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-01-30 Sergio Martin <sergio.martin@artica.es>
* godmode/events/event_responses.editor.php: Little fix
in a tooltip
2013-01-30 Sergio Martin <sergio.martin@artica.es> 2013-01-30 Sergio Martin <sergio.martin@artica.es>
* include/functions_ui.php: Fixed help popups to * include/functions_ui.php: Fixed help popups to

View File

@ -69,7 +69,7 @@ $data[1] = html_print_textarea('description',5,40,$event_response['description']
$table->data[1] = $data; $table->data[1] = $data;
$data = array(); $data = array();
$data[0] = __('Location') . ui_print_help_tip(__('In Command mode is enforced to Modal window'), true); $data[0] = __('Location') . ui_print_help_tip(__('For Command type Modal Window mode is enforced'), true);
$locations = array(__('Modal window'), __('New window')); $locations = array(__('Modal window'), __('New window'));
$data[1] = html_print_select($locations,'new_window',$event_response['new_window'],'','','',true); $data[1] = html_print_select($locations,'new_window',$event_response['new_window'],'','','',true);