From: rkv Date: Thu, 31 Jan 2013 12:34:34 +0000 (+0000) Subject: Fix for mantis #0022066: Search form not conform to specifications (SC03): The "I... X-Git-Tag: Root_Delivery2_2013_04_22~156 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=54ea6f06b4ec0ab00b891400f60e4587e10529cb;p=tools%2Fsiman.git Fix for mantis #0022066: Search form not conform to specifications (SC03): The "I'm involved in, Public, Either" radio button should be removed - additional fix for knowledges. --- diff --git a/Workspace/Siman/WebContent/WEB-INF/tiles/tiles-defs.xml b/Workspace/Siman/WebContent/WEB-INF/tiles/tiles-defs.xml index 878eceb..897ce9b 100644 --- a/Workspace/Siman/WebContent/WEB-INF/tiles/tiles-defs.xml +++ b/Workspace/Siman/WebContent/WEB-INF/tiles/tiles-defs.xml @@ -88,6 +88,7 @@ + diff --git a/Workspace/Siman/WebContent/study/searchKnowledge.jsp b/Workspace/Siman/WebContent/study/searchKnowledge.jsp index 5be4186..a2fc887 100644 --- a/Workspace/Siman/WebContent/study/searchKnowledge.jsp +++ b/Workspace/Siman/WebContent/study/searchKnowledge.jsp @@ -1,16 +1,12 @@ <%@page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1" %> -<%@page import="org.splat.dal.bo.som.KnowledgeElement"%> <%@page import="org.splat.som.ApplicationRights"%> -<%@page import="org.splat.simer.ApplicationSettings"%> <%@page import="java.util.ResourceBundle"%> -<%@page import="java.util.Calendar"%> <%@page import="java.text.SimpleDateFormat"%> <%@page import="org.splat.simer.Action"%> <%@page import="com.opensymphony.xwork2.ActionContext"%> <%@taglib prefix="s" uri="/struts-tags"%> -