From 4c0bc29210ed1579365d267ede371e3746951cd5 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 01 Aug 2008 14:34:34 -0400
Subject: [PATCH] Addad a function to disable poip3 and imap per user account.

---
 interface/web/mail/templates/mail_user_mailbox_edit.htm |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/interface/web/mail/templates/mail_user_mailbox_edit.htm b/interface/web/mail/templates/mail_user_mailbox_edit.htm
index 7f00899..7ee5ce3 100644
--- a/interface/web/mail/templates/mail_user_mailbox_edit.htm
+++ b/interface/web/mail/templates/mail_user_mailbox_edit.htm
@@ -24,9 +24,19 @@
     <td width="366" class="frmText11">{tmpl_var name='postfix'}</td>
   </tr>
   <tr>
+    <td width="126" class="frmText11">{tmpl_var name='disableimap_txt'}:</td>
+    <td width="366" class="frmText11">{tmpl_var name='disableimap'}</td>
+  </tr>
+  <tr>
+    <td width="126" class="frmText11">{tmpl_var name='disablepop3_txt'}:</td>
+    <td width="366" class="frmText11">{tmpl_var name='disablepop3'}</td>
+  </tr>
+  <!--
+  <tr>
     <td width="126" class="frmText11">{tmpl_var name='access_txt'}:</td>
     <td width="366" class="frmText11">{tmpl_var name='access'}</td>
   </tr>
+  -->
   <tr>
     <td class="frmText11">&nbsp;</td>
     <td class="frmText11">&nbsp;</td>

--
Gitblit v1.9.1