diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-11-30 14:36:59 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-11-30 14:36:59 +0000 |
| commit | a752a424de3d250c2bc79f7b680c936fc9ea987f (patch) | |
| tree | a61d0cf8574246fa1d9108b100d133dbefd9e0a6 /phpBB/styles/prosilver/template/mcp_front.html | |
| parent | fbabed373a908d2def316edad6e9d173b25589a8 (diff) | |
| download | forums-a752a424de3d250c2bc79f7b680c936fc9ea987f.tar forums-a752a424de3d250c2bc79f7b680c936fc9ea987f.tar.gz forums-a752a424de3d250c2bc79f7b680c936fc9ea987f.tar.bz2 forums-a752a424de3d250c2bc79f7b680c936fc9ea987f.tar.xz forums-a752a424de3d250c2bc79f7b680c936fc9ea987f.zip | |
[Change] Performance increase for format_date() (Bug #37575 - Patch by BartVB)
[Change] Changed prosilver date separator from 'on' to 'ยป'
[Feature] Added 'AGO' setting to relative date strings. For example: posted 14 minutes ago. (Patch by BartVB)
[Fix] Extend vertical line for last post column if no posts in forum (Bug #37125)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9136 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_front.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_front.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_front.html b/phpBB/styles/prosilver/template/mcp_front.html index 484179e2ac..5dd1d9a823 100644 --- a/phpBB/styles/prosilver/template/mcp_front.html +++ b/phpBB/styles/prosilver/template/mcp_front.html @@ -29,7 +29,7 @@ <dt> <a href="{unapproved.U_POST_DETAILS}" class="topictitle">{unapproved.SUBJECT}</a> {unapproved.ATTACH_ICON_IMG}<br /> <!-- IF report.PAGINATION --><strong class="pagination"><span>{report.PAGINATION}</span></strong><!-- ENDIF --> - {L_POSTED} {L_POST_BY_AUTHOR} {unapproved.AUTHOR_FULL} {L_POSTED_ON_DATE} {unapproved.POST_TIME} + {L_POSTED} {L_POST_BY_AUTHOR} {unapproved.AUTHOR_FULL} » {unapproved.POST_TIME} </dt> <dd class="moderation"><span> {L_TOPIC}: <a href="{unapproved.U_TOPIC}">{unapproved.TOPIC_TITLE}</a> [<a href="{unapproved.U_MCP_TOPIC}">{L_MODERATE}</a>]<br /> @@ -82,7 +82,7 @@ <dl> <dt> <a href="{report.U_POST_DETAILS}#reports" class="topictitle">{report.SUBJECT}</a> {report.ATTACH_ICON_IMG}<br /> - <span>{L_POSTED} {L_POST_BY_AUTHOR} {report.AUTHOR_FULL} {L_POSTED_ON_DATE} {report.POST_TIME}</span> + <span>{L_POSTED} {L_POST_BY_AUTHOR} {report.AUTHOR_FULL} » {report.POST_TIME}</span> </dt> <dd class="moderation"> <span>{L_REPORTED} {L_POST_BY_AUTHOR} {report.REPORTER_FULL} {L_REPORTED_ON_DATE} {report.REPORT_TIME}<br /> @@ -103,7 +103,7 @@ <!-- IF S_SHOW_LOGS --> <div class="panel"> <div class="inner"><span class="corners-top"><span></span></span> - + <h3>{L_LATEST_LOGS}</h3> <table class="table1" cellspacing="0"> |
