Index: lams_tool_nb/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -r2b3d7902eba19ec19df28ddfdab299f6a794d15b -r0a9205737ad38f2cde57c92fbee07f8d895aaf44 --- lams_tool_nb/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 2b3d7902eba19ec19df28ddfdab299f6a794d15b) +++ lams_tool_nb/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 0a9205737ad38f2cde57c92fbee07f8d895aaf44) @@ -44,6 +44,7 @@ <%@ attribute name="cancelButtonLabelKey" required="false" rtexprvalue="true" %> <%@ attribute name="saveButtonLabelKey" required="false" rtexprvalue="true" %> <%@ attribute name="cancelConfirmMsgKey" required="false" rtexprvalue="true" %> +<%@ attribute name="defineLater" required="false" rtexprvalue="true" %> <%-- Default value for message key --%> @@ -62,22 +63,22 @@

Index: lams_tool_nb/web/WEB-INF/tags/HTMLEditor.tag =================================================================== diff -u -r65166da92a6f0f4ff73acb92b95672e237b25742 -r0a9205737ad38f2cde57c92fbee07f8d895aaf44 --- lams_tool_nb/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision 65166da92a6f0f4ff73acb92b95672e237b25742) +++ lams_tool_nb/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision 0a9205737ad38f2cde57c92fbee07f8d895aaf44) @@ -1,58 +1,58 @@ -<% -/**************************************************************** - * 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 + * **************************************************************** + */ -