From 6140d76f762a96a7be8b1dda117a3424a2f02049 Mon Sep 17 00:00:00 2001 From: Baris Soner Usakli Date: Tue, 18 Feb 2014 15:14:33 -0500 Subject: [PATCH] fixed index of newly created posts, matched vanilla search form to lavender --- public/src/forum/topic.js | 1 - public/templates/composer.tpl | 6 +++--- public/templates/header.tpl | 13 +++++-------- src/categories.js | 6 +++++- src/topics.js | 32 ++++++++++++++++---------------- 5 files changed, 29 insertions(+), 29 deletions(-) diff --git a/public/src/forum/topic.js b/public/src/forum/topic.js index 564d964c13..dbb1aa3431 100644 --- a/public/src/forum/topic.js +++ b/public/src/forum/topic.js @@ -754,7 +754,6 @@ define(['composer', 'forum/pagination'], function(composer, pagination) { } socket.emit('topics.markAsRead', {tid: tid, uid: app.uid}); - createNewPosts(data); }); diff --git a/public/templates/composer.tpl b/public/templates/composer.tpl index cf4c4bd83f..6d131019c5 100644 --- a/public/templates/composer.tpl +++ b/public/templates/composer.tpl @@ -39,12 +39,12 @@ -
Drag and Drop Images Here
+
[[topic:composer.drag_and_drop_images]]
- Content is parsed with Markdown. - Upload images by dragging & dropping them. + [[topic:composer.content_is_parsed_with]] Markdown. + [[topic:composer.upload_instructions]]
diff --git a/public/templates/header.tpl b/public/templates/header.tpl index 650097c4c8..aad9c657ab 100644 --- a/public/templates/header.tpl +++ b/public/templates/header.tpl @@ -79,7 +79,7 @@
  • - [[global:header.search]] + [[global:header.search]]
  • @@ -111,7 +111,7 @@
  • - [[notifications:title]] + [[notifications:title]]