Changeset 1798 for trunk/w/includes/specials/SpecialDocConvert.php
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/omcollab_ui merged: 1786-1797
- Property svn:mergeinfo changed
-
trunk/w
- Property svn:mergeinfo changed
/branches/omcollab_ui/w merged: 1787-1788,1792,1795
- Property svn:mergeinfo changed
-
trunk/w/includes/specials/SpecialDocConvert.php
r1075 r1798 169 169 170 170 $wgOut->addHTML("Your document was converted successfully. Please press Preview below to preview and save the page.<br /><br />"); 171 // Edited by zhongzhen on 2010-08-16. cols value was changed from 80 to 65 171 172 $wgOut->addHTML(" 172 173 <form id='editform' name='editform' method='post' action='$title' enctype='multipart/form-data'> 173 <textarea tabindex='1' accesskey=',' name='wpTextbox1' id='wpTextbox1' rows='25' cols=' 80' >$mediaWikiTxtData</textarea>174 <textarea tabindex='1' accesskey=',' name='wpTextbox1' id='wpTextbox1' rows='25' cols='65' >$mediaWikiTxtData</textarea> 174 175 <input id='wpPreview' name='wpPreview' type='submit' tabindex='4' value='Show preview' accesskey='p' title='Preview your changes, please use this before saving! [p]' /> 175 176 </form>
Note: See TracChangeset
for help on using the changeset viewer.
