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 --%>
+