Index: lams_central/src/java/org/lamsfoundation/lams/web/qb/SearchQBController.java =================================================================== diff -u -r8eefd9a2f57ce5b05eb75908e36bb042c5fe7fce -rd064905749470c0f9d9ffd8b7d8614529d533a88 --- lams_central/src/java/org/lamsfoundation/lams/web/qb/SearchQBController.java (.../SearchQBController.java) (revision 8eefd9a2f57ce5b05eb75908e36bb042c5fe7fce) +++ lams_central/src/java/org/lamsfoundation/lams/web/qb/SearchQBController.java (.../SearchQBController.java) (revision d064905749470c0f9d9ffd8b7d8614529d533a88) @@ -121,12 +121,7 @@ request.setAttribute("questionType", questionTypeDefault); request.setAttribute("questionTypesAvailable", questionTypesAvailable.toString()); - boolean isFullJspRequested = WebUtil.readBooleanParam(request, "isFullJspRequested", true); - if (isFullJspRequested) { - return "qb/search"; - } else { - return "qb/searchWidget"; - } + return "qb/search"; } /** Index: lams_central/web/qb/search.jsp =================================================================== diff -u -r6cbd849584c40532c6be292f9f009c88cde9439c -rd064905749470c0f9d9ffd8b7d8614529d533a88 --- lams_central/web/qb/search.jsp (.../search.jsp) (revision 6cbd849584c40532c6be292f9f009c88cde9439c) +++ lams_central/web/qb/search.jsp (.../search.jsp) (revision d064905749470c0f9d9ffd8b7d8614529d533a88) @@ -4,68 +4,252 @@ <%@ taglib uri="tags-fmt" prefix="fmt"%> <%@ taglib uri="tags-core" prefix="c"%> - - - Question Bank Search + + - - - + } + + #question-detail-area table { + margin-top: 15px; + } + + /* hide "View 1 out of 10" label */ + #questions-grid-pager_left, #questions-grid-pager_right { + display: none; + } + + .highlight { + background-color: #FFFF88; + } + + .disabled-span { + -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none; + } + + .dropdown-menu { + min-width: 90px; + } + + /* jqGrid header */ + .ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels th div { + font-size: 14px; + margin: 6px; + } + + /* question imported growl */ + div.growlUI h1, div.growlUI h2 { + color: white; + margin: 5px 5px 5px 0px; + text-align: center; + font-size: 18px; + } + + #question-type { + display: inline-flex; + } + - - - - -
-
- + + + + + + +
+ + + +
+ +
- -
- <%@ include file="searchWidget.jsp"%> -
+
+
+ +
+
+
+
- - - - + +
+
Fisheye: Tag d064905749470c0f9d9ffd8b7d8614529d533a88 refers to a dead (removed) revision in file `lams_central/web/qb/searchWidget.jsp'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_assessment/web/pages/authoring/basic.jsp =================================================================== diff -u -re7f6df71275535cf4af43f3ff4479a8c58e0be50 -rd064905749470c0f9d9ffd8b7d8614529d533a88 --- lams_tool_assessment/web/pages/authoring/basic.jsp (.../basic.jsp) (revision e7f6df71275535cf4af43f3ff4479a8c58e0be50) +++ lams_tool_assessment/web/pages/authoring/basic.jsp (.../basic.jsp) (revision d064905749470c0f9d9ffd8b7d8614529d533a88) @@ -18,7 +18,10 @@ font-weight: 500; font-style: normal; } - + + #add-question-div { + margin-top: -5px; + }
-
+
- - -
- - - ?sessionMapId=${sessionMapId} - - - - - - - -
-
@@ -76,6 +61,12 @@ + + @@ -120,5 +111,5 @@
-
+
Index: lams_tool_scratchie/web/pages/authoring/authoring.jsp =================================================================== diff -u -re7f6df71275535cf4af43f3ff4479a8c58e0be50 -rd064905749470c0f9d9ffd8b7d8614529d533a88 --- lams_tool_scratchie/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision e7f6df71275535cf4af43f3ff4479a8c58e0be50) +++ lams_tool_scratchie/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision d064905749470c0f9d9ffd8b7d8614529d533a88) @@ -19,6 +19,9 @@ #question-bank-div { margin-top: 75px; } + #add-question-div { + margin-top: -5px; + }