Fix #326 - Minor detail in form
This commit is contained in:
parent
5e9fadd315
commit
5ca85e7357
|
@ -207,7 +207,7 @@ foreach($list_ip as $i) {
|
|||
|
||||
<input type="hidden" name="id" value="" id="edit_id" />
|
||||
<table class="tlistb">
|
||||
<tr><th><?php __("Name"); ?></th><th><?php __("IP or network. <i>IPv4, IPv6 and subnet allowed</i>"); ?></th><th></th></tr>
|
||||
<tr><th><?php __("IP or network. <i>IPv4, IPv6 and subnet allowed</i>"); ?></th><th><?php __("Name"); ?></th><th></th></tr>
|
||||
|
||||
<tr class="lst2">
|
||||
<td><input type="text" size="20" maxlength="39" name="ipsub" id="edit_ip" /></td>
|
||||
|
|
Loading…
Reference in New Issue