[LON-CAPA-cvs] cvs: loncom /html/adm/helper course.initialization.helper
bowersj2
lon-capa-cvs@mail.lon-capa.org
Fri, 05 Sep 2003 16:16:17 -0000
bowersj2 Fri Sep 5 12:16:17 2003 EDT
Modified files:
/loncom/html/adm/helper course.initialization.helper
Log:
Tell the user they are going to the course initialization screen if the
course is cloned.
Index: loncom/html/adm/helper/course.initialization.helper
diff -u loncom/html/adm/helper/course.initialization.helper:1.12 loncom/html/adm/helper/course.initialization.helper:1.13
--- loncom/html/adm/helper/course.initialization.helper:1.12 Thu Jul 24 13:53:59 2003
+++ loncom/html/adm/helper/course.initialization.helper Fri Sep 5 12:16:17 2003
@@ -244,6 +244,12 @@
<p>Remember that all of these settings can be modified in the <b>PARMS</b>
screen, by pushing the <b>Course Environment</b> button.</p>
</message>
+ <condition>
+ <clause>$ENV{'course.'.$ENV{'request.course.id'}.'.clonedfrom'}</clause>
+ <message>After you select <b>Finish Course Initialization</b>,
+ you will be taken to the Parameter Overview screen to
+ update the dates for this cloned course.</message>
+ </condition>
<final restartCourse='1' />
</state>
</helper>