From 6b7ac9fba66ccacf29bb73a3e62e5c5536bf27d5 Mon Sep 17 00:00:00 2001 From: str4d Date: Sat, 7 Jan 2017 17:29:12 +0000 Subject: [PATCH] Move susidns export button to top of UI --- apps/susidns/src/jsp/addressbook.jsp | 30 +++++++++++++--------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/apps/susidns/src/jsp/addressbook.jsp b/apps/susidns/src/jsp/addressbook.jsp index f4caa542c..2715fba4f 100644 --- a/apps/susidns/src/jsp/addressbook.jsp +++ b/apps/susidns/src/jsp/addressbook.jsp @@ -79,6 +79,20 @@ ${book.loadBookMessages} +<% if (book.getEntries().length > 0) { /* Don't show if no results. Can't figure out how to do this with c:if */ %> +
+
+ + + + + + + +" /> +
+<% } /* book.getEntries().length() > 0 */ %> +
<%=intl._t("Current filter")%>: ${book.filter} @@ -184,22 +198,6 @@ ${book.loadBookMessages} <% } /* book..getEntries().length() > 0 */ %> - -<% if (book.getEntries().length > 0) { /* Don't show if no results. Can't figure out how to do this with c:if */ %> -
-
-

- - - - - - - -" /> -

-<% } /* book..getEntries().length() > 0 */ %> - <% /* book.notEmpty */ %>