Make ProtectWebSessions to be checkbox in webadmin.

This commit is contained in:
Alexey Sokolov
2011-04-14 10:04:27 +07:00
parent 5560b795d1
commit b8b6563ebd

View File

@@ -90,9 +90,10 @@
</div>
<div style="clear: both;"></div>
<div class="subsection half">
<div class="subsection">
<div class="inputlabel">Protect Web Sessions:</div>
<div><input type="text" name="protectwebsessions" value="<? VAR ProtectWebSessions ?>" /></div>
<div class="checkbox"><input type="checkbox" name="protectwebsessions" id="protectwebsessions_checkbox"<? IF ProtectWebSessions ?> checked="checked"<? ENDIF ?> />
<label for="protectwebsessions_checkbox">Disallow IP changing during each web session</label></div>
</div>
<div style="clear: both;"></div>