Index: lams_admin/web/WEB-INF/tags/HTMLEditor.tag =================================================================== diff -u -r500d3a196272c489de66d8e46e7df9f02f6c8f73 -re40001e43310236959641532ae8b0c61edcc0a19 --- lams_admin/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision 500d3a196272c489de66d8e46e7df9f02f6c8f73) +++ lams_admin/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19) @@ -31,7 +31,7 @@ %> <%@ tag body-content="empty"%> <%@ taglib uri="fck-editor" prefix="FCK"%> -<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-bean" prefix="bean"%> <%@ taglib uri="tags-core" prefix="c"%> <%@ taglib uri="tags-lams" prefix="lams"%> @@ -43,14 +43,18 @@
- + + +
- <fmt:message key=" /> - <fmt:message key=" /> + <bean:message key=" />      <bean:message key=" />
Index: lams_central/web/WEB-INF/tags/HTMLEditor.tag =================================================================== diff -u -r5894fab28c33727f24d8b662caed5f5faac8a589 -re40001e43310236959641532ae8b0c61edcc0a19 --- lams_central/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision 5894fab28c33727f24d8b662caed5f5faac8a589) +++ lams_central/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19) @@ -31,7 +31,7 @@ %> <%@ tag body-content="empty"%> <%@ taglib uri="fck-editor" prefix="FCK"%> -<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-bean" prefix="bean"%> <%@ taglib uri="tags-core" prefix="c"%> <%@ taglib uri="tags-lams" prefix="lams"%> @@ -43,14 +43,18 @@
- + + +
- <fmt:message key=" /> - <fmt:message key=" /> + <bean:message key=" />      <bean:message key=" />
Index: lams_learning/web/WEB-INF/tags/HTMLEditor.tag =================================================================== diff -u -r058624bba137d9124eed6784321dbecc72a12550 -re40001e43310236959641532ae8b0c61edcc0a19 --- lams_learning/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision 058624bba137d9124eed6784321dbecc72a12550) +++ lams_learning/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19) @@ -1,58 +1,60 @@ -<% -/**************************************************************** - * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) - * ============================================================= - * License Information: http://lamsfoundation.org/licensing/lams/2.0/ - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2.0 - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA - * - * http://www.gnu.org/licenses/gpl.txt - * **************************************************************** - */ - - /** - * HTMLEditor.tag - * Author: Mitchell Seaton - * Description: Creates a single instance of FCK Editor used over multiple fields. - * Wiki: - */ - - %> -<%@ tag body-content="empty" %> -<%@ taglib uri="fck-editor" prefix="FCK" %> -<%@ taglib uri="tags-bean" prefix="bean" %> -<%@ taglib uri="tags-core" prefix="c" %> -<%@ taglib uri="tags-lams" prefix="lams" %> - +<%/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ - Index: lams_tool_chat/web/WEB-INF/tags/HTMLEditor.tag =================================================================== diff -u -rc277bb1c30c1283b5f66c6f651855c51a5f87bc5 -re40001e43310236959641532ae8b0c61edcc0a19 --- lams_tool_chat/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision c277bb1c30c1283b5f66c6f651855c51a5f87bc5) +++ lams_tool_chat/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19) @@ -31,7 +31,7 @@ %> <%@ tag body-content="empty"%> <%@ taglib uri="fck-editor" prefix="FCK"%> -<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-bean" prefix="bean"%> <%@ taglib uri="tags-core" prefix="c"%> <%@ taglib uri="tags-lams" prefix="lams"%> @@ -43,14 +43,18 @@
- + + +
- <fmt:message key=" /> - <fmt:message key=" /> + <bean:message key=" />      <bean:message key=" />
Index: lams_tool_example/web/WEB-INF/tags/HTMLEditor.tag =================================================================== diff -u -rfc085e0eda6c46d659c5b98f9ee9e29f495af042 -re40001e43310236959641532ae8b0c61edcc0a19 --- lams_tool_example/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision fc085e0eda6c46d659c5b98f9ee9e29f495af042) +++ lams_tool_example/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19) @@ -1,58 +1,60 @@ -<% -/**************************************************************** - * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) - * ============================================================= - * License Information: http://lamsfoundation.org/licensing/lams/2.0/ - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2.0 - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA - * - * http://www.gnu.org/licenses/gpl.txt - * **************************************************************** - */ - - /** - * HTMLEditor.tag - * Author: Mitchell Seaton - * Description: Creates a single instance of FCK Editor used over multiple fields. - * Wiki: - */ - - %> -<%@ tag body-content="empty" %> -<%@ taglib uri="fck-editor" prefix="FCK" %> -<%@ taglib uri="tags-bean" prefix="bean" %> -<%@ taglib uri="tags-core" prefix="c" %> -<%@ taglib uri="tags-lams" prefix="lams" %> - +<%/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ -