Changeset 4085 in subversion


Ignore:
Timestamp:
Oct 13, 2010 3:24:27 PM (3 years ago)
Author:
alec
Message:
  • Fix duplicated e-mail field in identity form (#1487054)
Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r4083 r4085  
    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 
  • trunk/roundcubemail/program/steps/settings/edit_identity.inc

    r4009 r4085  
    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.