Ignore:
Timestamp:
Nov 30, 2012, 10:09:53 PM (11 years ago)
Author:
Eric
Message:

Merge r19234 from trunk to branch 2.41 :
Bug 2765 fixed - Code cleanup
Bug 2788 fixed : Warning message on email exclusion no more remains if misconfiguration is fixed. But it's still necessary to refresh the current page once for the warning message to disappear.
Bug 2796 fixed - Use of php date() function instead od MySql NOW() - Usefull if MySql server is not set at the same date-time as Apache/Php server
Update da_DK, thanks to : Kaare
Update it_IT, thanks to : virgigiole
Update lv_LV, thanks to : agrisans

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/branches/2.41/admin/template/global.tpl

    r18800 r19235  
    228228
    229229            <div class="uam_hide">
    230            
     230
    231231              <label for="UAM_MailExclusion_false"><input id="UAM_MailExclusion_false" value="false" {$UAM_MAILEXCLUSION_FALSE} name="UAM_MailExclusion" type="radio">
    232232                {'UAM_Disable'|@translate}
     
    235235                {'UAM_MailExclusion_true'|@translate}
    236236              </label>
    237            
     237
    238238            </div>
    239239          {else}
     
    242242            </label>
    243243
    244            
    245               <label for="UAM_MailExclusion_false"><input id="UAM_MailExclusion_false" value="false" {$UAM_MAILEXCLUSION_FALSE} name="UAM_MailExclusion" type="radio">
     244            <label for="UAM_MailExclusion_false"><input id="UAM_MailExclusion_false" value="false" {$UAM_MAILEXCLUSION_FALSE} name="UAM_MailExclusion" type="radio">
    246245                {'UAM_Disable'|@translate}
    247               </label>
    248               <label for="UAM_MailExclusion_true"><input id="UAM_MailExclusion_true" value="true" {$UAM_MAILEXCLUSION_TRUE} name="UAM_MailExclusion" type="radio">
     246            </label>
     247
     248            <label for="UAM_MailExclusion_true"><input id="UAM_MailExclusion_true" value="true" {$UAM_MAILEXCLUSION_TRUE} name="UAM_MailExclusion" type="radio">
    249249                {'UAM_MailExclusion_true'|@translate}
    250               </label>
    251            
    252 
    253           {if $UAM_ERROR_REPORTS1}     
    254             <div class="uam_leftmargin">
    255               <textarea class="uam_textfields" name="UAM_MailExclusion_List" id="UAM_MailExclusion_List" rows="3" style="color: red" {$TAG_INPUT_ENABLED}>{$UAM_MAILEXCLUSION_LIST}</textarea>
    256             </div>
    257            
    258           {else}
    259             <div class="uam_leftmargin">
    260               <textarea class="uam_textfields" name="UAM_MailExclusion_List" id="UAM_MailExclusion_List" rows="3" {$TAG_INPUT_ENABLED}>{$UAM_MAILEXCLUSION_LIST}</textarea>
    261             </div>
    262            
    263           {/if}
     250            </label>
     251
     252            {if $UAM_ERROR_REPORTS1}     
     253              <div class="uam_leftmargin">
     254                <textarea class="uam_textfields" name="UAM_MailExclusion_List" id="UAM_MailExclusion_List" rows="3" style="color: red" {$TAG_INPUT_ENABLED}>{$UAM_MAILEXCLUSION_LIST}</textarea>
     255              </div>
     256            {else}
     257              <div class="uam_leftmargin">
     258                <textarea class="uam_textfields" name="UAM_MailExclusion_List" id="UAM_MailExclusion_List" rows="3" {$TAG_INPUT_ENABLED}>{$UAM_MAILEXCLUSION_LIST}</textarea>
     259              </div>
     260            {/if}
    264261          {/if}
    265262          </li>
Note: See TracChangeset for help on using the changeset viewer.