--- nagios-2.5/cgi/extinfo.c 2006-03-21 21:31:46.000000000 +0000 +++ nagios-2.5.extinfo_div_fixes/cgi/extinfo.c 2006-10-03 11:12:39.809179433 +0100 @@ -298,7 +298,7 @@ printf("\n"); /* middle column of top row */ - printf("
\n");
+ printf("
\n");
printf("
"); @@ -1758,9 +1759,9 @@ /* read in all comments */ read_comment_data(get_cgi_config_location()); - printf("
\n");
+ printf("
\n");
printf("
\n");
+ printf("
\n");
printf("
| Host Name | Entry Time | Author | Comment | Comment ID | Persistent | Type | Expires | Actions |
|---|---|---|---|---|---|---|---|---|
| There are no host comments | ||||||||
\n");
+ printf("
\n");
printf("
| Host Name | Service | Entry Time | Author | Comment | Comment ID | Persistent | Type | Expires | Actions |
|---|---|---|---|---|---|---|---|---|---|
| There are no service comments | |||||||||
| ",url_images_path,COMMENT_ICON); + printf(" | |||||||||||||||||||||||||||||||||||||||||||||||
| ",url_images_path,COMMENT_ICON); if(type==HOST_COMMENT) printf("",COMMAND_CGI,CMD_ADD_HOST_COMMENT,url_encode(host_name)); else{ @@ -2398,7 +2399,7 @@ } printf("Add a new comment | |||||||||||||||||||||||||||||||||||||||||||||||
| ",url_images_path,DELETE_ICON); + printf(" | |||||||||||||||||||||||||||||||||||||||||||||||
| ",url_images_path,DELETE_ICON);
if(type==HOST_COMMENT)
printf("",COMMAND_CGI,CMD_DEL_ALL_HOST_COMMENTS,url_encode(host_name));
else{
@@ -2500,9 +2501,9 @@
/* read in all downtime */
read_downtime_data(get_cgi_config_location());
- printf(" \n");
+ printf(" \n"); printf("\n"); printf(" Scheduled Host Downtime \n");
@@ -2511,7 +2512,7 @@
printf("",COMMAND_CGI,CMD_SCHEDULE_HOST_DOWNTIME);
printf("Schedule host downtime\n");
- printf("\n");
+ printf(" \n");
printf(" \n");
- printf("
\n"); printf("\n"); @@ -2579,7 +2580,7 @@ printf("",COMMAND_CGI,CMD_SCHEDULE_SVC_DOWNTIME); printf("Schedule service downtime\n"); - printf(" \n");
+ printf(" \n");
printf(" \n");
return;
}
| |||||||||||||||||||||||||||||||||||||||||||||||