Необходимые добавления в файле
This commit is contained in:
parent
237091b0bc
commit
a8fdac496d
@ -41,6 +41,7 @@ $smarty['stat_viewed'] = '{#stat_viewed#}';
|
||||
<col/>
|
||||
<col width="1"/>
|
||||
<col width="1"/>
|
||||
<col/>
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -48,6 +49,7 @@ $smarty['stat_viewed'] = '{#stat_viewed#}';
|
||||
<td>{#mfld_subject#}</td>
|
||||
<td>{#author#}</td>
|
||||
<td>{#status#}</td>
|
||||
<td>{#cn_actions#}</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -72,12 +74,15 @@ $smarty['stat_viewed'] = '{#stat_viewed#}';
|
||||
{else}{#stat_replied#}
|
||||
{/if}
|
||||
</td>
|
||||
<td align="center">
|
||||
<a class="topleftDir icon_sprite ico_delete ConfirmDelete" dir="{#deleting#}" name="{#cn_del_mail#}" href="index.php?do=modules&action=modedit&mod=contactsnew&moduleaction=email_del&hid={$dialog.id}&fid={$fid}&cp={$sess}" title="{#delete#}"></a>
|
||||
</td>
|
||||
</tr>
|
||||
{foreachelse}
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
<td colspan="5">
|
||||
<ul class="messages">
|
||||
<li class="highlight yellow">{#noforms#}</li>
|
||||
<li class="highlight yellow">{#cn_not_mail#}</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user