Changeset 1c1e1e3 in github


Ignore:
Timestamp:
Oct 13, 2010 3:24:27 PM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
8fcc3e1
Parents:
f6aac38
Message:
  • Fix duplicated e-mail field in identity form (#1487054)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    rad334a12 r1c1e1e3  
    2929- Add SASL proxy authentication for SMTP (#1486693) 
    3030- Improve displaying of UI messages (#1486977) 
     31- Fix double e-mail filed in identity form (#1487054) 
    3132 
    3233RELEASE 0.4.2 
  • program/steps/settings/edit_identity.inc

    re999919 r1c1e1e3  
    9191  // disable some field according to access level 
    9292  if (IDENTITIES_LEVEL == 1 || IDENTITIES_LEVEL == 3) { 
    93     $form['adressing']['content']['email']['disabled'] = true; 
    94     $form['adressing']['content']['email']['class'] = 'disabled'; 
     93    $form['addressing']['content']['email']['disabled'] = true; 
     94    $form['addressing']['content']['email']['class'] = 'disabled'; 
    9595  } 
    9696 
Note: See TracChangeset for help on using the changeset viewer.