Changeset 31
- Timestamp:
- 05/21/2003 12:47:45 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2-include/b2edit.form.php
r12 r31 100 100 </table> 101 101 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 /> 103 103 <table cellspacing="0" cellpadding="0" border="0" width="100%"> 104 104 … … 118 118 <textarea rows="9" cols="40" style="width:100%" name="content" tabindex="4" wrap="virtual" id="content"><?php echo $content ?></textarea><br /> 119 119 120 <input type="checkbox" class="checkbox" name="post_autobr" value="1" <?php121 if ($autobr)122 echo " checked" ?> tabindex="7" id="autobr" /><label for="autobr"> Auto-BR (converts line-breaks into <br /> tags)</label><br />123 124 120 <?php echo $form_pingback ?> 125 121 … … 130 126 <input type="submit" name="submit" value="<?php echo $submitbutton_text ?>" class="search" style="font-weight: bold;" tabindex="5" /> 131 127 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 } ?>136 128 137 129 <?php if ( ($use_fileupload) && ($user_level >= $fileupload_minlevel) && ((ereg(" ".$user_login." ", $fileupload_allowedusers)) || (trim($fileupload_allowedusers)=="")) ) { ?> … … 147 139 } 148 140 ?> 149 <script language="JavaScript" >141 <script language="JavaScript" type="text/javascript"> 150 142 <!-- 151 143 // document.blog.post_content.focus();
Note: See TracChangeset
for help on using the changeset viewer.