- Fixed FS#3011 - IPv6 Display field in Site configuration too short.
- Made remote IPs field for databases longer.
| | |
| | | </div> |
| | | <div class="ctrlHolder"> |
| | | <label for="remote_ips">{tmpl_var name='remote_ips_txt'}</label> |
| | | <input name="remote_ips" id="remote_ips" value="{tmpl_var name='remote_ips'}" size="60" type="text" class="textInput formLengthHalf" /> |
| | | <input name="remote_ips" id="remote_ips" value="{tmpl_var name='remote_ips'}" size="30" type="text" class="textInput" /> |
| | | </div> |
| | | <div class="ctrlHolder"> |
| | | <p class="label">{tmpl_var name='active_txt'}</p> |
| | |
| | | </div> |
| | | <div class="ctrlHolder"> |
| | | <label for="ipv6_address">{tmpl_var name='ipv6_address_txt'}</label> |
| | | <select name="ipv6_address" id="ipv6_address" class="selectInput formLengthIPv4"> |
| | | <select name="ipv6_address" id="ipv6_address" class="selectInput formLengthIPv6"> |
| | | {tmpl_var name='ipv6_address'} |
| | | </select> |
| | | </div> |
| | |
| | | .selectInput.formLengthLimit { width: 85px !important; }
|
| | | .formLengthDate { width: 75px !important; }
|
| | | .formLengthIPv4 { width: 125px !important; }
|
| | | .formLengthIPv6 { width: 100% !important; }
|
| | | .formLengthIPv6 { }
|
| | | .formLengthEmailUser { width: 30% !important; }
|
| | | .formLengthEmailDomain { width: 30% !important; }
|
| | | .formLengthHalf { width: 15% !important; }
|