Commit c965dd6d authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Fixed name of SSL input. JM-56


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@527 b35dd754-fafc-0310-a699-88a17e54d16e
parent f65250ed
......@@ -191,14 +191,14 @@ Use the form below to edit server properties.
<tbody>
<tr>
<td>
<input type="radio" name="sslEnabed" value="true" <%= (sslEnabled ? "checked" : "") %>
<input type="radio" name="sslEnabled" value="true" <%= (sslEnabled ? "checked" : "") %>
id="SSL01">
</td>
<td><label for="SSL01">Enabled</label></td>
</tr>
<tr>
<td>
<input type="radio" name="sslEnabed" value="false" <%= (!sslEnabled ? "checked" : "") %>
<input type="radio" name="sslEnabled" value="false" <%= (!sslEnabled ? "checked" : "") %>
id="SSL02">
</td>
<td><label for="SSL02">Disabled</label></td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment