diff options
| author | Graham Eames <grahamje@users.sourceforge.net> | 2006-08-06 14:18:05 +0000 |
|---|---|---|
| committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-08-06 14:18:05 +0000 |
| commit | 4af44652aced7c601cdfeff93dc03e6672e8b2c3 (patch) | |
| tree | c9257eedb32dda959b5a4a3d454a4352df699b09 /phpBB/styles/subSilver/template/posting_body.html | |
| parent | f8c6379915c9e5a4f9583f7a8fdd8f75be5af168 (diff) | |
| download | forums-4af44652aced7c601cdfeff93dc03e6672e8b2c3.tar forums-4af44652aced7c601cdfeff93dc03e6672e8b2c3.tar.gz forums-4af44652aced7c601cdfeff93dc03e6672e8b2c3.tar.bz2 forums-4af44652aced7c601cdfeff93dc03e6672e8b2c3.tar.xz forums-4af44652aced7c601cdfeff93dc03e6672e8b2c3.zip | |
Fix a couple of hard-coded strings in the templates
git-svn-id: file:///svn/phpbb/trunk@6240 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 91b73b3b98..f24171e5ad 100644 --- a/phpBB/styles/subSilver/template/posting_body.html +++ b/phpBB/styles/subSilver/template/posting_body.html @@ -194,7 +194,7 @@ function checkForm() <td class="row2"> <!-- BEGIN to_recipient --> <span class="genmed"> - <a href="{to_recipient.U_VIEW}"><!-- IF to_recipient.COLOUR --><b style="color:#{to_recipient.COLOUR}"><!-- ELSE --><b<!-- IF to_recipient.IS_GROUP --> class="blue"<!-- ENDIF -->><!-- ENDIF -->{to_recipient.NAME}</b></a> </span><!-- IF not S_EDIT_POST --><input class="post" type="submit" name="remove_{to_recipient.TYPE}[{to_recipient.UG_ID}]" value="Remove" /> <!-- ENDIF --> + <a href="{to_recipient.U_VIEW}"><!-- IF to_recipient.COLOUR --><b style="color:#{to_recipient.COLOUR}"><!-- ELSE --><b<!-- IF to_recipient.IS_GROUP --> class="blue"<!-- ENDIF -->><!-- ENDIF -->{to_recipient.NAME}</b></a> </span><!-- IF not S_EDIT_POST --><input class="post" type="submit" name="remove_{to_recipient.TYPE}[{to_recipient.UG_ID}]" value="{L_REMOVE}" /> <!-- ENDIF --> <!-- BEGINELSE --> <span class="genmed">{L_NONE}</span> <!-- END to_recipient --> |
