[Vtigercrm-commits] [vtiger-commits] r9399 - /vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sun Sep 10 15:42:18 EDT 2006
Author: mmbrich
Date: Sun Sep 10 13:42:17 2006
New Revision: 9399
Log:
removed POP AGAIN.. if you re-enable it, be prepared to support it on your own
Modified:
vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl
Modified: vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl Sun Sep 10 13:42:17 2006
@@ -93,8 +93,8 @@
<tr>
<td class="dvtCellLabel" align="right">{$MOD.LBL_MAIL_PROTOCOL}</td>
<td class="dvtCellInfo">
- <input type="radio" name="mailprotocol" value="pop3" {$POP3}/> {$MOD.LBL_POP} <font color="red">* *</font>
- <input type="radio" name="mailprotocol" value="imap" {$IMAP}/> {$MOD.LBL_IMAP} <font color="red">* *</font>
+ <!-- <input type="radio" name="mailprotocol" value="pop3" {$POP3}/> {$MOD.LBL_POP} <font color="red">* *</font>
+ <input type="radio" name="mailprotocol" value="imap" {$IMAP}/> {$MOD.LBL_IMAP} <font color="red">* *</font> -->
<input type="radio" name="mailprotocol" value="imap2" {$IMAP2}/> {$MOD.LBL_IMAP2}
<input type="radio" name="mailprotocol" value="IMAP4" {$IMAP4}/> {$MOD.LBL_IMAP4}
</td>
More information about the vtigercrm-commits
mailing list