Changeset 1691 in ExiteCMS for branches/PLi-Fusion/includes/templates/forum.viewthread.tpl
- Timestamp:
- 08/25/08 18:49:18 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/includes/templates/forum.viewthread.tpl
r1666 r1691 265 265 <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 266 266 <tr> 267 {if $settings.hoteditor_enabled == 0 || $userdata.user_hoteditor == 0} 267 268 <td align='center' class='tbl1'> 268 {if $settings.hoteditor_enabled == 0 || $userdata.user_hoteditor == 0}269 269 <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> 270 270 <br /> … … 282 282 <input type='button' value='quote' class='button' style='width:45px;' onclick="addText('message', '[quote]', '[/quote]');" /> 283 283 {else} 284 <td align='left' class='tbl1'> 284 285 <style type='text/css'>@import url({$smarty.const.THEME}hoteditor/style.css);</style> 285 286 <input type='hidden' id='message' name='message' value='' /> … … 287 288 var hoteditor_path = "{$smarty.const.INCLUDES}jscripts/hoteditor-4.2/"; 288 289 var hoteditor_theme_path = "{$smarty.const.THEME}hoteditor"; 290 var hoteditor_reply_to = ""; 289 291 </script> 290 292 <script language="javascript" type="text/javascript" src="{$smarty.const.INCLUDES}jscripts/hoteditor-4.2/editor__0001.js?version=4.2"></script> … … 325 327 {/if} 326 328 <tr> 327 <td align=' center' class='tbl1'>329 <td align='left' class='tbl1'> 328 330 <input type='submit' name='postquickreply' value='{$locale.514}' class='button' onclick='javascript:get_hoteditor_data();' /> 329 331 {if $settings.hoteditor_enabled == 0 || $userdata.user_hoteditor == 0}
Note: See TracChangeset
for help on using the changeset viewer.
