Ignore:
Timestamp:
08/22/08 18:04:09 (4 years ago)
Author:
hverton
Message:

added a dummy hoteditor logo\nfixed a xhtml error in viewthread\nfixed tinymce v3 settings incompatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/forum.viewthread.tpl

    r1659 r1680  
    265265    <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 
    266266        <tr> 
     267            {if $settings.hoteditor_enabled == 0 || $userdata.user_hoteditor == 0} 
    267268            <td align='center' class='tbl1'> 
    268             {if $settings.hoteditor_enabled == 0 || $userdata.user_hoteditor == 0} 
    269269                <textarea name='message' cols='80' rows='7' class='textbox' style='width:100%; height:{math equation='x/4' x=$smarty.const.BROWSER_HEIGHT format='%u'}px;'></textarea> 
    270270                <br /> 
     
    282282                <input type='button' value='quote' class='button' style='width:45px;' onclick="addText('message', '[quote]', '[/quote]');" /> 
    283283            {else} 
     284            <td align='left' class='tbl1'> 
    284285                <style type='text/css'>@import url({$smarty.const.THEME}hoteditor/style.css);</style> 
    285286                <input type='hidden' id='message' name='message' value='' /> 
Note: See TracChangeset for help on using the changeset viewer.