Index: lams_central/web/launchlearner.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/launchlearner.jsp,v diff -u -r1.6 -r1.7 --- lams_central/web/launchlearner.jsp 2 Jul 2009 08:19:14 -0000 1.6 +++ lams_central/web/launchlearner.jsp 4 Dec 2014 23:06:54 -0000 1.7 @@ -1,5 +1,4 @@ - + <%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %> <%@ page import="org.lamsfoundation.lams.lesson.Lesson" %> @@ -11,9 +10,9 @@ <fmt:message key="index.welcome" /> - - - + + + @@ -26,50 +25,51 @@

- - <%= Lesson.CREATED %> - <%= Lesson.NOT_STARTED_STATE %> - <%= Lesson.STARTED_STATE %> - <%= Lesson.FINISHED_STATE %> - <%= Lesson.SUSPENDED_STATE %> - <%= Lesson.ARCHIVED_STATE %> - <%= Lesson.REMOVED_STATE %> + + + <%= Lesson.CREATED %> + <%= Lesson.NOT_STARTED_STATE %> + <%= Lesson.STARTED_STATE %> + <%= Lesson.FINISHED_STATE %> + <%= Lesson.SUSPENDED_STATE %> + <%= Lesson.ARCHIVED_STATE %> + <%= Lesson.REMOVED_STATE %> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

@@ -80,6 +80,4 @@ - - \ No newline at end of file