Index: lams_tool_assessment/web/includes/css/addQuestion.css
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/includes/css/addQuestion.css,v
diff -u -r1.3.2.2 -r1.3.2.3
--- lams_tool_assessment/web/includes/css/addQuestion.css 1 Jun 2016 14:05:15 -0000 1.3.2.2
+++ lams_tool_assessment/web/includes/css/addQuestion.css 10 Nov 2016 13:21:07 -0000 1.3.2.3
@@ -32,4 +32,9 @@
height: 0;
width: 0;
float: right !important;
+}
+
+/* overwriting bootstrap value. */
+.panel {
+ margin-bottom: 0 !important;
}
\ No newline at end of file
Index: lams_tool_assessment/web/pages/authoring/basic.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/basic.jsp,v
diff -u -r1.19.2.4 -r1.19.2.5
--- lams_tool_assessment/web/pages/authoring/basic.jsp 9 Nov 2016 17:14:08 -0000 1.19.2.4
+++ lams_tool_assessment/web/pages/authoring/basic.jsp 10 Nov 2016 13:21:07 -0000 1.19.2.5
@@ -106,23 +106,8 @@
location.href="" + param;
};
- function resizeIframe() {
- if (document.getElementById('TB_iframeContent') != null) {
- var height = top.window.innerHeight;
- if ( height == undefined || height == 0 ) {
- // IE doesn't use window.innerHeight.
- height = document.documentElement.clientHeight;
- // alert("using clientHeight");
- }
- // alert("doc height "+height);
- height -= document.getElementById('TB_iframeContent').offsetTop + 140;
- document.getElementById('TB_iframeContent').style.height = height +"px";
-
- TB_HEIGHT = height + 28;
- tb_position();
- }
- };
- window.onresize = resizeIframe;
+ //autoresize Thickbox iframe on window resizing
+ window.onresize = resizeThickbox;
function createNewQuestionInitHref() {
var questionTypeDropdown = document.getElementById("questionType");
Index: lams_tool_assessment/web/pages/authoring/parts/addessay.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/addessay.jsp,v
diff -u -r1.20.2.5 -r1.20.2.6
--- lams_tool_assessment/web/pages/authoring/parts/addessay.jsp 23 Sep 2016 07:06:56 -0000 1.20.2.5
+++ lams_tool_assessment/web/pages/authoring/parts/addessay.jsp 10 Nov 2016 13:21:07 -0000 1.20.2.6
@@ -105,7 +105,7 @@
-
+
Index: lams_tool_assessment/web/pages/authoring/parts/addmarkhedging.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/addmarkhedging.jsp,v
diff -u -r1.1.2.7 -r1.1.2.8
--- lams_tool_assessment/web/pages/authoring/parts/addmarkhedging.jsp 23 Sep 2016 07:06:56 -0000 1.1.2.7
+++ lams_tool_assessment/web/pages/authoring/parts/addmarkhedging.jsp 10 Nov 2016 13:21:07 -0000 1.1.2.8
@@ -87,7 +87,7 @@
-
+
Index: lams_tool_assessment/web/pages/authoring/parts/addmatchingpairs.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/addmatchingpairs.jsp,v
diff -u -r1.20.2.5 -r1.20.2.6
--- lams_tool_assessment/web/pages/authoring/parts/addmatchingpairs.jsp 23 Sep 2016 07:06:56 -0000 1.20.2.5
+++ lams_tool_assessment/web/pages/authoring/parts/addmatchingpairs.jsp 10 Nov 2016 13:21:07 -0000 1.20.2.6
@@ -87,8 +87,8 @@
-
-
+
+
Index: lams_tool_assessment/web/pages/authoring/parts/addmultiplechoice.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/addmultiplechoice.jsp,v
diff -u -r1.21.2.6 -r1.21.2.7
--- lams_tool_assessment/web/pages/authoring/parts/addmultiplechoice.jsp 23 Sep 2016 07:06:56 -0000 1.21.2.6
+++ lams_tool_assessment/web/pages/authoring/parts/addmultiplechoice.jsp 10 Nov 2016 13:21:07 -0000 1.21.2.7
@@ -109,7 +109,7 @@
}
-
+
Index: lams_tool_assessment/web/pages/authoring/parts/addnumerical.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/addnumerical.jsp,v
diff -u -r1.19.2.5 -r1.19.2.6
--- lams_tool_assessment/web/pages/authoring/parts/addnumerical.jsp 23 Sep 2016 07:06:56 -0000 1.19.2.5
+++ lams_tool_assessment/web/pages/authoring/parts/addnumerical.jsp 10 Nov 2016 13:21:07 -0000 1.19.2.6
@@ -158,7 +158,7 @@
-
+
Index: lams_tool_assessment/web/pages/authoring/parts/addordering.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/addordering.jsp,v
diff -u -r1.18.2.5 -r1.18.2.6
--- lams_tool_assessment/web/pages/authoring/parts/addordering.jsp 23 Sep 2016 07:06:56 -0000 1.18.2.5
+++ lams_tool_assessment/web/pages/authoring/parts/addordering.jsp 10 Nov 2016 13:21:07 -0000 1.18.2.6
@@ -90,7 +90,7 @@
-
+
Index: lams_tool_assessment/web/pages/authoring/parts/addshortanswer.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/addshortanswer.jsp,v
diff -u -r1.19.2.5 -r1.19.2.6
--- lams_tool_assessment/web/pages/authoring/parts/addshortanswer.jsp 23 Sep 2016 07:06:56 -0000 1.19.2.5
+++ lams_tool_assessment/web/pages/authoring/parts/addshortanswer.jsp 10 Nov 2016 13:21:07 -0000 1.19.2.6
@@ -98,7 +98,7 @@
-
+
Index: lams_tool_assessment/web/pages/authoring/parts/addtruefalse.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/addtruefalse.jsp,v
diff -u -r1.16.2.5 -r1.16.2.6
--- lams_tool_assessment/web/pages/authoring/parts/addtruefalse.jsp 23 Sep 2016 07:06:56 -0000 1.16.2.5
+++ lams_tool_assessment/web/pages/authoring/parts/addtruefalse.jsp 10 Nov 2016 13:21:07 -0000 1.16.2.6
@@ -73,7 +73,7 @@
-
+