Re: [Nagios-devel] Patch to fix stylesheets in Tactical Overview

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] Patch to fix stylesheets in Tactical Overview

Post by Guest »

Thanks - I'll get this updated in CVS tonight.

On 27 Nov 2003 at 13:28, Joe Rhett wrote:

> The tactical overview overrides the stylesheet in numerous places
> inside the source code. This patch removes these instances.
>
> *** cgi/tac.c_orig Thu Nov 27 13:24:10 2003
> --- cgi/tac.c Thu Nov 27 13:24:58 2003
> ***************
> *** 329,335 ****
> printf(" HREF='%s%s'>\n",url_stylesheets_path,TAC_CSS);
>
> printf("\n");
> ! printf(" ! marginwidth=2 marginheight=2 topmargin=0 leftmargin=0
> ! rightmargin=0>\n");
>
> /* include user SSI header */
> include_ssi_files(TAC_CGI,SSI_HEADER);
> --- 329,335 ----
> printf(" HREF='%s%s'>\n",url_stylesheets_path,TAC_CSS);
>
> printf("\n");
> ! printf(" ! leftmargin=0 rightmargin=0>\n");
>
> /* include user SSI header */
> include_ssi_files(TAC_CGI,SSI_HEADER);
> ***************
> *** 921,927 ****
>
> printf("\n");
>
> ! printf(" ! border=0>\n");
>
> printf(" class='outageTitle'> Network Outages\n");
>
> --- 921,927 ----
>
> printf("\n");
>
> ! printf(" ! border=0>\n");
>
> printf(" class='outageTitle'> Network Outages\n");
>
> ***************
> *** 1038,1044 ****
>
> printf("\n");
>
> ! printf(" ! border=0>\n");
>
> printf(" class='hostTitle'> Hosts\n");
>
> --- 1038,1044 ----
>
> printf("\n");
>
> ! printf(" ! border=0>\n");
>
> printf(" class='hostTitle'> Hosts\n");
>
> ***************
> *** 1178,1184 ****
>
> printf("\n");
>
> ! printf(" ! border=0>\n");
>
> printf(" class='hostTitle'> Services\n");
>
> --- 1178,1184 ----
>
> printf("\n");
>
> ! printf(" ! border=0>\n");
>
> printf(" class='hostTitle'> Services\n");
>
> ***************
> *** 1358,1364 ****
>
> printf("\n");
>
> ! printf(" ! border=0>\n");
>
> printf(" class='featureTitle'> Monitoring Features\n");
>
> --- 1358,1364 ----
>
> printf("\n");
>
> ! printf(" ! border=0>\n");
>
> printf(" class='featureTitle'> Monitoring Features\n");
>
>
> --
> Joe Rhett Chief Geek
> [email protected] Isite Services,
> Inc.
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive? Does it
> help you create better code? SHARE THE LOVE, and help us help
> YOU! Click Here: http://sourceforge.net/donate/
> _______________________________________________
> Nagios-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/lis ... gios-devel
>



Ethan Galstad,
Nagios Developer
---
Email: [email protected]
Website: http://www.nagios.org






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked