View | Details | Raw Unified | Return to bug 35739 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/www/horde2/files/patch-mime_drivers.php.dist (-2 / +2 lines)
Lines 134-140 Link Here
134
-//     'x-extension/xls');
134
-//     'x-extension/xls');
135
-// $mime_drivers['horde']['msexcel']['icons'] = array(
135
-// $mime_drivers['horde']['msexcel']['icons'] = array(
136
-//     'default' => 'msexcel.gif');
136
-//     'default' => 'msexcel.gif');
137
+//UNCOMMENTIFXL $mime_drivers['horde']['msexcel']['location'] = '%%LOCALBASE%%/bin/xlHtml';
137
+//UNCOMMENTIFXL $mime_drivers['horde']['msexcel']['location'] = '%%LOCALBASE%%/bin/xlhtml';
138
+//UNCOMMENTIFXL $mime_drivers['horde']['msexcel']['inline'] = false;
138
+//UNCOMMENTIFXL $mime_drivers['horde']['msexcel']['inline'] = false;
139
+//UNCOMMENTIFXL $mime_drivers['horde']['msexcel']['handles'] = array(
139
+//UNCOMMENTIFXL $mime_drivers['horde']['msexcel']['handles'] = array(
140
+//UNCOMMENTIFXL     'application/vnd.ms-excel',
140
+//UNCOMMENTIFXL     'application/vnd.ms-excel',
Lines 157-163 Link Here
157
-//     'x-extension/ppt');
157
-//     'x-extension/ppt');
158
-// $mime_drivers['horde']['mspowerpoint']['icons'] = array(
158
-// $mime_drivers['horde']['mspowerpoint']['icons'] = array(
159
-//     'default' => 'mspowerpoint.gif');
159
-//     'default' => 'mspowerpoint.gif');
160
+//UNCOMMENTIFXL $mime_drivers['horde']['mspowerpoint']['location'] = '%%LOCALBASE%%/bin/pptHtml';
160
+//UNCOMMENTIFXL $mime_drivers['horde']['mspowerpoint']['location'] = '%%LOCALBASE%%/bin/ppthtml';
161
+//UNCOMMENTIFXL $mime_drivers['horde']['mspowerpoint']['inline'] = false;
161
+//UNCOMMENTIFXL $mime_drivers['horde']['mspowerpoint']['inline'] = false;
162
+//UNCOMMENTIFXL $mime_drivers['horde']['mspowerpoint']['handles'] = array(
162
+//UNCOMMENTIFXL $mime_drivers['horde']['mspowerpoint']['handles'] = array(
163
+//UNCOMMENTIFXL     'application/vnd.ms-powerpoint',
163
+//UNCOMMENTIFXL     'application/vnd.ms-powerpoint',

Return to bug 35739