From 60f799ab3b8458dcd88d1c5a9dd2f75581fcbbd5 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 18 Feb 2011 18:51:39 +0000 Subject: ie-compatibility_mode config, RT#11659 --- FS/FS/Conf.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'FS') 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 => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" }, -- cgit v1.2.1