Fix #326 - Minor detail in form
This commit is contained in:
Km 2020-01-28 18:39:31 +01:00 committed by GitHub
commit b057544ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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" />
<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>