Index: lams_central/web/newLesson.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/Attic/newLesson.jsp,v diff -u -r1.2 -r1.3 --- lams_central/web/newLesson.jsp 7 Jan 2013 21:11:30 -0000 1.2 +++ lams_central/web/newLesson.jsp 8 Jan 2013 11:19:31 -0000 1.3 @@ -1,6 +1,7 @@ <%@ 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"%> @@ -45,6 +46,7 @@ initLessonTab(); initClassTab(); initAdvancedTab(); + initConditionsTab(); }); @@ -63,6 +65,7 @@
  • +
  • @@ -122,9 +125,8 @@ - +
    - @@ -136,12 +138,12 @@
    -
    +

    + disabled="disabled">
    @@ -152,7 +154,7 @@


    -
    +
    @@ -165,8 +167,29 @@
    -
    + +
    +
    +
    + + + +
    +
    + +
    +
    + +
    +
    +
    \ No newline at end of file