Index: lams_central/web/qb/collectionList.jsp =================================================================== diff -u -re984933f19c9e4cfc051bcde963c81b412bceea3 -rce08b5834386d861110869e90237174b8969f3a0 --- lams_central/web/qb/collectionList.jsp (.../collectionList.jsp) (revision e984933f19c9e4cfc051bcde963c81b412bceea3) +++ lams_central/web/qb/collectionList.jsp (.../collectionList.jsp) (revision ce08b5834386d861110869e90237174b8969f3a0) @@ -1,180 +1,182 @@ -<%@ page contentType="text/html; charset=utf-8" language="java"%> -<%@ taglib uri="tags-lams" prefix="lams"%> -<%@ taglib uri="tags-fmt" prefix="fmt"%> -<%@ taglib uri="tags-core" prefix="c"%> - - - - - Collection management - - - - - - - - - - - - - - - <%-- This option can be switched off in sysadmin --%> - -
- -
-
- - -
- <%-- Build collection title with its name, question count, optional "private" flag and edit button --%> - - - (${questionCount[collection.uid]} questions) - - Private - - - - - - <%-- jqGrid placeholder with some useful attributes --%> - -
-
-
-
- +<%@ page contentType="text/html; charset=utf-8" language="java"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-core" prefix="c"%> + + + + + Collection management + + + + + + + + + + + + + + + <%-- This option can be switched off in sysadmin --%> + +
+ +
+
+ + +
+ <%-- Build collection title with its name, question count, optional "private" flag and edit button --%> + + + (${questionCount[collection.uid]} questions) + + Private + + + + + + <%-- jqGrid placeholder with some useful attributes --%> + +
+
+
+
+
\ No newline at end of file