Index: lams_learning/conf/language/lams/ApplicationResources.properties
===================================================================
diff -u -rdd42ee56aadaa0f237dd0766a197cb418f182b7e -r0d3e22cf043f3f9498e1aae50704cd5cb5449c63
--- lams_learning/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision dd42ee56aadaa0f237dd0766a197cb418f182b7e)
+++ lams_learning/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 0d3e22cf043f3f9498e1aae50704cd5cb5449c63)
@@ -77,7 +77,7 @@
message.progress.broken.try.resume =Please select 'Resume' or close and reopen this window to continue. If this error re-occurs, wait a few minutes and then try again.
label.branching.wait.message=You have stopped at a branching point. You cannot continue until your branch is selected in monitoring.
label.branching.refresh.message=Click Next if you are told that the branch has been selected. This page will refresh automatically in 1 minute.
-label.branching.preview.message=As this is a preview, clicking Next will select the first branch and continue.
+label.branching.preview.message=You have reached a branching activity. As you are in preview you can select which branch to preview then click Choose. Click Finish to skip the branching and continue with the next activity after the branching.
label.branching.title=Branching
label.sequence.empty.message=There are no activities to complete in this section. Click Next to continue.
Index: lams_learning/conf/language/lams/ApplicationResources_en_AU.properties
===================================================================
diff -u -rdd42ee56aadaa0f237dd0766a197cb418f182b7e -r0d3e22cf043f3f9498e1aae50704cd5cb5449c63
--- lams_learning/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision dd42ee56aadaa0f237dd0766a197cb418f182b7e)
+++ lams_learning/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 0d3e22cf043f3f9498e1aae50704cd5cb5449c63)
@@ -77,7 +77,7 @@
message.progress.broken.try.resume =Please select 'Resume' or close and reopen this window to continue. If this error re-occurs, wait a few minutes and then try again.
label.branching.wait.message=You have stopped at a branching point. You cannot continue until your branch is selected in monitoring.
label.branching.refresh.message=Click Next if you are told that the branch has been selected. This page will refresh automatically in 1 minute.
-label.branching.preview.message=As this is a preview, clicking Next will select the first branch and continue.
+label.branching.preview.message=You have reached a branching activity. As you are in preview you can select which branch to preview then click Choose. Click Finish to skip the branching and continue with the next activity after the branching.
label.branching.title=Branching
label.sequence.empty.message=There are no activities to complete in this section. Click Next to continue.
Index: lams_learning/conf/xdoclet/struts-forms.xml
===================================================================
diff -u -r5863520d75343b47f77b05ad3bd7045a9a39af49 -r0d3e22cf043f3f9498e1aae50704cd5cb5449c63
--- lams_learning/conf/xdoclet/struts-forms.xml (.../struts-forms.xml) (revision 5863520d75343b47f77b05ad3bd7045a9a39af49)
+++ lams_learning/conf/xdoclet/struts-forms.xml (.../struts-forms.xml) (revision 0d3e22cf043f3f9498e1aae50704cd5cb5449c63)
@@ -33,9 +33,11 @@
+
+
Index: lams_learning/web/WEB-INF/struts/struts-config.xml
===================================================================
diff -u -rccf0c98665da622cc43ff39393de652596752cdf -r0d3e22cf043f3f9498e1aae50704cd5cb5449c63
--- lams_learning/web/WEB-INF/struts/struts-config.xml (.../struts-config.xml) (revision ccf0c98665da622cc43ff39393de652596752cdf)
+++ lams_learning/web/WEB-INF/struts/struts-config.xml (.../struts-config.xml) (revision 0d3e22cf043f3f9498e1aae50704cd5cb5449c63)
@@ -61,9 +61,11 @@
+
+
@@ -223,6 +225,11 @@
path=".branchingActivityWait"
redirect="false"
/>
+
+
+
+
+
Index: lams_learning/web/branching/preview.jsp
===================================================================
diff -u
--- lams_learning/web/branching/preview.jsp (revision 0)
+++ lams_learning/web/branching/preview.jsp (revision 0d3e22cf043f3f9498e1aae50704cd5cb5449c63)
@@ -0,0 +1,139 @@
+<%--
+Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
+License Information: http://lamsfoundation.org/licensing/lams/2.0/
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+ USA
+
+ http://www.gnu.org/licenses/gpl.txt
+--%>
+
+<%@ taglib uri="tags-html" prefix="html" %>
+<%@ taglib uri="tags-bean" prefix="bean" %>
+<%@ taglib uri="tags-logic" prefix="logic" %>
+<%@ taglib uri="tags-core" prefix="c" %>
+<%@ taglib uri="tags-fmt" prefix="fmt" %>
+<%@ taglib uri="tags-lams" prefix="lams" %>
+
+
+
+
+
+