From 691a2d681af573e269240022c7232cbca3d77b29 Mon Sep 17 00:00:00 2001 From: qw3rty Date: Wed, 30 Jun 2010 19:12:32 +0000 Subject: [PATCH] OSQA-374 Accepted answers now have a checkmark under the vote count. I also localized the word search in opensearch.html. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@478 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/templates/node/accept_button.html | 7 ++++++- forum/skins/default/templates/opensearch.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/forum/skins/default/templates/node/accept_button.html b/forum/skins/default/templates/node/accept_button.html index 2121491..9da66f5 100644 --- a/forum/skins/default/templates/node/accept_button.html +++ b/forum/skins/default/templates/node/accept_button.html @@ -4,4 +4,9 @@ -{% endif %} \ No newline at end of file +{% else %} + {% if answer.nis.accepted %} + + {% endif %} +{% endif %} + diff --git a/forum/skins/default/templates/opensearch.html b/forum/skins/default/templates/opensearch.html index 6a1fd8f..0c9d6bf 100644 --- a/forum/skins/default/templates/opensearch.html +++ b/forum/skins/default/templates/opensearch.html @@ -4,5 +4,5 @@ {{ settings.APP_SHORT_NAME }} {% trans "Search" %} {% trans "Search" %} {{ settings.APP_SHORT_NAME }} {% trans "using your browser." %} {{ settings.APP_KEYWORDS }} - + \ No newline at end of file -- 2.45.1