Skip to content

Commit 095ac59

Browse files
committed
Fixed bug that prevented the deletion of transport rules.
1 parent 12ac516 commit 095ac59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mail/templates/mail_transport_list.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<td class="frmText11"><a href="#" onClick="loadContent('mail/mail_transport_edit.php?id={tmpl_var name='id'}');" class="frmText11">{tmpl_var name="domain"}</a></td>
2525
<td class="frmText11"><a href="#" onClick="loadContent('mail/mail_transport_edit.php?id={tmpl_var name='id'}');" class="frmText11">{tmpl_var name="transport"}</a></td>
2626
<td class="frmText11"><a href="#" onClick="loadContent('mail/mail_transport_edit.php?id={tmpl_var name='id'}');" class="frmText11">{tmpl_var name="sort_order"}</a></td>
27-
<td class="frmText11" align="right"><a href="javascript: del_record('mail/mail_user_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');" class="frmText11"><img src="themes/{tmpl_var name='theme'}/icons/list_icon_delete.png" alt="{tmpl_var name='delete_txt'}" border="0" /></a></td>
27+
<td class="frmText11" align="right"><a href="javascript: del_record('mail/mail_transport_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');" class="frmText11"><img src="themes/{tmpl_var name='theme'}/icons/list_icon_delete.png" alt="{tmpl_var name='delete_txt'}" border="0" /></a></td>
2828
</tr>
2929
</tmpl_loop>
3030

0 commit comments

Comments
 (0)