move info message into body, and ensure properly escaped

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1583084 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2014-03-29 23:25:54 +00:00
parent 83139afe2b
commit 144051253b
1 changed files with 5 additions and 5 deletions

View File

@ -81,10 +81,6 @@
</script>
</head>
<s:if test="%{infoMessage != null}">
<p>${infoMessage}</p>
</s:if>
<body>
<h1>Search</h1>
@ -92,6 +88,10 @@
<div id="contentArea">
<div id="searchBox">
<s:if test="%{infoMessage != null}">
<p><c:out value="${infoMessage}" /></p>
</s:if>
<c:url var="iconCreateUrl" value="/images/icons/create.png" />
<s:form method="get" id="quickSearch" action="quickSearch" validate="true">
@ -152,4 +152,4 @@
</div>
</body>
</html>
</html>