summaryrefslogtreecommitdiff
path: root/pages/setup.ecpp
diff options
context:
space:
mode:
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>