diff options
author | ivan <ivan> | 2011-02-18 18:51:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-02-18 18:51:39 +0000 |
commit | 60f799ab3b8458dcd88d1c5a9dd2f75581fcbbd5 (patch) | |
tree | d12cf61586f00c0446012464b2401b6b2e054df8 /FS | |
parent | b49c1bd5510a5f10b05bffacc6cc8b6a1b2153e8 (diff) |
ie-compatibility_mode config, RT#11659
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index a46106f61..82ea49056 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4299,6 +4299,14 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'ie-compatibility_mode', + 'section' => 'UI', + 'description' => "Compatibility mode META tag for Internet Explorer, used on the customer view page. Not necessary in normal operation unless custom content (notes, cust_main-custom_link) is included on customer view that is incompatibile with newer IE verisons.", + 'type' => 'select', + 'select_enum' => [ '', '7', 'EmulateIE7', '8', 'EmulateIE8' ], + }, + { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, { key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, |