[freeside-commits] freeside/FS/FS Conf.pm,1.397.2.29,1.397.2.30

Ivan,,, ivan at wavetail.420.am
Fri Feb 18 10:51:42 PST 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv15990/FS/FS

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	Conf.pm 
Log Message:
ie-compatibility_mode config, RT#11659

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.397.2.29
retrieving revision 1.397.2.30
diff -u -w -d -r1.397.2.29 -r1.397.2.30
--- Conf.pm	16 Feb 2011 06:21:31 -0000	1.397.2.29
+++ Conf.pm	18 Feb 2011 18:51:40 -0000	1.397.2.30
@@ -4276,6 +4276,14 @@
     '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" },



More information about the freeside-commits mailing list