From 69d214323bfecdfc4a07f32357c441035ca1c672 Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Fri, 11 Dec 2015 13:24:00 +0000
Subject: [PATCH] SSDM-2895 : New Warning box for the eln, applied on the trash
 can view.

SVN: 35293
---
 .../eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js
index fb39e6078ec..28eb402964c 100644
--- a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js
+++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js
@@ -130,7 +130,7 @@ var Util = new function() {
 		};
 		
 		var bootstrapWarning = "<strong>Warning!</strong></br></br>" + text;
-		Util.blockUI(bootstrapWarning + "<br><br><br> <a class='btn btn-default' id='warningAccept'>Accept</a> <a class='btn btn-default' id='warningCancel'>Cancel</a>", css);
+		Util.blockUI(bootstrapWarning + "<br><br><br> <a class='btn btn-primary' id='warningAccept'>Accept</a> <a class='btn btn-default' id='warningCancel'>Cancel</a>", css);
 		
 		$("#warningAccept").on("click", function(event) {
 			okCallback();
-- 
GitLab