xlawrence 2005/06/07 18:46:23 CEST
Modified files:
core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/JahiaLinker
utils.js
core/src/webapp/jsp/jahia/htmleditors/xinha/plugins/JahiaLinker
utils.js
Log:
typo
Revision Changes Path
1.5 +1 -1
jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/JahiaLinker/utils.js
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/JahiaLinker/utils.js.diff?r1=1.4&r2=1.5&f=h
1.6 +1 -1
jahia/core/src/webapp/jsp/jahia/htmleditors/xinha/plugins/JahiaLinker/utils.js
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/htmleditors/xinha/plugins/JahiaLinker/utils.js.diff?r1=1.5&r2=1.6&f=h
Index: utils.js
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/JahiaLinker/utils.js,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- utils.js 7 Jun 2005 12:04:48 -0000 1.4
+++ utils.js 7 Jun 2005 16:46:23 -0000 1.5
@@ -56,7 +56,7 @@
if (groups) {
message += "- The page you have selected cannot be seen by groups
'"+ groups +"', ";
- message += "which however have access to the field you are editing
(Result: 403 Error for users belonging to '"+groups"').\n\n";
+ message += "which however have access to the field you are editing
(Result: 403 Error for users belonging to '"+ groups +"').\n\n";
}
message += "Continue anyway ?";
Index: utils.js
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/htmleditors/xinha/plugins/JahiaLinker/utils.js,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- utils.js 7 Jun 2005 12:04:48 -0000 1.5
+++ utils.js 7 Jun 2005 16:46:23 -0000 1.6
@@ -199,7 +199,7 @@
if (groups) {
message += "- The page you have selected cannot be seen by groups
'"+ groups +"', ";
- message += "which however have access to the field you are editing
(Result: 403 Error for users belonging to '"+groups"').\n\n";
+ message += "which however have access to the field you are editing
(Result: 403 Error for users belonging to '"+ groups +"').\n\n";
}
message += "Continue anyway ?";