Commit cbb5b82d authored by Guus der Kinderen's avatar Guus der Kinderen

Created replacement for Server Connection admin page

parent fa666d77
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
</head> </head>
<body> <body>
<c:if test="${param.success}"> <c:if test="${param.success and empty errors}">
<admin:infoBox type="success"><fmt:message key="client.connections.settings.confirm.updated" /></admin:infoBox> <admin:infoBox type="success"><fmt:message key="client.connections.settings.confirm.updated" /></admin:infoBox>
</c:if> </c:if>
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
<table cellpadding="3" cellspacing="0" border="0"> <table cellpadding="3" cellspacing="0" border="0">
<tr valign="middle"> <tr valign="middle">
<td><input type="checkbox" name="legacymode-enabled" id="legacymode-enabled" onclick="applyDisplayable('legacymode')" ${legacymodeConfiguration.enabled ? 'checked' : ''}/><label for="legacymode-enabled">Enabled</label></td> <td><input type="checkbox" name="tlegacymode-enabled" id="legacymode-enabled" onclick="applyDisplayable('legacymode')" ${legacymodeConfiguration.enabled ? 'checked' : ''}/><label for="legacymode-enabled">Enabled</label></td>
</tr> </tr>
</table> </table>
......
This diff is collapsed.
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