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:
parent
d6ef7fdcf2
commit
33ce5037e3
|
@ -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>
|
||||
|
||||
* include/functions_ui.php: Fixed help popups to
|
||||
|
|
|
@ -69,7 +69,7 @@ $data[1] = html_print_textarea('description',5,40,$event_response['description']
|
|||
$table->data[1] = $data;
|
||||
|
||||
$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'));
|
||||
$data[1] = html_print_select($locations,'new_window',$event_response['new_window'],'','','',true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue