Ignore:
Timestamp:
Nov 22, 2009, 5:11:24 PM (14 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager]

  • Bug 1259 fixed - PHP notice on user addition by admin in user_list page
  • Bug 1257 fixed - If email exclusion list begins with a CR-LF, an informative warning message is displayed (I was unable to delete automatically this CR-LF).
File:
1 edited

Legend:

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

    r4316 r4340  
    4545        </li>
    4646
    47 {if $UserAdvManager_MAILEXCLUSION_TRUE}     
     47{if $UserAdvManager_MAILEXCLUSION_TRUE}
     48  {if $UserAdvManager_ERROR_REPORTS4}     
     49        <li><label>{'UserAdvManager_MailExclusion_List'|@translate}</label><br>
     50        <textarea name="UserAdvManager_MailExclusion_List" id="UserAdvManager_MailExclusion_List" rows="3" cols="80" style="color: red" {$TAG_INPUT_ENABLED}>{$UserAdvManager_MAILEXCLUSION_LIST}</textarea><br><br>
     51        </li>
     52  {else}
    4853        <li><label>{'UserAdvManager_MailExclusion_List'|@translate}</label><br>
    4954        <textarea name="UserAdvManager_MailExclusion_List" id="UserAdvManager_MailExclusion_List" rows="3" cols="80" {$TAG_INPUT_ENABLED}>{$UserAdvManager_MAILEXCLUSION_LIST}</textarea><br><br>
    5055        </li>
     56  {/if}
    5157{else}
    5258        <li><label>{'UserAdvManager_MailExclusion_List'|@translate}</label><br>
Note: See TracChangeset for help on using the changeset viewer.