From 1d690f46ae1cbe4811db92072235371451a10bb2 Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 3 Mar 2009 19:06:52 +0000 Subject: [PATCH] click to add dest to addressbook --- apps/i2ptunnel/jsp/editServer.jsp | 4 +++- apps/susidns/src/jsp/addressbook.jsp | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/i2ptunnel/jsp/editServer.jsp b/apps/i2ptunnel/jsp/editServer.jsp index dbcd6bd86..eb407ec16 100644 --- a/apps/i2ptunnel/jsp/editServer.jsp +++ b/apps/i2ptunnel/jsp/editServer.jsp @@ -149,7 +149,9 @@ Local destination: - (if known) + <% if (!"".equals(editBean.getDestinationBase64(curTunnel))) { %> + Add to local addressbook + <% } %>