1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 19:45:10 +01:00

[ticket/10073] Fix title for "Email topic"

PHPBB3-10073
This commit is contained in:
Joas Schilling 2014-05-03 14:02:46 +02:00
parent 84a02f5cef
commit 299fe086b4
2 changed files with 15 additions and 7 deletions

View File

@ -2,23 +2,29 @@
<!-- IF S_CONTACT_ADMIN-->
<h2 class="titlespace">{L_CONTACT_ADMIN}</h2>
<!-- ELSE -->
<!-- ELSEIF S_SEND_USER -->
<h2 class="titlespace">{L_SEND_EMAIL_USER}</h2>
<!-- ELSE -->
<h2 class="titlespace">{L_EMAIL_TOPIC}</h2>
<!-- ENDIF -->
<form method="post" action="{S_POST_ACTION}" id="post">
<div class="panel">
<div class="inner">
<!-- IF CONTACT_INFO -->
<div class="postbody">
<div class="content">
{CONTACT_INFO}
<div class="panel">
<div class="inner">
<div class="postbody">
<div class="content">
{CONTACT_INFO}
</div>
</div>
</div>
</div>
<br class="clear" />
<!-- ENDIF -->
<div class="panel">
<div class="inner">
<div class="content">
<!-- IF ERROR_MESSAGE --><p class="error">{ERROR_MESSAGE}</p><!-- ENDIF -->

View File

@ -8,8 +8,10 @@
<tr>
<!-- IF S_CONTACT_ADMIN-->
<th colspan="2">{L_CONTACT_ADMIN}</th>
<!-- ELSE -->
<!-- ELSEIF S_SEND_USER -->
<th colspan="2">{L_SEND_EMAIL_USER}</th>
<!-- ELSE -->
<th colspan="2">{L_EMAIL_TOPIC}</th>
<!-- ENDIF -->
</tr>
<!-- IF ERROR_MESSAGE -->