From 4bb2cc172549bcf9f86a94e5d3d0d5ade5f91dfe Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Thu, 31 May 2007 23:44:01 +0000 Subject: - Added doc/ChangeLog - Added doc/css-themeing.txt - Implemented support for site wide style overrides. Fixes Bug #339 - Updated all pages to use the override mechanism. - Added needed files to Makefile - Introduced USRDIR configuration variable to Makefile. --- pages/setup.ecpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pages/setup.ecpp') diff --git a/pages/setup.ecpp b/pages/setup.ecpp index 1650211..1c0393f 100644 --- a/pages/setup.ecpp +++ b/pages/setup.ecpp @@ -24,7 +24,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <%cpp> #define SELECTIF(x) reply.out() << ( (x) ? "selected=\"selected\"" : "" ); - if ( request.getMethod() == "POST") { + if ( request.getMethod() == "POST") { LiveSetup().SetLastChannel(lastchannel != "" ? lexical_cast< int >(lastchannel):0); LiveSetup().SetUseAuth(useauth); if (useauth) { @@ -34,7 +34,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); } LiveSetup().SetTimes(times); LiveSetup().SetStartScreen(startscreen); - LiveSetup().SaveSetup(); + LiveSetup().SaveSetup(); } pageTitle = tr("Setup"); int ilastchannel = LiveSetup().GetLastChannel(); @@ -53,7 +53,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); VDR-Live - <$ pageTitle $> - + <& pageelems.stylesheets &> <& tooltip.javascript var=("domTT_styleClass") value=("domTTepg") &> <& pageelems.ajax_js &>