mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 23:55:26 +02:00
[ticket/10073] Fix title for "Email topic"
PHPBB3-10073
This commit is contained in:
parent
84a02f5cef
commit
299fe086b4
@ -2,23 +2,29 @@
|
|||||||
|
|
||||||
<!-- IF S_CONTACT_ADMIN-->
|
<!-- IF S_CONTACT_ADMIN-->
|
||||||
<h2 class="titlespace">{L_CONTACT_ADMIN}</h2>
|
<h2 class="titlespace">{L_CONTACT_ADMIN}</h2>
|
||||||
<!-- ELSE -->
|
<!-- ELSEIF S_SEND_USER -->
|
||||||
<h2 class="titlespace">{L_SEND_EMAIL_USER}</h2>
|
<h2 class="titlespace">{L_SEND_EMAIL_USER}</h2>
|
||||||
|
<!-- ELSE -->
|
||||||
|
<h2 class="titlespace">{L_EMAIL_TOPIC}</h2>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<form method="post" action="{S_POST_ACTION}" id="post">
|
<form method="post" action="{S_POST_ACTION}" id="post">
|
||||||
|
|
||||||
<div class="panel">
|
|
||||||
<div class="inner">
|
|
||||||
<!-- IF CONTACT_INFO -->
|
<!-- IF CONTACT_INFO -->
|
||||||
<div class="postbody">
|
<div class="panel">
|
||||||
<div class="content">
|
<div class="inner">
|
||||||
{CONTACT_INFO}
|
<div class="postbody">
|
||||||
|
<div class="content">
|
||||||
|
{CONTACT_INFO}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<br class="clear" />
|
<br class="clear" />
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
<div class="panel">
|
||||||
|
<div class="inner">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<!-- IF ERROR_MESSAGE --><p class="error">{ERROR_MESSAGE}</p><!-- ENDIF -->
|
<!-- IF ERROR_MESSAGE --><p class="error">{ERROR_MESSAGE}</p><!-- ENDIF -->
|
||||||
|
@ -8,8 +8,10 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<!-- IF S_CONTACT_ADMIN-->
|
<!-- IF S_CONTACT_ADMIN-->
|
||||||
<th colspan="2">{L_CONTACT_ADMIN}</th>
|
<th colspan="2">{L_CONTACT_ADMIN}</th>
|
||||||
<!-- ELSE -->
|
<!-- ELSEIF S_SEND_USER -->
|
||||||
<th colspan="2">{L_SEND_EMAIL_USER}</th>
|
<th colspan="2">{L_SEND_EMAIL_USER}</th>
|
||||||
|
<!-- ELSE -->
|
||||||
|
<th colspan="2">{L_EMAIL_TOPIC}</th>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</tr>
|
</tr>
|
||||||
<!-- IF ERROR_MESSAGE -->
|
<!-- IF ERROR_MESSAGE -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user