Changeset 1680 in ExiteCMS for trunk/includes/templates/forum.viewthread.tpl
- Timestamp:
- 08/22/08 18:04:09 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/forum.viewthread.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/forum.viewthread.tpl
r1659 r1680 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='' />
Note: See TracChangeset
for help on using the changeset viewer.
