Merge pull request #962 from wolfy1339/pr-455-fix

Add third class to the port input [Fixes #446]
This commit is contained in:
Alexey Sokolov
2015-05-09 08:48:44 +01:00
+1 -1
View File
@@ -58,7 +58,7 @@
<tr>
<form action="<? VAR URIPrefix TOP ?><? VAR ModPath TOP ?>add_listener" method="post">
<? INC _csrf_check.tmpl ?>
<td><input name="port" type="number" min="1" max="65535" class="number"/></td>
<td><input name="port" type="number" min="1" max="65535" class="number third"/></td>
<td><input name="host" type="text" value="*" class="sixth"/></td>
<td><div class="checkbox"><input name="ssl" type="checkbox"/></div></td>
<td><div class="checkbox"><input name="ipv4" type="checkbox" checked="checked"/></div></td>