diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-08-14 14:14:28 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-08-14 14:14:28 +0000 |
commit | f4557ed74c1ad5d268d450dd187d0b61a6952f60 (patch) | |
tree | cd95e1688fe95c127fabe3b2470de90fa0c6e61e /phpBB/styles/prosilver/template/ucp_pm_message_header.html | |
parent | a6bf9b4e4aa71da9e0c01e892281d55d661db341 (diff) | |
download | forums-f4557ed74c1ad5d268d450dd187d0b61a6952f60.tar forums-f4557ed74c1ad5d268d450dd187d0b61a6952f60.tar.gz forums-f4557ed74c1ad5d268d450dd187d0b61a6952f60.tar.bz2 forums-f4557ed74c1ad5d268d450dd187d0b61a6952f60.tar.xz forums-f4557ed74c1ad5d268d450dd187d0b61a6952f60.zip |
the form actually is no longer required - in tests we had a form to submit the reply/reply to all, but this only worked with JS, so i decided to use a link.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9980 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_message_header.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_message_header.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_message_header.html b/phpBB/styles/prosilver/template/ucp_pm_message_header.html index ee56d61808..fcebab0868 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_message_header.html +++ b/phpBB/styles/prosilver/template/ucp_pm_message_header.html @@ -5,9 +5,7 @@ <!-- IF FOLDER_STATUS and FOLDER_MAX_MESSAGES neq 0 --><p>{FOLDER_STATUS}</p><!-- ENDIF --> - <!-- IF U_POST_REPLY_PM or U_POST_NEW_TOPIC or U_FORWARD_PM --> - <form method="post" action="{U_PM_ACTION}" id="reply-form"> - + <!-- IF U_POST_REPLY_PM or U_POST_NEW_TOPIC or U_FORWARD_PM --> <div class="buttons"> <!-- IF U_POST_REPLY_PM --><div class="pmreply-icon clearfix"><a title="{L_POST_REPLY_PM}" href="{U_POST_REPLY_PM}"><span></span>{L_POST_REPLY_PM}</a></div> <!-- ELSEIF U_POST_NEW_TOPIC --><div class="newpm-icon"><a href="{U_POST_NEW_TOPIC}" accesskey="n" title="{L_UCP_PM_COMPOSE}"><span></span>{L_UCP_PM_COMPOSE}</a></div><!-- ENDIF --> @@ -18,10 +16,7 @@ <div class="reply-all"><a title="{L_REPLY_TO_ALL}" href="{U_POST_REPLY_ALL}">» {L_REPLY_TO_ALL}</a></div> <!-- ENDIF --> - <input type="hidden" name="action" value="" id="reply-action" /> - - </form> - <!-- ENDIF --> + <!-- ENDIF --> <!-- IF TOTAL_MESSAGES or S_VIEW_MESSAGE --> <ul class="linklist pm-return-to"> |