Skip to content

Commit 814de04

Browse files
committed
Merge branch '3.2.x' into 3.3.x
2 parents 79c8419 + 6b6ffdb commit 814de04

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public function set_default_config()
184184
'30' => array('latest_revision' => '14', 'name' => 'phpBB 3.0.x', 'allow_uploads' => false),
185185
'31' => array('latest_revision' => '12', 'name' => 'phpBB 3.1.x', 'allow_uploads' => false),
186186
'32' => array('latest_revision' => '11', 'name' => 'phpBB 3.2.x', 'allow_uploads' => true),
187-
'33' => array('latest_revision' => '5', 'name' => 'phpBB 3.3.x', 'allow_uploads' => true),
187+
'33' => array('latest_revision' => '6', 'name' => 'phpBB 3.3.x', 'allow_uploads' => true),
188188
)),
189189

190190
// MPV server(s)
206 KB
Binary file not shown.
7.19 MB
Binary file not shown.

styles/prosilver/template/common/topic_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</a>
7171
{% endif %}
7272
<a href="{{ topics.U_VIEW_TOPIC }}" class="topictitle">{{ topics.TOPIC_SUBJECT }}</a>{% if topics.TOPIC_CONTRIB_NAME %}<br /><em>{% if topics.CONTRIB_TYPE %}{{ topics.CONTRIB_TYPE }}{% endif %} {% if topics.U_VIEW_TOPIC_CONTRIB %} &raquo; <a href="{{ topics.U_VIEW_TOPIC_CONTRIB }}">{{ topics.TOPIC_CONTRIB_NAME }}</a>{% else %} &raquo; {{ topics.TOPIC_CONTRIB_NAME }}{% endif %} {% if topics.U_VIEW_TOPIC_CONTRIB_SUPPORT %} &raquo; <a href="{{ topics.U_VIEW_TOPIC_CONTRIB_SUPPORT }}">{{ lang('CONTRIB_SUPPORT') }}</a>{% else %} &raquo; {{ topics.TOPIC_CONTRIB_NAME }}{% endif %}</em>{% endif %}
73-
{% if not topics.TOPIC_APPROVED or not topics.POSTS_APPROVED %}{{ topics.UNAPPROVED_IMG }} {% endif %}
73+
{% if not topics.TOPIC_APPROVED or not topics.POSTS_APPROVED %}<i class="icon fa-question fa-fw icon-blue" aria-hidden="true"></i><span class="sr-only">{{ lang('POSTS_UNAPPROVED') }}</span> {% endif %}
7474
{% if topics.TOPIC_REPORTED %}<i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><span class="sr-only">{{ lang('TOPIC_REPORTED') }}</span>{% endif %}<br />
7575
{% if topics.pagination|length %}
7676
<div class="pagination">

0 commit comments

Comments
 (0)