diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-12-10 15:52:31 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-12-10 15:52:31 +0000 |
| commit | 7e47135792a2cbf7e25ccdd184b4934b2a9e764d (patch) | |
| tree | 9122bd0d21d879b43152440344292f08b7d089a5 /phpBB/styles/subSilver/template/posting_body.html | |
| parent | 564e6782f04ca81ddad8bba5e041aa1bd8914be8 (diff) | |
| download | forums-7e47135792a2cbf7e25ccdd184b4934b2a9e764d.tar forums-7e47135792a2cbf7e25ccdd184b4934b2a9e764d.tar.gz forums-7e47135792a2cbf7e25ccdd184b4934b2a9e764d.tar.bz2 forums-7e47135792a2cbf7e25ccdd184b4934b2a9e764d.tar.xz forums-7e47135792a2cbf7e25ccdd184b4934b2a9e764d.zip | |
- #6144
- #6132
- #6122
git-svn-id: file:///svn/phpbb/trunk@6739 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/posting_body.html')
| -rw-r--r-- | phpBB/styles/subSilver/template/posting_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html index f0ebd9f3b1..d7b081ba2b 100644 --- a/phpBB/styles/subSilver/template/posting_body.html +++ b/phpBB/styles/subSilver/template/posting_body.html @@ -159,7 +159,7 @@ <td class="row2"> <!-- BEGIN bcc_recipient --> <span class="genmed"><strong> - <!-- IF bcc_recipient.IS_GROUP --><a href="{bcc_recipient.U_VIEW}"><span class="blue">{bcc_recipient.NAME}</span></a><!-- ELSE -->{bcc_recipient.NAME_FULL}<!-- ENDIF --></strong> </span><!-- IF not S_EDIT_POST --><input class="post" type="submit" name="remove_{bcc_recipient.TYPE}[{bcc_recipient.UG_ID}]" value="Remove" /> <!-- ENDIF --> + <!-- IF bcc_recipient.IS_GROUP --><a href="{bcc_recipient.U_VIEW}"><span class="blue">{bcc_recipient.NAME}</span></a><!-- ELSE -->{bcc_recipient.NAME_FULL}<!-- ENDIF --></strong> </span><!-- IF not S_EDIT_POST --><input class="post" type="submit" name="remove_{bcc_recipient.TYPE}[{bcc_recipient.UG_ID}]" value="{L_REMOVE}" /> <!-- ENDIF --> <!-- BEGINELSE --> <span class="genmed">{L_NO_BCC_RECIPIENT}</span> <!-- END bcc_recipient --> |
