Update forms.tpl
This commit is contained in:
parent
20e92b631f
commit
a4f1affc9d
@ -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&action=modedit&mod=contactsnew&moduleaction=form_edit&fid={$form.id}&cp={$sess}" title="{#edit#}">{$form.title|stripslashes|escape}
|
||||
</a></strong>
|
||||
|
Loading…
x
Reference in New Issue
Block a user