From 5991cd7f19197d491c5397e08d1d2f4866022070 Mon Sep 17 00:00:00 2001 From: Brian Jones Date: Wed, 8 Oct 2014 18:37:18 +0000 Subject: [PATCH] SAM-2384 indicate the state of zero selected groups more clearly to the user git-svn-id: https://source.sakaiproject.org/svn/sam/trunk@314131 66ffb92e-73f9-0310-93c1-f5514f145a0a --- .../sakai-samigo/webapp/jsf/index/mainIndex.jsp | 12 +++++++++++- samigo/samigo-app/src/webapp/css/tool_sam.css | 4 ++++ .../src/webapp/jsf/author/authorIndex_noHeader.jsp | 4 ++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/samigo/samigo-app/sakai-samigo/webapp/jsf/index/mainIndex.jsp b/samigo/samigo-app/sakai-samigo/webapp/jsf/index/mainIndex.jsp index ce638ae872fe..38ba705daf0a 100644 --- a/samigo/samigo-app/sakai-samigo/webapp/jsf/index/mainIndex.jsp +++ b/samigo/samigo-app/sakai-samigo/webapp/jsf/index/mainIndex.jsp @@ -1,4 +1,6 @@ -<%@ page contentType="text/html;charset=UTF-8" pageEncoding="utf-8" %> +<%@ page contentType="text/html;charset=UTF-8" pageEncoding="utf-8" + import="org.sakaiproject.tool.assessment.ui.listener.author.AuthorActionListener, + org.sakaiproject.tool.assessment.ui.listener.select.SelectActionListener"%> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> <%@ taglib uri="http://www.sakaiproject.org/samigo" prefix="samigo" %> @@ -10,10 +12,18 @@ + <% + AuthorActionListener authorListener = new AuthorActionListener(); + authorListener.processAction(null); + %> <%@ include file="../author/authorIndex_noHeader.jsp"%> + <% + SelectActionListener listener = new SelectActionListener(); + listener.processAction(null); + %> <%@ include file="../select/selectIndex_noHeader.jsp"%> diff --git a/samigo/samigo-app/src/webapp/css/tool_sam.css b/samigo/samigo-app/src/webapp/css/tool_sam.css index 725f07a7cd1d..f28249fb3d92 100644 --- a/samigo/samigo-app/src/webapp/css/tool_sam.css +++ b/samigo/samigo-app/src/webapp/css/tool_sam.css @@ -918,3 +918,7 @@ div.expand { div.collapse { background: url('/library/image/sakai/expand.gif') no-repeat left !important; } + +td.releaseTo div.alertMessage { + width: auto; +} diff --git a/samigo/samigo-app/src/webapp/jsf/author/authorIndex_noHeader.jsp b/samigo/samigo-app/src/webapp/jsf/author/authorIndex_noHeader.jsp index 9c7357bae50a..b5247fa59bd2 100644 --- a/samigo/samigo-app/src/webapp/jsf/author/authorIndex_noHeader.jsp +++ b/samigo/samigo-app/src/webapp/jsf/author/authorIndex_noHeader.jsp @@ -417,8 +417,8 @@ $(document).ready(function() { - - + +