SMTP-Sessions: fix conditionals allowing to kill a SMTP-Session
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 5 Aug 2012 11:59:34 +0000 (13:59 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 5 Aug 2012 11:59:34 +0000 (13:59 +0200)
webcit/static/t/who/activesmtpsessions_one.html

index af277fdca2706bbfc2cf34ff0e458d8c01524ef5..e495fcb13d41dd59fcaa1c78cc9d45d680ff0520 100644 (file)
@@ -6,7 +6,8 @@
                <?!("X", 8)>
        </td>
        <td class="edit_col">
-               <??("COND:AIDE", 1)><??("WHO:ISME", 2)>
+               <??("COND:AIDE", 1)>
                        <a href="terminate_session?which_session=<?WHO:SESSION>?template=who" onClick="return ConfirmKill();"><?_("(kill)")></a>&nbsp;
+               <??("X", 1)>
        </td>
 </tr>