aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_review.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-11-30 14:43:25 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-11-30 14:43:25 +0000
commit4379b3d7bcd62e4d99fc8cc71c91a2c05c4f85d5 (patch)
tree8d9b09371ffaaf8a6ca6ccd8b9bd053b5304f8f1 /phpBB/styles/prosilver/template/posting_review.html
parentb4bf67527386258582d34b3b727458d43693d755 (diff)
downloadforums-4379b3d7bcd62e4d99fc8cc71c91a2c05c4f85d5.tar
forums-4379b3d7bcd62e4d99fc8cc71c91a2c05c4f85d5.tar.gz
forums-4379b3d7bcd62e4d99fc8cc71c91a2c05c4f85d5.tar.bz2
forums-4379b3d7bcd62e4d99fc8cc71c91a2c05c4f85d5.tar.xz
forums-4379b3d7bcd62e4d99fc8cc71c91a2c05c4f85d5.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/trunk@9137 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_review.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_review.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/posting_review.html b/phpBB/styles/prosilver/template/posting_review.html
index 63e543c5c0..bb67481583 100644
--- a/phpBB/styles/prosilver/template/posting_review.html
+++ b/phpBB/styles/prosilver/template/posting_review.html
@@ -5,10 +5,10 @@
<!-- BEGIN post_review_row -->
<div id="ppr{post_review_row.POST_ID}" class="post <!-- IF post_review_row.S_ROW_NUM is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF post_review_row.ONLINE_STATUS --> online<!-- ENDIF -->">
<div class="inner"><span class="corners-top"><span></span></span>
-
+
<div class="postbody">
<h3><a href="#ppr{post_review_row.POST_ID}">{post_review_row.POST_SUBJECT}</a></h3>
- <p class="author"><!-- IF S_IS_BOT -->{post_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{post_review_row.U_MINI_POST}">{post_review_row.MINI_POST_IMG}</a><!-- ENDIF --> {L_POST_BY_AUTHOR}<strong> {post_review_row.POST_AUTHOR_FULL}</strong> {L_POSTED_ON_DATE} {post_review_row.POST_DATE}</p>
+ <p class="author"><!-- IF S_IS_BOT -->{post_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{post_review_row.U_MINI_POST}">{post_review_row.MINI_POST_IMG}</a><!-- ENDIF --> {L_POST_BY_AUTHOR}<strong> {post_review_row.POST_AUTHOR_FULL}</strong> &raquo; {post_review_row.POST_DATE}</p>
<div class="content">{post_review_row.MESSAGE}</div>
<!-- IF post_review_row.S_HAS_ATTACHMENTS -->
@@ -21,7 +21,7 @@
<!-- ENDIF -->
</div>
-
+
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END post_review_row -->