summaryrefslogtreecommitdiff
path: root/pages/setup.ecpp
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-05-31 23:44:01 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-05-31 23:44:01 +0000
commit4bb2cc172549bcf9f86a94e5d3d0d5ade5f91dfe (patch)
tree1594cf050f0f23da64c41b02d739a9e4e1808e21 /pages/setup.ecpp
parent5d74b90e216827453c87eeb0addae5bb081c40f5 (diff)
downloadvdr-plugin-live-4bb2cc172549bcf9f86a94e5d3d0d5ade5f91dfe.tar.gz
vdr-plugin-live-4bb2cc172549bcf9f86a94e5d3d0d5ade5f91dfe.tar.bz2
- 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.
Diffstat (limited to 'pages/setup.ecpp')
-rw-r--r--pages/setup.ecpp6
1 files changed, 3 insertions, 3 deletions
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");
<html>
<head>
<title>VDR-Live - <$ pageTitle $></title>
- <link rel="stylesheet" type="text/css" href="/styles.css" />
+ <& pageelems.stylesheets &>
<& tooltip.javascript var=("domTT_styleClass") value=("domTTepg") &>
<& pageelems.ajax_js &>
<script type="text/javascript"><!--