[Vtigercrm-commits] [vtiger-commits] r6816 - in /vtigercrm/trunk: Smarty/templates/AddMailAccount.tpl modules/Settings/language/en_us.lang.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 31 00:48:11 EDT 2006
Author: mmbrich
Date: Tue May 30 22:48:09 2006
New Revision: 6816
Log:
separate required and unsupported markers in the webmail settings page
Modified:
vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl
vtigercrm/trunk/modules/Settings/language/en_us.lang.php
Modified: vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl Tue May 30 22:48:09 2006
@@ -101,8 +101,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>
Modified: vtigercrm/trunk/modules/Settings/language/en_us.lang.php
==============================================================================
--- vtigercrm/trunk/modules/Settings/language/en_us.lang.php (original)
+++ vtigercrm/trunk/modules/Settings/language/en_us.lang.php Tue May 30 22:48:09 2006
@@ -484,7 +484,7 @@
'LBL_IMAP4'=>'IMAP4',
'LBL_POP'=>'POP',
'LBL_IMAP'=>'IMAP',
-'LBL_MAIL_DISCLAIM'=>' Items marked with a <font color="red">*</font> are not fully supported',
+'LBL_MAIL_DISCLAIM'=>'Items marked with <font color="red">*</font> are required<br>Items marked with <font color="red">* *</font> are not fully supported',
'LBL_SSL_OPTIONS'=>'SSL Options',
'LBL_TLS'=>'TLS',
'LBL_NO_TLS'=>'No TLS',
More information about the vtigercrm-commits
mailing list