From a303c83edb47bcba2dda7cef6838e38f83760390 Mon Sep 17 00:00:00 2001 From: Mzhelskiy Maxim Date: Mon, 9 Apr 2012 17:32:30 +0400 Subject: [PATCH] =?UTF-8?q?fix=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D1=82=D0=B0=D1=80=D0=B8=D0=B5=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- engine/lib/internal/template/js/comments.js | 8 ++++---- templates/skin/developer-jquery/toolbar_comment.tpl | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/engine/lib/internal/template/js/comments.js b/engine/lib/internal/template/js/comments.js index be5452d3..9d4938ab 100644 --- a/engine/lib/internal/template/js/comments.js +++ b/engine/lib/internal/template/js/comments.js @@ -20,10 +20,10 @@ ls.comments = (function ($) { }, classes: { form_loader: 'loader', - comment_new: 'new', - comment_current: 'current', - comment_deleted: 'deleted', - comment_self: 'self', + comment_new: 'comment-new', + comment_current: 'comment-current', + comment_deleted: 'comment-deleted', + comment_self: 'comment-self', comment: 'comment', comment_goto_parent: 'goto-comment-parent', comment_goto_child: 'goto-comment-child' diff --git a/templates/skin/developer-jquery/toolbar_comment.tpl b/templates/skin/developer-jquery/toolbar_comment.tpl index e5c97992..5bea0ad5 100644 --- a/templates/skin/developer-jquery/toolbar_comment.tpl +++ b/templates/skin/developer-jquery/toolbar_comment.tpl @@ -2,7 +2,7 @@ {assign var=aPagingCmt value=$params.aPagingCmt}
- +