Browse Source

Необходимые добавления в файле

master
Repellent 8 years ago
parent
commit
a8fdac496d
  1. 9
      contactsnew/templates/history.tpl

9
contactsnew/templates/history.tpl

@ -41,6 +41,7 @@ $smarty['stat_viewed'] = '{#stat_viewed#}';
<col/> <col/>
<col width="1"/> <col width="1"/>
<col width="1"/> <col width="1"/>
<col/>
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
@ -48,6 +49,7 @@ $smarty['stat_viewed'] = '{#stat_viewed#}';
<td>{#mfld_subject#}</td> <td>{#mfld_subject#}</td>
<td>{#author#}</td> <td>{#author#}</td>
<td>{#status#}</td> <td>{#status#}</td>
<td>{#cn_actions#}</td>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -72,12 +74,15 @@ $smarty['stat_viewed'] = '{#stat_viewed#}';
{else}{#stat_replied#} {else}{#stat_replied#}
{/if} {/if}
</td> </td>
<td align="center">
<a class="topleftDir icon_sprite ico_delete ConfirmDelete" dir="{#deleting#}" name="{#cn_del_mail#}" href="index.php?do=modules&amp;action=modedit&amp;mod=contactsnew&amp;moduleaction=email_del&amp;hid={$dialog.id}&amp;fid={$fid}&amp;cp={$sess}" title="{#delete#}"></a>
</td>
</tr> </tr>
{foreachelse} {foreachelse}
<tr> <tr>
<td colspan="4"> <td colspan="5">
<ul class="messages"> <ul class="messages">
<li class="highlight yellow">{#noforms#}</li> <li class="highlight yellow">{#cn_not_mail#}</li>
</ul> </ul>
</td> </td>
</tr> </tr>

Loading…
Cancel
Save