diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-18 10:05:58 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-18 10:05:58 +0000 |
| commit | 40f0a1ea153e4acd46b04b7f43a2ffb962b866eb (patch) | |
| tree | 90995cb8c1de2d5516852dc862729864a4c1e78c /phpBB/styles/subSilver/template/posting_body.html | |
| parent | c2191ae9cc08981b80a9341053898f68e6addcbe (diff) | |
| download | forums-40f0a1ea153e4acd46b04b7f43a2ffb962b866eb.tar forums-40f0a1ea153e4acd46b04b7f43a2ffb962b866eb.tar.gz forums-40f0a1ea153e4acd46b04b7f43a2ffb962b866eb.tar.bz2 forums-40f0a1ea153e4acd46b04b7f43a2ffb962b866eb.tar.xz forums-40f0a1ea153e4acd46b04b7f43a2ffb962b866eb.zip | |
- do not cache the activity queries, this is only a lot of overhead (haven't noticed the forums also get included)
- back to our known poster name display on viewtopic/topic review. :)
git-svn-id: file:///svn/phpbb/trunk@6599 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 3d24e2c3b7..6ce895595d 100644 --- a/phpBB/styles/subSilver/template/posting_body.html +++ b/phpBB/styles/subSilver/template/posting_body.html @@ -195,6 +195,7 @@ function checkForm() <tr> <td class="row1"><b class="genmed">{L_TO}:</b></td> <td class="row2"> + {S_HIDDEN_ADDRESS_FIELD} <!-- BEGIN to_recipient --> <span class="genmed"> <a href="{to_recipient.U_VIEW}"<!-- IF to_recipient.COLOUR --> style="color:#{to_recipient.COLOUR}"<!-- ELSEIF to_recipient.IS_GROUP --> class="blue"<!-- ENDIF -->><b>{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 --> @@ -214,7 +215,6 @@ function checkForm() <!-- END bcc_recipient --> </td> </tr> - {S_HIDDEN_ADDRESS_FIELD} <!-- ENDIF --> <tr> |
