"insert quotes" is buttonPrimary
authorFirePanther <git@suat.be>
Fri, 27 Dec 2013 08:33:12 +0000 (09:33 +0100)
committerFirePanther <git@suat.be>
Fri, 27 Dec 2013 08:33:12 +0000 (09:33 +0100)
wcfsetup/install/files/js/WCF.Message.js

index dee224745bf5041601957bb25ff44f8d3b5aa8ec..fccfb57ec02d4e11621ce87503539e66e283655c 100644 (file)
@@ -2408,7 +2408,7 @@ WCF.Message.Quote.Manager = Class.extend({
                
                // add 'insert' and 'delete' buttons
                var $formSubmit = $('<div class="formSubmit" />').appendTo(this._dialog);
-               if (this._supportPaste) this._buttons.insert = $('<button>' + WCF.Language.get('wcf.message.quote.insertAllQuotes') + '</button>').click($.proxy(this._insertSelected, this)).appendTo($formSubmit);
+               if (this._supportPaste) this._buttons.insert = $('<button class="buttonPrimary">' + WCF.Language.get('wcf.message.quote.insertAllQuotes') + '</button>').click($.proxy(this._insertSelected, this)).appendTo($formSubmit);
                this._buttons.remove = $('<button>' + WCF.Language.get('wcf.message.quote.removeAllQuotes') + '</button>').click($.proxy(this._removeSelected, this)).appendTo($formSubmit);
                
                // show dialog