Ignore:
Timestamp:
Sep 25, 2009, 10:52:54 PM (15 years ago)
Author:
Eric
Message:

[[NBC_UserAdvManager] Fix for bug 1172

Improving display of excluded email providers. We can now use CR/LF in configuration field. Comma (,) seperator is still mandatory.
Using CR/LF in excluded email providers list implies the field width is no more usefull with 80 col. It has been reduced to 30 col.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/admin/global.tpl

    r3836 r3918  
    6363        </li>
    6464        <li><label>{'UserAdvManager_MailExclusion_List'|@translate}</label><br>
    65         <textarea name="UserAdvManager_MailExclusion_List" id="UserAdvManager_MailExclusion_List" rows="3" cols="80" {$TAG_INPUT_ENABLED}>{$UserAdvManager_MAILEXCLUSION_LIST}</textarea>
     65        <textarea name="UserAdvManager_MailExclusion_List" id="UserAdvManager_MailExclusion_List" rows="3" cols="30" {$TAG_INPUT_ENABLED}>{$UserAdvManager_MAILEXCLUSION_LIST}</textarea>
    6666        </li>
    6767    </ul>
Note: See TracChangeset for help on using the changeset viewer.