Index: branches/wmf/1.16wmf4/extensions/ContributionTracking/ContributionTracking_body.php |
— | — | @@ -125,8 +125,10 @@ |
126 | 126 | $output .= $this->msgWiki( 'contrib-tracking-redirect' ); |
127 | 127 | |
128 | 128 | // Offer a button to post the form if the user has no Javascript support |
129 | | - //$output .= $this->msgWiki( 'contrib-tracking-continue' ); |
130 | | - //$output .= '<input type="submit" value="' . $this->msg( 'contrib-tracking-button' ) . '" />'; |
| 129 | + $output .= '<noscript>'; |
| 130 | + $output .= $this->msgWiki( 'contrib-tracking-continue' ); |
| 131 | + $output .= '<input type="submit" value="' . $this->msg( 'contrib-tracking-button' ) . '" />'; |
| 132 | + $output .= '</noscript>'; |
131 | 133 | |
132 | 134 | $output .= '</form>'; |
133 | 135 | |
Property changes on: branches/wmf/1.16wmf4/extensions/ContributionTracking |
___________________________________________________________________ |
Modified: svn:mergeinfo |
134 | 136 | Merged /trunk/extensions/ContributionTracking:r77444 |