aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-05-16 20:07:23 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-05-16 20:07:23 +0000
commit36cb30de909891b538a3998628bf69089b70f9e7 (patch)
tree834788dc46261d2cf20d52498d2e82d95df4cc4f /phpBB/templates
parentcca94aa778f30e94abe348fb3c807ad0c9d62428 (diff)
downloadforums-36cb30de909891b538a3998628bf69089b70f9e7.tar
forums-36cb30de909891b538a3998628bf69089b70f9e7.tar.gz
forums-36cb30de909891b538a3998628bf69089b70f9e7.tar.bz2
forums-36cb30de909891b538a3998628bf69089b70f9e7.tar.xz
forums-36cb30de909891b538a3998628bf69089b70f9e7.zip
Added a view posts in previoux x day capability to viewforum
git-svn-id: file:///svn/phpbb/trunk@305 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/PSO/viewforum_header.tpl7
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/templates/PSO/viewforum_header.tpl b/phpBB/templates/PSO/viewforum_header.tpl
index 2024cb7cdd..9ac7b3be93 100644
--- a/phpBB/templates/PSO/viewforum_header.tpl
+++ b/phpBB/templates/PSO/viewforum_header.tpl
@@ -1,5 +1,6 @@
<div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0">
- <tr>
- <td align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="{U_INDEX}">{SITENAME}&nbsp;{L_INDEX}</a> -> {FORUM_NAME}</font></td>
- </tr>
+ <tr><form method="post" action="{S_POST_DAYS_ACTION}">
+ <td align="left" valign="bottom" nowrap><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="{U_INDEX}">{SITENAME}&nbsp;{L_INDEX}</a> -> {FORUM_NAME}</font></td>
+ <td align="right" valign="bottom" nowrap><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR1}">Display previous :&nbsp;{S_SELECT_POST_DAYS}&nbsp;<input type="submit" value="Go"></font></td>
+ </form></tr>
</table></div> \ No newline at end of file