From d2596d418feb56af60e6451188fde8164afbd774 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 26 Sep 2003 01:32:20 +0000 Subject: Change title of SWAT globals page from 'Global Variables' to 'Global Parameters' to be more consistent with the other pages. (This used to be commit 02725d4a3cff5bf0b676c363200795d4cadecca1) --- source3/web/swat.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/web/swat.c') diff --git a/source3/web/swat.c b/source3/web/swat.c index 1c892559dd..f4c12cc02f 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -780,7 +780,7 @@ static void globals_page(void) unsigned int parm_filter = FLAG_BASIC; int mode = 0; - d_printf("

%s

\n", _("Global Variables")); + d_printf("

%s

\n", _("Global Parameters")); if (cgi_variable("Commit")) { commit_parameters(GLOBAL_SECTION_SNUM); @@ -1321,6 +1321,8 @@ static void printers_page(void) iNumNonAutoPrintServices = lp_numservices(); load_printers(); + d_printf("hello \" there\n"); + cgi_setup(dyn_SWATDIR, !demo_mode); print_header(); -- cgit