Index: lams_tool_survey/web/pages/authoring/authoring.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_survey/web/pages/authoring/authoring.jsp,v diff -u -r1.9 -r1.10 --- lams_tool_survey/web/pages/authoring/authoring.jsp 8 Jun 2007 01:42:15 -0000 1.9 +++ lams_tool_survey/web/pages/authoring/authoring.jsp 1 Nov 2007 06:46:07 -0000 1.10 @@ -2,17 +2,8 @@ "http://www.w3.org/TR/html4/strict.dtd"> <%@ include file="/common/taglibs.jsp"%> -<%@ page import="java.util.HashSet"%> -<%@ page import="java.util.Set"%> <%@ page import="org.lamsfoundation.lams.tool.survey.SurveyConstants"%> -<%Set tabs = new HashSet(); - tabs.add("label.authoring.heading.basic"); - tabs.add("label.authoring.heading.advance"); - tabs.add("label.authoring.heading.instructions"); - pageContext.setAttribute("tabs", tabs); - - %> <fmt:message key="label.author.title" /> @@ -62,7 +53,11 @@