Ignore:
Timestamp:
08/25/08 18:49:18 (4 years ago)
Author:
hverton
Message:

Merged trunk revisions 1668:1690 into the PLi-Fusion branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/includes/templates/forum.viewthread.tpl

    r1666 r1691  
    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='' /> 
     
    287288                    var hoteditor_path = "{$smarty.const.INCLUDES}jscripts/hoteditor-4.2/"; 
    288289                    var hoteditor_theme_path = "{$smarty.const.THEME}hoteditor"; 
     290                    var hoteditor_reply_to = ""; 
    289291                </script> 
    290292                <script language="javascript" type="text/javascript" src="{$smarty.const.INCLUDES}jscripts/hoteditor-4.2/editor__0001.js?version=4.2"></script>              
     
    325327        {/if} 
    326328        <tr> 
    327             <td align='center' class='tbl1'> 
     329            <td align='left' class='tbl1'> 
    328330                <input type='submit' name='postquickreply' value='{$locale.514}' class='button' onclick='javascript:get_hoteditor_data();' />&nbsp; &nbsp; 
    329331                {if $settings.hoteditor_enabled == 0 || $userdata.user_hoteditor == 0} 
Note: See TracChangeset for help on using the changeset viewer.