Browse Source

Update forms.tpl

master
Repellent 8 years ago
parent
commit
a4f1affc9d
  1. 3
      contactsnew/templates/forms.tpl

3
contactsnew/templates/forms.tpl

@ -30,7 +30,6 @@
</div>
<table cellpadding="0" cellspacing="0" width="100%" class="tableStatic mainForm" id="forms">
<colgroup>
<col width="1">
<col width="1">
<col>
<col width="1">
@ -45,7 +44,6 @@
<thead>
<tr>
<td>ID</td>
<td>{#alias#}</td>
<td>{#title#}</td>
<td colspan="4">{#cn_status#}</td>
<td>{#tag#}</td>
@ -57,7 +55,6 @@
{foreach from=$forms item=form}
<tr>
<td align="center">{$form.id}</td>
<td nowrap="nowrap" align="center">{if $form.alias}{$form.alias}{else}{#cn_alias_not#}{/if}</td>
<td align="center">
<strong><a class="toprightDir" href="index.php?do=modules&amp;action=modedit&amp;mod=contactsnew&amp;moduleaction=form_edit&amp;fid={$form.id}&amp;cp={$sess}" title="{#edit#}">{$form.title|stripslashes|escape}
</a></strong>

Loading…
Cancel
Save