]> git.openstreetmap.org Git - osqa.git/commitdiff
OSQA-374
authorqw3rty <qw3rty@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 30 Jun 2010 19:12:32 +0000 (19:12 +0000)
committerqw3rty <qw3rty@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 30 Jun 2010 19:12:32 +0000 (19:12 +0000)
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
forum/skins/default/templates/opensearch.html

index 21214913f46e7a122571d6d773b23332ea374cd9..9da66f58d54bf9b0bed82ce462d2d5123aa43b27 100644 (file)
@@ -4,4 +4,9 @@
     <a id="accept-answer-{{ answer.id }}" class="ajax-command accept-answer{% if answer.nis.accepted %} on{% endif %}"\r
         title="{% if answer.nis.accepted %}{% blocktrans with answer.accepted_by.username as who %}{{ who }} has selected this answer as the correct answer{% endblocktrans %}{% else %}{% trans "mark this answer as the accepted answer" %}{% endif %}"\r
          href="{% url accept_answer id=answer.id %}" rel="nofollow"> </a>\r
-{% endif %}
\ No newline at end of file
+{% else %}\r
+    {% if answer.nis.accepted %}\r
+        <a class="accept-answer on"></a>\r
+    {% endif %}\r
+{% endif %}\r
+\r
index 6a1fd8f238f03df5cceea977035de3554124d3db..0c9d6bf270a65eb2b5602959f0d3e5743122bb54 100644 (file)
@@ -4,5 +4,5 @@
    <ShortName>{{ settings.APP_SHORT_NAME }} {% trans "Search" %}</ShortName>
    <Description>{% trans "Search" %} {{ settings.APP_SHORT_NAME }} {% trans "using your browser." %}</Description>
    <Tags>{{ settings.APP_KEYWORDS }}</Tags>
-   <Url type="text/html" template="{{ settings.APP_URL }}/search/?q={searchTerms}&amp;t=question"/>
+   <Url type="text/html" template="{{ settings.APP_URL }}/{% trans "search" %}/?q={searchTerms}&amp;t=question"/>
 </OpenSearchDescription>
\ No newline at end of file