From 3d982813b34f6f230baf4a467cdc37ec92a77595 Mon Sep 17 00:00:00 2001 From: netconomy Date: Fri, 17 Aug 2007 06:10:56 +0000 Subject: Performance git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@167 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- webapp/jsp/results.jsp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'webapp/jsp/results.jsp') diff --git a/webapp/jsp/results.jsp b/webapp/jsp/results.jsp index cffe158..d98fcd3 100644 --- a/webapp/jsp/results.jsp +++ b/webapp/jsp/results.jsp @@ -7,6 +7,7 @@ <% List results = (List) request.getAttribute("results"); Object bb = request.getAttribute("backbutton"); + String btlurl = (String)request.getAttribute("btlurl"); boolean backbutton = true; if (bb != null && bb.equals("false")) { @@ -86,6 +87,12 @@ { %> zurück +<% + } + if (btlurl != null) + { +%> +zurück zur Liste <% } %> -- cgit v1.2.3