Index: lams_tool_survey/web/pages/authoring/authoring.jsp =================================================================== diff -u -r18e5e690d2e1a7c3d918759f7a2827c8205feaac -r8e034b984697716860a840db8d1f0fd48f54b96f --- lams_tool_survey/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 18e5e690d2e1a7c3d918759f7a2827c8205feaac) +++ lams_tool_survey/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 8e034b984697716860a840db8d1f0fd48f54b96f) @@ -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 @@