Ignore:
Timestamp:
08/17/2010 12:21:25 PM (21 months ago)
Author:
Xiping.Wang
Message:

[trunk]merged from trunk

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/w

  • trunk/w/includes/specials/SpecialDocConvert.php

    r1075 r1798  
    169169                                 
    170170                                $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 
    171172                                $wgOut->addHTML(" 
    172173                                        <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> 
    174175                                        <input id='wpPreview' name='wpPreview' type='submit' tabindex='4' value='Show preview' accesskey='p' title='Preview your changes, please use this before saving! [p]' /> 
    175176                                        </form> 
Note: See TracChangeset for help on using the changeset viewer.