aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-04-04 16:41:28 -0400
committerDavid King <imkingdavid@gmail.com>2012-04-04 16:41:28 -0400
commitb1fb34a4d7e446768b9f66ba6dd359173cd2a5fb (patch)
treeaa49950397fa973e8acf29ec4183974e5f748213 /phpBB/adm/style
parent7d6b289671c51694f17dd5f9849abf2534b55e59 (diff)
parent3e9711d6a4c1786ec4702b1d87810c4ed0182953 (diff)
downloadforums-b1fb34a4d7e446768b9f66ba6dd359173cd2a5fb.tar
forums-b1fb34a4d7e446768b9f66ba6dd359173cd2a5fb.tar.gz
forums-b1fb34a4d7e446768b9f66ba6dd359173cd2a5fb.tar.bz2
forums-b1fb34a4d7e446768b9f66ba6dd359173cd2a5fb.tar.xz
forums-b1fb34a4d7e446768b9f66ba6dd359173cd2a5fb.zip
Merge remote-tracking branch 'rahulr92/ticket/10650' into develop
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_forums.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html
index 048a24a328..ec82947f92 100644
--- a/phpBB/adm/style/acp_forums.html
+++ b/phpBB/adm/style/acp_forums.html
@@ -238,6 +238,11 @@
<label><input type="radio" class="radio" name="display_recent" value="0"<!-- IF not S_DISPLAY_ACTIVE_TOPICS --> id="display_recent" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd>
</dl>
<dl>
+ <dt><label for="display_last_subject">{L_DISPLAY_LAST_SUBJECT}:</label><br /><span>{L_DISPLAY_LAST_SUBJECT_EXPLAIN}</span></dt>
+ <dd><label><input type="radio" class="radio" name="display_last_subject" value="1"<!-- IF S_DISPLAY_SUBJECT --> id="display_subject" checked="checked"<!-- ENDIF --> /> {L_YES}</label>
+ <label><input type="radio" class="radio" name="display_last_subject" value="0"<!-- IF not S_DISPLAY_SUBJECT --> id="display_subject" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd>
+ </dl>
+ <dl>
<dt><label for="topics_per_page">{L_FORUM_TOPICS_PAGE}:</label><br /><span>{L_FORUM_TOPICS_PAGE_EXPLAIN}</span></dt>
<dd><input type="text" id="topics_per_page" name="topics_per_page" value="{TOPICS_PER_PAGE}" size="4" maxlength="4" /></dd>
</dl>