Index: trunk/extensions/WikiLove/WikiLove.php |
— | — | @@ -143,6 +143,8 @@ |
144 | 144 | 'wikilove-commons-url', |
145 | 145 | 'wikilove-err-preview-api', |
146 | 146 | 'wikilove-err-send-api', |
| 147 | + 'wikilove-terms', |
| 148 | + 'wikilove-terms-link', |
147 | 149 | ), |
148 | 150 | 'dependencies' => array( |
149 | 151 | 'ext.wikiLove.defaultOptions', |
Index: trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.css |
— | — | @@ -238,7 +238,7 @@ |
239 | 239 | /*#mw-wikilove-dialog*/ #mw-wikilove-add-details .mw-wikilove-note { |
240 | 240 | font-weight: light; |
241 | 241 | font-size: 0.9em; |
242 | | - color: #999; |
| 242 | + color: #888888; |
243 | 243 | } |
244 | 244 | |
245 | 245 | /*#mw-wikilove-dialog*/ #mw-wikilove-add-details textarea { |
— | — | @@ -325,6 +325,13 @@ |
326 | 326 | float: right; |
327 | 327 | } |
328 | 328 | |
| 329 | +#mw-wikilove-dialog #mw-wikilove-terms { |
| 330 | + margin: 0.5em 0; |
| 331 | + text-align: right; |
| 332 | + font-size: 0.9em; |
| 333 | + color: #888888; |
| 334 | +} |
| 335 | + |
329 | 336 | #mw-wikilove-dialog .mw-wikilove-spinner { |
330 | 337 | float: right; |
331 | 338 | margin-top: 0.9em; |
Index: trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.core.js |
— | — | @@ -109,6 +109,7 @@ |
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 | 114 | <form id="mw-wikilove-send-form">\ |
114 | 115 | <button class="submit" id="mw-wikilove-button-send" type="submit"></button>\ |
115 | 116 | <div id="mw-wikilove-send-spinner" class="mw-wikilove-spinner"></div>\ |
Index: trunk/extensions/WikiLove/WikiLove.i18n.php |
— | — | @@ -56,6 +56,8 @@ |
57 | 57 | 'wikilove-commons-text' => 'You can find images by browsing $1.', |
58 | 58 | 'wikilove-commons-link' => 'Wikimedia Commons', |
59 | 59 | 'wikilove-commons-url' => 'http://commons.wikimedia.org', |
| 60 | + 'wikilove-terms' => 'By submitting, you agree to transparency under these $1.', |
| 61 | + 'wikilove-terms-link' => 'terms', |
60 | 62 | ); |
61 | 63 | |
62 | 64 | /** Message documentation (Message documentation) |
— | — | @@ -79,7 +81,7 @@ |
80 | 82 | 'wikilove-add-details' => '[[File:Wiki Love 003.png|thumb]]', |
81 | 83 | 'wikilove-image' => '[[File:Wiki Love 004.png|thumb]]', |
82 | 84 | 'wikilove-header' => '[[File:Wiki Love 003.png|thumb]] |
83 | | -Header is the subject of the added message (so perhaps subject is a better term..), i.e. what gets between == ... ==', |
| 85 | +Header is the subject of the added message (so perhaps subject is a better term..), i.e. what gets added between == ... ==', |
84 | 86 | 'wikilove-title' => '[[File:Wiki Love 004.png|thumb]] |
85 | 87 | Title is the title of the wikilove box (e.g. "Barnstar")', |
86 | 88 | 'wikilove-enter-message' => '[[File:Wiki Love 003.png|thumb]]', |
— | — | @@ -111,6 +113,9 @@ |
112 | 114 | 'wikilove-commons-text' => '[[File:Wiki Love 004.png|thumb]] |
113 | 115 | $1 gets replaced by a link with {{msg-mw|wikilove-commons-link}} ("Wikimedia Commons") as caption and {{msg-mw|wikilove-commons-url}} as URL.', |
114 | 116 | 'wikilove-commons-url' => 'This URL can be changed to point at a localised page on Wikimedia Commons.', |
| 117 | + 'wikilove-terms' => '[[File:Wiki_Love_003.png]] |
| 118 | +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 | + 'wikilove-terms-link' => 'The text that links to the terms of service. Should not be capitalized.', |
115 | 120 | ); |
116 | 121 | |
117 | 122 | /** Afrikaans (Afrikaans) |