From 84ecae7a5390368d5b11fcc02a09406123e56d9c Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 11 Feb 2018 11:25:31 +0100 Subject: [PATCH] Define button classes for keys export dialog --- plugins/enigma/enigma.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/enigma/enigma.js b/plugins/enigma/enigma.js index a22a6d480..91169cfba 100644 --- a/plugins/enigma/enigma.js +++ b/plugins/enigma/enigma.js @@ -229,6 +229,7 @@ rcube_webmail.prototype.enigma_export = function(selected) this.get_label('enigma.keyexportprompt'), this.get_label('enigma.exportkeys'), [{ + 'class': 'export mainaction', text: this.get_label('enigma.onlypubkeys'), click: function(e) { rcmail.enigma_export_submit(args); @@ -236,6 +237,7 @@ rcube_webmail.prototype.enigma_export = function(selected) } }, { + 'class': 'export', text: this.get_label('enigma.withprivkeys'), click: function(e) { args._priv = 1;