diff --git a/e107_handlers/comment_class.php b/e107_handlers/comment_class.php index 8a62a555a..d455ca6d6 100644 --- a/e107_handlers/comment_class.php +++ b/e107_handlers/comment_class.php @@ -126,7 +126,7 @@ class comment $sc_style['COMMENT_INPUT']['pre'] = "".COMLAN_8.":"; $sc_style['COMMENT_INPUT']['post'] = ""; - $sc_style['COMMENT_BUTTON']['pre'] = ""; + $sc_style['COMMENT_BUTTON']['pre'] = " "; $sc_style['COMMENT_BUTTON']['post'] = ""; } @@ -1088,7 +1088,11 @@ class comment $search = array("{MODERATE}","{COMMENTS}","{COMMENTFORM}","{COMMENTNAV}"); $replace = array($modcomment,$text,$comment,$pagination); $TEMPL = str_replace($search,$replace,$this->template['layout']); - + + + // $return = null; + // $tablerender = true; + if(!$return) { if ($tablerender) @@ -1103,6 +1107,11 @@ class comment } //echo $modcomment.$comment; //echo $text; + + if(!deftrue('BOOTSTRAP')) //v1.x + { + $comment = $ns->tablerender(COMLAN_9, $comment, 'comment', true ); + }