Styling ban form...
This commit is contained in:
parent
6aa24cce92
commit
db0dac2b85
@ -195,8 +195,10 @@
|
|||||||
($board ? '<input type="hidden" name="board" value="' . htmlentities($board) . '" />' : '') .
|
($board ? '<input type="hidden" name="board" value="' . htmlentities($board) . '" />' : '') .
|
||||||
'<table>' .
|
'<table>' .
|
||||||
'<tr>' .
|
'<tr>' .
|
||||||
'<th><label for="ip">IP</label></th>' .
|
'<th><label for="ip">IP ' .
|
||||||
'<td><input type="text" name="ip" id="ip" size="15" maxlength="15" ' .
|
($config['ban_cidr'] ? '<span class="unimportant">(or subnet)' : '') .
|
||||||
|
'</span></label></th>' .
|
||||||
|
'<td><input type="text" name="ip" id="ip" size="30" maxlength="30" ' .
|
||||||
(isset($ip) ?
|
(isset($ip) ?
|
||||||
'value="' . htmlentities($ip) . '" ' : ''
|
'value="' . htmlentities($ip) . '" ' : ''
|
||||||
) .
|
) .
|
||||||
|
Loading…
Reference in New Issue
Block a user