ftimme
2013-07-02 9e1da1ddefa338888d0ed5e3a2a5a6f399defa54
- Fixed FS#3011 - IPv6 Display field in Site configuration too short.
- Made remote IPs field for databases longer.
3 files modified
6 ■■■■ changed files
interface/web/sites/templates/database_edit.htm 2 ●●● patch | view | raw | blame | history
interface/web/sites/templates/web_domain_edit.htm 2 ●●● patch | view | raw | blame | history
interface/web/themes/default/css/styles.css 2 ●●● patch | view | raw | blame | history
interface/web/sites/templates/database_edit.htm
@@ -77,7 +77,7 @@
            </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>
interface/web/sites/templates/web_domain_edit.htm
@@ -45,7 +45,7 @@
            </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>
interface/web/themes/default/css/styles.css
@@ -832,7 +832,7 @@
.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; }