diff options
| author | Dark❶ <dark-1@users.noreply.github.com> | 2019-04-20 15:35:01 +0530 |
|---|---|---|
| committer | Dark❶ <dark-1@users.noreply.github.com> | 2019-04-20 15:35:01 +0530 |
| commit | 60985030803194b8c4709126b339f00345df78b8 (patch) | |
| tree | 59a098733605714adf738e23d13d3f87d200a253 /phpBB/styles/prosilver/template/posting_review.html | |
| parent | 00a260dc0082ffe9359ef124cd2bcac9637e39da (diff) | |
| download | forums-60985030803194b8c4709126b339f00345df78b8.tar forums-60985030803194b8c4709126b339f00345df78b8.tar.gz forums-60985030803194b8c4709126b339f00345df78b8.tar.bz2 forums-60985030803194b8c4709126b339f00345df78b8.tar.xz forums-60985030803194b8c4709126b339f00345df78b8.zip | |
[ticket/16025] Add 2 template events *_author_username_{append/prepend}
PHPBB3-16025
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_review.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_review.html | 88 |
1 files changed, 44 insertions, 44 deletions
diff --git a/phpBB/styles/prosilver/template/posting_review.html b/phpBB/styles/prosilver/template/posting_review.html index 3236aa2b7f..033a88485e 100644 --- a/phpBB/styles/prosilver/template/posting_review.html +++ b/phpBB/styles/prosilver/template/posting_review.html @@ -1,44 +1,44 @@ -<h3>{L_POST_REVIEW}</h3>
-
-<p>{L_POST_REVIEW_EXPLAIN}</p>
-
-<!-- BEGIN post_review_row -->
-<!-- IF post_review_row.S_IGNORE_POST -->
-<div class="post bg3 post-ignore">
- <div class="inner">
- {post_review_row.L_IGNORE_POST}
-<!-- ELSE -->
-<div class="post <!-- IF post_review_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
- <div class="inner">
-<!-- ENDIF -->
-
- <div class="postbody" id="ppr{post_review_row.POST_ID}">
- <h3><a href="#ppr{post_review_row.POST_ID}">{post_review_row.POST_SUBJECT}</a></h3>
- <p class="author">
- <!-- IF S_IS_BOT -->
- <span><i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{post_review_row.MINI_POST}</span></span>
- <!-- ELSE -->
- <a href="{post_review_row.U_MINI_POST}" title="{post_review_row.MINI_POST}">
- <i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{post_review_row.MINI_POST}</span>
- </a>
- <!-- ENDIF -->
- {L_POST_BY_AUTHOR} <!-- EVENT posting_review_row_post_author_username_prepend --><strong>{post_review_row.POST_AUTHOR_FULL}</strong><!-- EVENT posting_review_row_post_author_username_append --> » {post_review_row.POST_DATE}
- </p>
- <div class="content">{post_review_row.MESSAGE}</div>
-
- <!-- IF post_review_row.S_HAS_ATTACHMENTS -->
- <dl class="attachbox">
- <dt>{L_ATTACHMENTS}</dt>
- <!-- BEGIN attachment -->
- <dd>{post_review_row.attachment.DISPLAY_ATTACHMENT}</dd>
- <!-- END attachment -->
- </dl>
- <!-- ENDIF -->
-
- </div>
-
- </div>
-</div>
-<!-- END post_review_row -->
-
-<hr />
+<h3>{L_POST_REVIEW}</h3> + +<p>{L_POST_REVIEW_EXPLAIN}</p> + +<!-- BEGIN post_review_row --> +<!-- IF post_review_row.S_IGNORE_POST --> +<div class="post bg3 post-ignore"> + <div class="inner"> + {post_review_row.L_IGNORE_POST} +<!-- ELSE --> +<div class="post <!-- IF post_review_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->"> + <div class="inner"> +<!-- ENDIF --> + + <div class="postbody" id="ppr{post_review_row.POST_ID}"> + <h3><a href="#ppr{post_review_row.POST_ID}">{post_review_row.POST_SUBJECT}</a></h3> + <p class="author"> + <!-- IF S_IS_BOT --> + <span><i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{post_review_row.MINI_POST}</span></span> + <!-- ELSE --> + <a href="{post_review_row.U_MINI_POST}" title="{post_review_row.MINI_POST}"> + <i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{post_review_row.MINI_POST}</span> + </a> + <!-- ENDIF --> + {L_POST_BY_AUTHOR} <!-- EVENT posting_review_row_post_author_username_prepend --><strong>{post_review_row.POST_AUTHOR_FULL}</strong><!-- EVENT posting_review_row_post_author_username_append --> » {post_review_row.POST_DATE} + </p> + <div class="content">{post_review_row.MESSAGE}</div> + + <!-- IF post_review_row.S_HAS_ATTACHMENTS --> + <dl class="attachbox"> + <dt>{L_ATTACHMENTS}</dt> + <!-- BEGIN attachment --> + <dd>{post_review_row.attachment.DISPLAY_ATTACHMENT}</dd> + <!-- END attachment --> + </dl> + <!-- ENDIF --> + + </div> + + </div> +</div> +<!-- END post_review_row --> + +<hr /> |
