xlawrence 2005/06/22 11:48:38 CEST
Modified files:
core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/JahiaImager
dialog.html
core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/JahiaLinker
dialog.html
core/src/webapp/jsp/jahia/htmleditors/xinha/plugins/JahiaImager
dialog.html
core/src/webapp/jsp/jahia/htmleditors/xinha/plugins/JahiaLinker
dialog.html
Log:
Simply changed the charset to UTF-8
Revision Changes Path
1.3 +1 -1
jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/JahiaImager/dialog.html
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/JahiaImager/dialog.html.diff?r1=1.2&r2=1.3&f=h
1.4 +1 -1
jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/JahiaLinker/dialog.html
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/JahiaLinker/dialog.html.diff?r1=1.3&r2=1.4&f=h
1.3 +2 -3
jahia/core/src/webapp/jsp/jahia/htmleditors/xinha/plugins/JahiaImager/dialog.html
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/htmleditors/xinha/plugins/JahiaImager/dialog.html.diff?r1=1.2&r2=1.3&f=h
1.5 +2 -3
jahia/core/src/webapp/jsp/jahia/htmleditors/xinha/plugins/JahiaLinker/dialog.html
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/htmleditors/xinha/plugins/JahiaLinker/dialog.html.diff?r1=1.4&r2=1.5&f=h
Index: dialog.html
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/JahiaImager/dialog.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dialog.html 21 Jun 2005 14:06:23 -0000 1.2
+++ dialog.html 22 Jun 2005 09:48:37 -0000 1.3
@@ -2,7 +2,7 @@
<html>
<head>
<title>Insert/Modify Image</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="jahia-imager.css" />
<script language="javascript1.2" type="text/javascript"
src="utils.js"></script>
<script type="text/javascript" src="dTree/dtree.js"></script>
Index: dialog.html
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/JahiaLinker/dialog.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dialog.html 21 Jun 2005 14:06:03 -0000 1.3
+++ dialog.html 22 Jun 2005 09:48:37 -0000 1.4
@@ -2,7 +2,7 @@
<html>
<head>
<title>Insert/Modify Link</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="jahia-linker.css" />
<script language="javascript1.2" type="text/javascript"
src="utils.js"></script>
<script type="text/javascript" src="dTree/dtree.js"></script>
Index: dialog.html
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/htmleditors/xinha/plugins/JahiaImager/dialog.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dialog.html 14 Jun 2005 11:26:56 -0000 1.2
+++ dialog.html 22 Jun 2005 09:48:38 -0000 1.3
@@ -2,8 +2,7 @@
<html>
<head>
<title>Insert/Modify Image</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="jahia-imager.css" />
<script language="javascript1.2" type="text/javascript"
src="utils.js"></script>
<script type="text/javascript" src="../../popups/popup.js"></script>
@@ -14,7 +13,7 @@
_editor_url = window.opener._editor_url || '../';
-JahiaImager = window.opener.JahiaImager; // load the JahiaExtractor plugin
and lang file ;-)
+JahiaImager = window.opener.JahiaImager; // load the JahiaExtractor plugin
and lang file
// center on parent
var filesList = window.opener.filesList;
</script>
Index: dialog.html
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/htmleditors/xinha/plugins/JahiaLinker/dialog.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dialog.html 14 Jun 2005 11:26:57 -0000 1.4
+++ dialog.html 22 Jun 2005 09:48:38 -0000 1.5
@@ -2,8 +2,7 @@
<html>
<head>
<title>Insert/Modify Link</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="jahia-linker.css" />
<script language="javascript1.2" type="text/javascript"
src="utils.js"></script>
<script type="text/javascript" src="../../popups/popup.js"></script>
@@ -15,7 +14,7 @@
_editor_url = window.opener._editor_url || '../';
_editor_lang = window.opener._editor_lang || 'en';
-JahiaLinker = window.opener.JahiaLinker; // load the JahiaExtractor plugin
and lang file ;-)
+JahiaLinker = window.opener.JahiaLinker; // load the JahiaExtractor plugin
and lang file
// center on parent
var pagesList = window.opener.pagesList;
</script>