summaryrefslogtreecommitdiff
path: root/pages/setup.ecpp
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-07-22 21:47:07 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-07-22 21:47:07 +0000
commita25ad94679b82c090df8f345f1d3fbf2735ab919 (patch)
tree7b7bc19f3f049c55ec67cb8198d161ab0f9890fe /pages/setup.ecpp
parente53dae90e2454400d57d815086c762684cf846b9 (diff)
downloadvdr-plugin-live-a25ad94679b82c090df8f345f1d3fbf2735ab919.tar.gz
vdr-plugin-live-a25ad94679b82c090df8f345f1d3fbf2735ab919.tar.bz2
- Bugfix introduced with W3C compliance commit earlier. (change of
schedules channel jumped to default page, due to wrong actions attribute in form)
Diffstat (limited to 'pages/setup.ecpp')
-rw-r--r--pages/setup.ecpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/pages/setup.ecpp b/pages/setup.ecpp
index f363368..6615137 100644
--- a/pages/setup.ecpp
+++ b/pages/setup.ecpp
@@ -23,13 +23,12 @@ using namespace std;
int authchanged = 0;
</%args>
<%session scope="global">
-bool logged_in(false);
+ bool logged_in(false);
</%session>
<%include>page_init.eh</%include>
<%cpp>
if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
-</%cpp>
-<%cpp>
+
#define SELECTIF(x) reply.out() << ( (x) ? "selected=\"selected\"" : "" );
#define CHECKIF(x) reply.out() << ( (x) ? "checked=\"checked\"" : "" );
@@ -111,7 +110,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
<& pageelems.logo &>
<& menu active=("setup") &>
<div class="inhalt">
- <form method="POST" name="setup" action="setup.ecpp">
+ <form method="post" action="setup.html">
<input type="hidden" name="authchanged" value="<$ authchanged $>" id="authchanged"/>
<input type="hidden" name="message" value="<$ message $>" id="message"/>
<table class="formular" cellpadding="0" cellspacing="0">