Index: trunk/extensions/WikiLove/wikiLove.js |
— | — | @@ -126,7 +126,7 @@ |
127 | 127 | .append( '<span class="wlOmitSig">' + mw.msg( 'wikilove-omit-sig' ) + '</span>' ) |
128 | 128 | .append( '<textarea id="wlMessage"></textarea>' ) |
129 | 129 | .append( $('<div id="wlNotify"></div>').html('<input type="checkbox" id="wlNotifyCheckbox" name="notify"/> <label for="wlNotifyCheckbox">Notify user by email</label>') ) |
130 | | - .append( $('<button class="submit" id="wlButtonPreview" type="submit"></button>').button({ label: mw.msg( 'wikilove-button-preview' ) }) ) |
| 130 | + .append( $('<button class="submit" id="wlButtonPreview" type="submit"></button>').button({ label: mw.msg( 'wikilove-button-preview' ), icons: { primary:'ui-icon-search' } }) ) |
131 | 131 | .append( spinner ) |
132 | 132 | ) |
133 | 133 | .hide(); |