summaryrefslogtreecommitdiffstats
path: root/forum/skins/default/templates/questions.html
diff options
context:
space:
mode:
Diffstat (limited to 'forum/skins/default/templates/questions.html')
-rw-r--r--forum/skins/default/templates/questions.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/forum/skins/default/templates/questions.html b/forum/skins/default/templates/questions.html
index 03ccc324..f864180f 100644
--- a/forum/skins/default/templates/questions.html
+++ b/forum/skins/default/templates/questions.html
@@ -27,7 +27,7 @@
{% block content %}
<div class="tabBar">
{% comment %}
- <div class="headQuestions">
+ <div class="headUsers">
{% if searchtag %}
{% trans "Found by tags" %}
{% else %}
@@ -50,7 +50,7 @@
<div class="tabsC">
<span class="label">{% trans "In:" %}</span>
<a id="all" class="off" href="?scope=all" title="{% trans "see all questions" %}">{% trans "all" %}</a>
- <a id="unanswered" class="off" href="?scope=unanswered" title="{% trans "see unanswered questions" %}">{% trans "unanswered" %}</a>
+ <a id="unanswered" class="off" href="?scope=unanswered&sort=coldest" title="{% trans "see unanswered questions" %}">{% trans "unanswered" %}</a>
{% if request.user.is_authenticated %}
<a id="favorite" class="off" href="?scope=favorite" title="{% trans "see your favorite questions" %}">{% trans "favorite" %}</a>
{% endif %}
@@ -99,18 +99,18 @@
<a id="coldest"
href="?sort=hottest"
class="off"
- title="{% trans "click to see hottest questions" %}">{% trans "coldest" %}</a>
+ title="{% trans "click to see hottest questions" %}">{% trans "less answers" %}</a>
{% else %}
{% if sort == "hottest" %}
<a id="hottest"
href="?sort=coldest"
class="off"
- title="{% trans "click to see coldest questions" %}">{% trans "hottest" %}</a>
+ title="{% trans "click to see coldest questions" %}">{% trans "more answers" %}</a>
{% else %}
<a id="hottest"
href="?sort=hottest"
class="off"
- title="{% trans "click to see hottest questions" %}">{% trans "hottest" %}</a>
+ title="{% trans "click to see hottest questions" %}">{% trans "more answers" %}</a>
{% endif %}
{% endif %}