Fix #326 - Minor detail in form

This commit is contained in:
santiagomr 2019-07-15 15:10:39 -03:00
parent 5e9fadd315
commit 5ca85e7357
1 changed files with 11 additions and 11 deletions

View File

@ -207,7 +207,7 @@ foreach($list_ip as $i) {
<input type="hidden" name="id" value="" id="edit_id" /> <input type="hidden" name="id" value="" id="edit_id" />
<table class="tlistb"> <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"> <tr class="lst2">
<td><input type="text" size="20" maxlength="39" name="ipsub" id="edit_ip" /></td> <td><input type="text" size="20" maxlength="39" name="ipsub" id="edit_ip" /></td>