Index: lams_central/web/qb/collection.jsp =================================================================== diff -u -r95b32ee3c7e813d17c11fe5391bbd5c5a951a64d -r07ffe534c333e36cd8c6bcdfaf02391bf791050d --- lams_central/web/qb/collection.jsp (.../collection.jsp) (revision 95b32ee3c7e813d17c11fe5391bbd5c5a951a64d) +++ lams_central/web/qb/collection.jsp (.../collection.jsp) (revision 07ffe534c333e36cd8c6bcdfaf02391bf791050d) @@ -37,7 +37,7 @@ .grid-collection-private { margin-left: 10px; - color: red; + color: red !important; } #grid-question-create { @@ -59,9 +59,9 @@ collectionGrid.jqGrid({ guiStyle: "bootstrap", iconSet: 'fontAwesome', - // data comes from data-collection-* attributes of tag which is a base for the grid - caption: collectionGrid.data('collectionTitle'), + caption: "Questions", datatype: "xml", + // data comes from data-collection-* attributes of
tag which is a base for the grid url: "qb/collection/getCollectionGridData.do?showUsage=true&collectionUid=" + collectionGrid.data('collectionUid'), height: "100%", autowidth:true, @@ -73,6 +73,8 @@ pager: true, rowList:[10,20,30,40,50,100], rowNum: 10, + viewrecords: true, + recordpos: "left", colNames:[ "ID", "Name", @@ -199,43 +201,28 @@ +
- -
-
- - - <%-- Build collection title with its name, question count, optional "private" flag and edit button --%> - - - (${questionCount} questions) - - Private - - - <%-- jqGrid placeholder with some useful attributes --%> -
-
- - -
- There are no questions in this collection -
-
- + +

+ + + + Private collection + + + +
+ + + +
-
-
-
-
- Create question -
-
- @@ -244,18 +231,34 @@ - -
-
+
+

+ + + + <%-- jqGrid placeholder with some useful attributes --%> +
+ +
+
+
+ +
+ There are no questions in this collection +
+
+
- <%-- Do not display links for collection manipulation for public and private collections --%> +
+ <%-- Do not display links for collection manipulation for public and private collections --%>
@@ -306,7 +309,7 @@
-
+ Index: lams_central/web/qb/stats.jsp =================================================================== diff -u -r95b32ee3c7e813d17c11fe5391bbd5c5a951a64d -r07ffe534c333e36cd8c6bcdfaf02391bf791050d --- lams_central/web/qb/stats.jsp (.../stats.jsp) (revision 95b32ee3c7e813d17c11fe5391bbd5c5a951a64d) +++ lams_central/web/qb/stats.jsp (.../stats.jsp) (revision 07ffe534c333e36cd8c6bcdfaf02391bf791050d) @@ -131,6 +131,16 @@
Question + +
@@ -212,31 +222,17 @@ - -
- + + +
Management
-
-
-
- -
-
- +