Index: trunk/extensions/WikiLove/WikiLove.php |
— | — | @@ -145,6 +145,7 @@ |
146 | 146 | 'wikilove-err-send-api', |
147 | 147 | 'wikilove-terms', |
148 | 148 | 'wikilove-terms-link', |
| 149 | + 'wikilove-terms-url', |
149 | 150 | ), |
150 | 151 | 'dependencies' => array( |
151 | 152 | 'ext.wikiLove.defaultOptions', |
Index: trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.css |
— | — | @@ -326,7 +326,7 @@ |
327 | 327 | } |
328 | 328 | |
329 | 329 | #mw-wikilove-dialog #mw-wikilove-terms { |
330 | | - margin: 0.5em 0; |
| 330 | + margin-top: 0.5em; |
331 | 331 | text-align: right; |
332 | 332 | font-size: 0.9em; |
333 | 333 | color: #888888; |
Index: trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.core.js |
— | — | @@ -109,7 +109,9 @@ |
110 | 110 | <span class="mw-wikilove-number">3</span>\ |
111 | 111 | <h3><html:msg key="wikilove-preview"/></h3>\ |
112 | 112 | <div id="mw-wikilove-preview-area"></div>\ |
113 | | - <div id="mw-wikilove-terms"></div>\ |
| 113 | + <div id="mw-wikilove-terms">\ |
| 114 | + ' + mw.msg( 'wikilove-terms', '<a href="' + mw.msg( 'wikilove-terms-url' ) + '" target="_blank">' + mw.msg( 'wikilove-terms-link' ) +'</a>' ) + '\ |
| 115 | + </div>\ |
114 | 116 | <form id="mw-wikilove-send-form">\ |
115 | 117 | <button class="submit" id="mw-wikilove-button-send" type="submit"></button>\ |
116 | 118 | <div id="mw-wikilove-send-spinner" class="mw-wikilove-spinner"></div>\ |
Index: trunk/extensions/WikiLove/WikiLove.i18n.php |
— | — | @@ -58,6 +58,7 @@ |
59 | 59 | 'wikilove-commons-url' => 'http://commons.wikimedia.org', |
60 | 60 | 'wikilove-terms' => 'By submitting, you agree to transparency under these $1.', |
61 | 61 | 'wikilove-terms-link' => 'terms', |
| 62 | + 'wikilove-terms-url' => 'http://wikimediafoundation.org/wiki/Feedback_privacy_statement', |
62 | 63 | ); |
63 | 64 | |
64 | 65 | /** Message documentation (Message documentation) |
— | — | @@ -116,6 +117,7 @@ |
117 | 118 | 'wikilove-terms' => '[[File:Wiki_Love_003.png]] |
118 | 119 | A notice that appears above the Send WikiLove button in small text. Try to keep this concise. $1 is replaced with the actual link.', |
119 | 120 | 'wikilove-terms-link' => 'The text that links to the terms of service. Should not be capitalized.', |
| 121 | + 'wikilove-terms-url' => 'This URL can be changed to point to a translated version of the page if it exists.', |
120 | 122 | ); |
121 | 123 | |
122 | 124 | /** Afrikaans (Afrikaans) |