2013-05-17 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_ui.php: added first version of function "ui_print_empty_data" for to show when the page has not data as list of agents or alerts or somethings. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8149 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
f3d41d39a6
commit
4f9ed4473b
|
@ -1,3 +1,9 @@
|
||||||
|
2013-05-17 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* include/functions_ui.php: added first version of function
|
||||||
|
"ui_print_empty_data" for to show when the page has not data as
|
||||||
|
list of agents or alerts or somethings.
|
||||||
|
|
||||||
2013-05-17 Miguel de Dios <miguel.dedios@artica.es>
|
2013-05-17 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* godmode/events/events.php, operation/events/events_list.php,
|
* godmode/events/events.php, operation/events/events_list.php,
|
||||||
|
|
|
@ -326,6 +326,10 @@ function ui_print_info_message ($message, $attributes = '', $return = false, $ta
|
||||||
return ui_print_message ($message, 'info', $attributes, $return, $tag);
|
return ui_print_message ($message, 'info', $attributes, $return, $tag);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function ui_print_empty_data($message, $attributes = '', $return = false, $tag = 'h3') {
|
||||||
|
return ui_print_message ($message, 'info', $attributes, $return, $tag);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Evaluates a result using empty() and then prints an error or success message
|
* Evaluates a result using empty() and then prints an error or success message
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue