Ignore:
Timestamp:
08/25/08 17:37:11 (4 years ago)
Author:
hverton
Message:

fixed added a line-break in front of an inserted smiley
fixed not inserting hyperlinks (url or email) in RTF mode when no text was selected (now uses the url entered are link text)
fixed convering BBcode's to uppercase
fixed font size issues when converting from HTML to BBcode (todo: safari code!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/jscripts/hoteditor-4.2/show_it.php

    r1648 r1683  
    211211<script language=javascript> 
    212212    var my_what ="$what"; 
    213     if(my_what=="smileys"){ 
     213    if(my_what=="smiley"){ 
    214214        self.parent.Set_smiles_path("$script_url?step=1&what=$what"); 
    215215    } 
     
    353353 
    354354    var my_what ="$what"; 
    355     if(my_what=="smileys"){ 
     355    if(my_what=="smiley"){ 
    356356        my_document.Set_smiles_path("$script_url?$q_string"); 
    357357    } 
     
    374374            } 
    375375            else{ 
    376                 if(my_what =="smileys"){ 
     376                if(my_what =="smiley"){ 
    377377                    my_document.InsertSymbol("<img border=0 src='" + data + "'> &nbsp;"); 
    378378                } 
Note: See TracChangeset for help on using the changeset viewer.