mirror of
https://github.com/znc/znc.git
synced 2026-07-06 01:41:12 +02:00
Add third class to the port input [Fixes #446]
Addimg this class makes it so the input has a defined width. Fixes znc/znc#446
This commit is contained in:
@@ -57,7 +57,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>
|
||||
|
||||
Reference in New Issue
Block a user