diff options
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> |