Commit 2a8763e6 authored by dwd's avatar dwd

Merge pull request #26 from SvenBunge/OF-799

Fix OF-799: Select correct input radio on click into the text field.
parents c6c29b1e 3ad89276
......@@ -321,7 +321,7 @@
<td width="99%">
<label for="rb04"><fmt:message key="server2server.settings.close_session" /></label>
<input type="text" name="idletime" size="5" maxlength="5"
onclick="this.form.closeEnabled[1].checked=true;"
onclick="this.form.closeEnabled[0].checked=true;"
value="<%= webManager.getSessionManager().getServerSessionIdleTime() == -1 ? 30 : webManager.getSessionManager().getServerSessionIdleTime() / 1000 / 60 %>">
<fmt:message key="global.minutes" />.
</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