Index: lams_central/web/css/components.css =================================================================== diff -u -r3d7577122201e05495a07b77e10a0846400987f0 -r0bc73958f17fe53a99f0e38e96a7eda971b9ad8c --- lams_central/web/css/components.css (.../components.css) (revision 3d7577122201e05495a07b77e10a0846400987f0) +++ lams_central/web/css/components.css (.../components.css) (revision 0bc73958f17fe53a99f0e38e96a7eda971b9ad8c) @@ -42,7 +42,7 @@ min-height: 100%; background-color: #F6F5FA; border-radius: 2rem; - padding: 2rem 4.8rem; + padding: 1.5rem 4.8rem; } .top-menu-btn a { Index: lams_tool_assessment/web/WEB-INF/tags/AuthoringButton5.tag =================================================================== diff -u --- lams_tool_assessment/web/WEB-INF/tags/AuthoringButton5.tag (revision 0) +++ lams_tool_assessment/web/WEB-INF/tags/AuthoringButton5.tag (revision 0bc73958f17fe53a99f0e38e96a7eda971b9ad8c) @@ -0,0 +1,135 @@ +<% +/**************************************************************** + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * AuthoringButton.tag + * Author: Dapeng Ni, Marcin Cieslak + * Description: Creates the save/cancel button for authoring page + */ + + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> +<%@ taglib uri="tags-lams" prefix="lams"%> + +<%@ attribute name="formID" required="true" rtexprvalue="true" %> +<%@ attribute name="toolSignature" required="true" rtexprvalue="true" %> +<%@ attribute name="toolContentID" required="true" rtexprvalue="true" %> +<%@ attribute name="contentFolderID" required="true" rtexprvalue="true" %> +<%@ attribute name="clearSessionActionUrl" required="true" rtexprvalue="true" %> + +<%-- Optional attribute --%> +<%@ attribute name="accessMode" required="false" rtexprvalue="true" %> +<%@ 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" %> +<%@ attribute name="customiseSessionID" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ \ No newline at end of file Index: lams_tool_assessment/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r023e019feae586433ba4b9086294aab7a424d1f9 -r0bc73958f17fe53a99f0e38e96a7eda971b9ad8c --- lams_tool_assessment/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 023e019feae586433ba4b9086294aab7a424d1f9) +++ lams_tool_assessment/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 0bc73958f17fe53a99f0e38e96a7eda971b9ad8c) @@ -433,4 +433,8 @@ OutcomeAuthor5 /WEB-INF/tags/OutcomeAuthor5.tag + + AuthoringButton5 + /WEB-INF/tags/AuthoringButton5.tag + Index: lams_tool_assessment/web/pages/authoring/authoring5.jsp =================================================================== diff -u -r3d7577122201e05495a07b77e10a0846400987f0 -r0bc73958f17fe53a99f0e38e96a7eda971b9ad8c --- lams_tool_assessment/web/pages/authoring/authoring5.jsp (.../authoring5.jsp) (revision 3d7577122201e05495a07b77e10a0846400987f0) +++ lams_tool_assessment/web/pages/authoring/authoring5.jsp (.../authoring5.jsp) (revision 0bc73958f17fe53a99f0e38e96a7eda971b9ad8c) @@ -156,7 +156,7 @@ - + @@ -176,18 +176,14 @@ colorClass="green2" expanded="false"> + + + - - -
-
- -
-