Make WordPress Core

Changeset 31


Ignore:
Timestamp:
05/21/2003 12:47:45 PM (22 years ago)
Author:
saxmatt
Message:

New admin interface start, quicktag bug fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2-include/b2edit.form.php

    r12 r31  
    100100</table>
    101101
    102 <textarea rows="3" cols="40" style="width:100%" name="excerpt" tabindex="4" wrap="virtual" id="content"><?php echo $excerpt ?></textarea><br />
     102<textarea rows="3" cols="40" style="width:100%" name="excerpt" tabindex="4" wrap="virtual" id="excerpt"><?php echo $excerpt ?></textarea><br />
    103103<table cellspacing="0" cellpadding="0" border="0" width="100%">
    104104
     
    118118<textarea rows="9" cols="40" style="width:100%" name="content" tabindex="4" wrap="virtual" id="content"><?php echo $content ?></textarea><br />
    119119
    120 <input type="checkbox" class="checkbox" name="post_autobr" value="1" <?php
    121 if ($autobr)
    122 echo " checked" ?> tabindex="7" id="autobr" /><label for="autobr"> Auto-BR (converts line-breaks into &lt;br /> tags)</label><br />
    123 
    124120<?php echo $form_pingback ?>
    125121
     
    130126<input type="submit" name="submit" value="<?php echo $submitbutton_text ?>" class="search" style="font-weight: bold;" tabindex="5" />
    131127
    132 <?php if ($use_spellchecker) { ?>
    133 <!--<input type = "button" value = "Spell Check" onclick="var f=document.forms[0]; doSpell( 'en', f.post_content, '<?php echo $spellchecker_url ?>/sproxy.cgi', true);" class="search" tabindex="5" />-->
    134 <input type="button" value="Spellcheck" onclick="DoSpell('post','content','');" class="search" tabindex="9"/>
    135 <?php } ?>
    136128
    137129<?php if ( ($use_fileupload) && ($user_level >= $fileupload_minlevel) && ((ereg(" ".$user_login." ", $fileupload_allowedusers)) || (trim($fileupload_allowedusers)=="")) ) { ?>
     
    147139}
    148140?>
    149 <script language="JavaScript">
     141<script language="JavaScript" type="text/javascript">
    150142<!--
    151143//  document.blog.post_content.focus();
Note: See TracChangeset for help on using the changeset viewer.