summaryrefslogtreecommitdiff
path: root/pages/setup.ecpp
diff options
context:
space:
mode:
authorRolf Ahrenberg <Rolf.Ahrenberg@sci.fi>2017-04-02 00:03:33 +0300
committerRolf Ahrenberg <Rolf.Ahrenberg@sci.fi>2017-04-02 00:03:33 +0300
commitdfe94980a0651eb4cbd308b7fb3f5a83d9cdc476 (patch)
tree943414d0e00728a80330c4ef70f0d18c01a341d5 /pages/setup.ecpp
parenteaa015874e3e494006d67260feaebe6377568ebb (diff)
downloadvdr-plugin-live-dfe94980a0651eb4cbd308b7fb3f5a83d9cdc476.tar.gz
vdr-plugin-live-dfe94980a0651eb4cbd308b7fb3f5a83d9cdc476.tar.bz2
Silence compilation warnings.
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 695b26d..264839b 100644
--- a/pages/setup.ecpp
+++ b/pages/setup.ecpp
@@ -150,7 +150,7 @@ if (!cUser::CurrentUserHasRightTo(UR_EDITSETUP))
<tr>
<td class="label leftcol"><div class="withmargin"><$ tr("Use authentication") $>:</div></td>
<td class="rightcol">
- <input type="checkbox" name="useauth" id="useauth" value="1" <%cpp> CHECKIF(useauth); </%cpp> onclick="changeduseauth(this)"/>
+ <input type="checkbox" name="useauth" id="useauth" value="1" <%cpp> CHECKIF(useauth); </%cpp>onclick="changeduseauth(this)"/>
<div id="authsection" style="display: none">
<table border="0" cellpadding="0" cellspacing="0" class="dependent">
<tr>
@@ -182,7 +182,7 @@ if (!cUser::CurrentUserHasRightTo(UR_EDITSETUP))
<tr>
<td class="label leftcol"><div class="withmargin"><$ tr("Use ajax technology") $>:</div></td>
<td class="rightcol">
- <input type="checkbox" name="useAjax" id="useAjax" value="1" <%cpp> CHECKIF(!useAjax.empty()); </%cpp> onclick="changeduseajax(this)"/>
+ <input type="checkbox" name="useAjax" id="useAjax" value="1" <%cpp> CHECKIF(!useAjax.empty()); </%cpp>onclick="changeduseajax(this)"/>
<div id="ajaxsection" style="display: none">
<table border="0" cellpadding="0" cellspacing="0" class="dependent">
<tr>
@@ -196,7 +196,7 @@ if (!cUser::CurrentUserHasRightTo(UR_EDITSETUP))
<tr>
<td class="label leftcol"><div class="withmargin"><$ tr("Allow video streaming") $>:</div></td>
<td class="rightcol">
- <input type="checkbox" name="useStreamdev" id="useStreamdev" value="1" <%cpp> CHECKIF(!useStreamdev.empty()); </%cpp> onclick="changedusestreamdev(this)"/>
+ <input type="checkbox" name="useStreamdev" id="useStreamdev" value="1" <%cpp> CHECKIF(!useStreamdev.empty()); </%cpp>onclick="changedusestreamdev(this)"/>
<div id="streamdevsection" style="display: none">
<table border="0" cellpadding="0" cellspacing="0" class="dependent">
<tr>