From bcd76541abf2472254d4d812a4310e59c2fd6a2a Mon Sep 17 00:00:00 2001 From: "Eric J. Bowersox" Date: Fri, 11 Jan 2002 02:57:51 +0000 Subject: [PATCH] links broken in "Return to" part of page...fixed --- web/format/conf/find.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/format/conf/find.jsp b/web/format/conf/find.jsp index 3249c69..a0cfad6 100644 --- a/web/format/conf/find.jsp +++ b/web/format/conf/find.jsp @@ -36,13 +36,13 @@ <% if (view.getTopic()!=null) { %> - conf/posts.jsp?cc=<%= view.getCommunity().getCommunityID() %>&conf=<%= view.getConference().getConfID() %>&top=<%= view.getTopic().getTopicNumber() %> + conf/posts.js.vs?cc=<%= view.getCommunity().getCommunityID() %>&conf=<%= view.getConference().getConfID() %>&top=<%= view.getTopic().getTopicNumber() %> Return to Topic <% } else if (view.getConference()!=null) { %> - conf/topics.jsp?cc=<%= view.getCommunity().getCommunityID() %>&conf=<%= view.getConference().getConfID() %> + conf/topics.js.vs?cc=<%= view.getCommunity().getCommunityID() %>&conf=<%= view.getConference().getConfID() %> Return to Topic List <% } else { %> - conf/conferences.jsp?cc=<%= view.getCommunity().getCommunityID() %> + conf/conferences.js.vs?cc=<%= view.getCommunity().getCommunityID() %> Return to Conference List <% } // end if %>