mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 20:39:13 +02:00
added content-type header with correct charset to override the webservers default
This commit is contained in:
@@ -24,6 +24,7 @@ $GLOBALS['phpgw_info']['flags'] = Array(
|
|||||||
);
|
);
|
||||||
|
|
||||||
include('../../header.inc.php');
|
include('../../header.inc.php');
|
||||||
|
header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||||
$GLOBALS['phpgw']->translation->add_app('htmlarea');
|
$GLOBALS['phpgw']->translation->add_app('htmlarea');
|
||||||
|
|
||||||
// I18N constants
|
// I18N constants
|
||||||
|
@@ -25,6 +25,7 @@ $GLOBALS['phpgw_info']['flags'] = Array(
|
|||||||
);
|
);
|
||||||
|
|
||||||
include('../../header.inc.php');
|
include('../../header.inc.php');
|
||||||
|
header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||||
$GLOBALS['phpgw']->translation->add_app('jscalendar');
|
$GLOBALS['phpgw']->translation->add_app('jscalendar');
|
||||||
|
|
||||||
$dateformat = $GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];
|
$dateformat = $GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];
|
||||||
|
@@ -24,6 +24,7 @@ $GLOBALS['phpgw_info']['flags'] = Array(
|
|||||||
);
|
);
|
||||||
|
|
||||||
include('../../../../../../header.inc.php');
|
include('../../../../../../header.inc.php');
|
||||||
|
header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||||
$GLOBALS['phpgw']->translation->add_app('htmlarea-ContextMenu');
|
$GLOBALS['phpgw']->translation->add_app('htmlarea-ContextMenu');
|
||||||
|
|
||||||
// I18N constants
|
// I18N constants
|
||||||
|
@@ -24,6 +24,7 @@ $GLOBALS['phpgw_info']['flags'] = Array(
|
|||||||
);
|
);
|
||||||
|
|
||||||
include('../../../../../../header.inc.php');
|
include('../../../../../../header.inc.php');
|
||||||
|
header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||||
$GLOBALS['phpgw']->translation->add_app('htmlarea-FullPage');
|
$GLOBALS['phpgw']->translation->add_app('htmlarea-FullPage');
|
||||||
|
|
||||||
// I18N for the FullPage plugin
|
// I18N for the FullPage plugin
|
||||||
|
@@ -24,6 +24,7 @@ $GLOBALS['phpgw_info']['flags'] = Array(
|
|||||||
);
|
);
|
||||||
|
|
||||||
include('../../../../../../header.inc.php');
|
include('../../../../../../header.inc.php');
|
||||||
|
header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||||
$GLOBALS['phpgw']->translation->add_app('htmlarea-HtmlTidy');
|
$GLOBALS['phpgw']->translation->add_app('htmlarea-HtmlTidy');
|
||||||
|
|
||||||
// I18N constants
|
// I18N constants
|
||||||
|
@@ -24,6 +24,7 @@ $GLOBALS['phpgw_info']['flags'] = Array(
|
|||||||
);
|
);
|
||||||
|
|
||||||
include('../../../../../../header.inc.php');
|
include('../../../../../../header.inc.php');
|
||||||
|
header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||||
$GLOBALS['phpgw']->translation->add_app('htmlarea-ListType');
|
$GLOBALS['phpgw']->translation->add_app('htmlarea-ListType');
|
||||||
|
|
||||||
// I18N constants
|
// I18N constants
|
||||||
|
@@ -24,6 +24,7 @@ $GLOBALS['phpgw_info']['flags'] = Array(
|
|||||||
);
|
);
|
||||||
|
|
||||||
include('../../../../../../header.inc.php');
|
include('../../../../../../header.inc.php');
|
||||||
|
header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||||
$GLOBALS['phpgw']->translation->add_app('htmlarea-SpellChecker');
|
$GLOBALS['phpgw']->translation->add_app('htmlarea-SpellChecker');
|
||||||
|
|
||||||
// I18N constants
|
// I18N constants
|
||||||
|
@@ -24,6 +24,7 @@ $GLOBALS['phpgw_info']['flags'] = Array(
|
|||||||
);
|
);
|
||||||
|
|
||||||
include('../../../../../../header.inc.php');
|
include('../../../../../../header.inc.php');
|
||||||
|
header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||||
$GLOBALS['phpgw']->translation->add_app('htmlarea-TableOperations');
|
$GLOBALS['phpgw']->translation->add_app('htmlarea-TableOperations');
|
||||||
|
|
||||||
// I18N constants
|
// I18N constants
|
||||||
|
@@ -24,6 +24,7 @@ $GLOBALS['phpgw_info']['flags'] = Array(
|
|||||||
);
|
);
|
||||||
|
|
||||||
include('../../../../../../header.inc.php');
|
include('../../../../../../header.inc.php');
|
||||||
|
header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||||
$GLOBALS['phpgw']->translation->add_app('htmlarea-SpellChecker');
|
$GLOBALS['phpgw']->translation->add_app('htmlarea-SpellChecker');
|
||||||
|
|
||||||
// I18N for the FullPage plugin
|
// I18N for the FullPage plugin
|
||||||
|
Reference in New Issue
Block a user