From 4e19098b9ddc8f1dbce175ab3a8da27d54596074 Mon Sep 17 00:00:00 2001
From: barillac <barillac>
Date: Tue, 14 Jul 2015 08:38:38 +0000
Subject: [PATCH] small fix to make ELN open in a new tab

SVN: 34346
---
 .../core-plugins/eln-lims/1/as/webapps/eln-lims/html/paper.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/paper.html b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/paper.html
index 243ed032b91..149114105fc 100644
--- a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/paper.html
+++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/paper.html
@@ -120,7 +120,7 @@
 			<div class="col-xs-12">
 				<h1>ELN-LIMS Plugin for openBIS</h1>
 	        	<p>An easy to use, intuitive interface for daily laboratory operations built on top of modern web technologies.</p>
-	        	<p><a class="btn btn-default" href="./index.html?user=admin&pass=something" role="button">Log in as demo user</a></p>
+	        	<p><a class="btn btn-default" href="./index.html?user=admin&pass=something" target="_blank" role="button">Log in as demo user</a></p>
         	</div>
 		</div>
 	</div>
-- 
GitLab