Index: trunk/extensions/EmailPage/EmailPage_body.php |
— | — | @@ -133,7 +133,6 @@ |
134 | 134 | } |
135 | 135 | $db->freeResult( $res ); |
136 | 136 | if( $options ) { |
137 | | - if( $wgEmailPageCss ) $options = "<option value=''>$wgEmailPageCss</option>$options"; |
138 | 137 | $wgOut->addHTML( "<tr id=\"ea-css\"><th align=\"right\">" . wfMsg( 'ea-style' ) . ":</th><td>" ); |
139 | 138 | $wgOut->addHTML( "<select name=\"ea-css\"><option />$options</select>" ); |
140 | 139 | $wgOut->addHTML( " <small><i>(" . wfMsg( 'ea-selectcss' ) . ")</i></small></td></tr>" ); |
Index: trunk/extensions/EmailPage/EmailPage.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | */ |
15 | 15 | if( !defined( 'MEDIAWIKI' ) ) die( "Not an entry point." ); |
16 | 16 | |
17 | | -define( 'EMAILPAGE_VERSION', "2.1.1, 2010-11-01" ); |
| 17 | +define( 'EMAILPAGE_VERSION', "2.1.2, 2010-11-01" ); |
18 | 18 | |
19 | 19 | $wgEmailPageGroup = "sysop"; # Users must belong to this group to send emails (empty string means anyone can send) |
20 | 20 | $wgEmailPageCss = false; # A minimal CSS page to embed in the email (eg. monobook/main.css without portlets, actions etc) |