aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/posting_body.html
diff options
context:
space:
mode:
authorVic D'Elfant <vic@phpbb.com>2007-04-12 12:54:57 +0000
committerVic D'Elfant <vic@phpbb.com>2007-04-12 12:54:57 +0000
commitf0868d37dfd73df6c2dfd76362af6c09b6b49a5f (patch)
tree4eceac6dd6a24542b97650321f08d011c4a92720 /phpBB/styles/subsilver2/template/posting_body.html
parent07a5ab8713eadda9c57d8b7296442d53b1c03d6c (diff)
downloadforums-f0868d37dfd73df6c2dfd76362af6c09b6b49a5f.tar
forums-f0868d37dfd73df6c2dfd76362af6c09b6b49a5f.tar.gz
forums-f0868d37dfd73df6c2dfd76362af6c09b6b49a5f.tar.bz2
forums-f0868d37dfd73df6c2dfd76362af6c09b6b49a5f.tar.xz
forums-f0868d37dfd73df6c2dfd76362af6c09b6b49a5f.zip
- Bug #9791
- Replaced .blue class with the .sep class to keep things consistent git-svn-id: file:///svn/phpbb/trunk@7329 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/posting_body.html')
-rw-r--r--phpBB/styles/subsilver2/template/posting_body.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html
index d7fb9e0e45..256bbdee5b 100644
--- a/phpBB/styles/subsilver2/template/posting_body.html
+++ b/phpBB/styles/subsilver2/template/posting_body.html
@@ -148,7 +148,7 @@
{S_HIDDEN_ADDRESS_FIELD}
<!-- BEGIN to_recipient -->
<span style="display: block; float: {S_CONTENT_FLOW_BEGIN};" class="nowrap genmed"><strong>
- <!-- IF to_recipient.IS_GROUP --><a href="{to_recipient.U_VIEW}"><span class="blue">{to_recipient.NAME}</span></a><!-- ELSE -->{to_recipient.NAME_FULL}<!-- ENDIF --></strong>&nbsp;<!-- IF not S_EDIT_POST --><input class="post" type="submit" name="remove_{to_recipient.TYPE}[{to_recipient.UG_ID}]" value="{L_REMOVE}" />&nbsp;<!-- ENDIF -->
+ <!-- IF to_recipient.IS_GROUP --><a href="{to_recipient.U_VIEW}"><span class="sep">{to_recipient.NAME}</span></a><!-- ELSE -->{to_recipient.NAME_FULL}<!-- ENDIF --></strong>&nbsp;<!-- IF not S_EDIT_POST --><input class="post" type="submit" name="remove_{to_recipient.TYPE}[{to_recipient.UG_ID}]" value="{L_REMOVE}" />&nbsp;<!-- ENDIF -->
</span>
<!-- BEGINELSE -->
<span class="genmed">{L_NO_TO_RECIPIENT}</span>
@@ -161,7 +161,7 @@
<td class="row2">
<!-- BEGIN bcc_recipient -->
<span class="genmed nowrap"><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>&nbsp;<!-- IF not S_EDIT_POST --><input class="post" type="submit" name="remove_{bcc_recipient.TYPE}[{bcc_recipient.UG_ID}]" value="{L_REMOVE}" />&nbsp;<!-- ENDIF -->
+ <!-- IF bcc_recipient.IS_GROUP --><a href="{bcc_recipient.U_VIEW}"><span class="sep">{bcc_recipient.NAME}</span></a><!-- ELSE -->{bcc_recipient.NAME_FULL}<!-- ENDIF --></strong>&nbsp;<!-- IF not S_EDIT_POST --><input class="post" type="submit" name="remove_{bcc_recipient.TYPE}[{bcc_recipient.UG_ID}]" value="{L_REMOVE}" />&nbsp;<!-- ENDIF -->
</span>
<!-- BEGINELSE -->
<span class="genmed">{L_NO_BCC_RECIPIENT}</span>