|
|
@@ -76,6 +76,7 @@ body{font-family:arial; font-size:12px;}
|
|
|
}
|
|
|
|
|
|
function print_ui_widget_info($title, $msg = '') {
|
|
|
+ $out = '';
|
|
|
$out .= '<div class="ui-widget">';
|
|
|
$out .= '<div class="ui-state-highlight ui-corner-all" style="margin-top:20px; padding:0 .7em;">';
|
|
|
$out .= '<p><span class="ui-icon ui-icon-info" style="float:left; margin-right:.3em;"></span>';
|
|
|
@@ -89,6 +90,7 @@ body{font-family:arial; font-size:12px;}
|
|
|
}
|
|
|
|
|
|
function print_ui_widget_ok($title, $msg = '') {
|
|
|
+ $out = '';
|
|
|
$out .= '<div class="ui-widget">';
|
|
|
$out .= '<div class="ui-state-highlight ui-corner-all" style="margin-top:20px; padding:0 .7em;">';
|
|
|
$out .= '<p><span class="ui-icon ui-icon-check" style="float:left; margin-right:.3em;"></span>';
|