r69923 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r69922
|
r69923
|
r69924
>
Date:
03:26, 26 July 2010
Author:
yaron
Status:
ok
Tags:
Comment:
Added standard summary ID and class to new summary field, so it will get MW's formatting
Modified paths:
/trunk/extensions/DataTransfer/specials/DT_ImportCSV.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/DataTransfer/specials/DT_ImportCSV.php
—
—
@@ -101,7 +101,7 @@
102
102
<option value="utf16">UTF-16</option>
103
103
</select></p>
104
104
<p>$import_summary_label
105
- <input type="text" name="import_summary" value="$default_summary" />
105
+ <input type="text" id="wpSummary" class="mw-summary" name="import_summary" value="$default_summary" />
106
106
</p>
107
107
<p><input type="Submit" name="import_file" value="$import_button"></p>
108
108
</form>
Status & tagging log
02:07, 2 August 2010
Jeroen De Dauw
(
talk
|
contribs
)
changed the
status
of r69923
[
removed:
new
added:
ok]