Changeset 4085 in subversion
- Timestamp:
- Oct 13, 2010 3:24:27 PM (3 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/settings/edit_identity.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r4083 r4085 29 29 - Add SASL proxy authentication for SMTP (#1486693) 30 30 - Improve displaying of UI messages (#1486977) 31 - Fix double e-mail filed in identity form (#1487054) 31 32 32 33 RELEASE 0.4.2 -
trunk/roundcubemail/program/steps/settings/edit_identity.inc
r4009 r4085 91 91 // disable some field according to access level 92 92 if (IDENTITIES_LEVEL == 1 || IDENTITIES_LEVEL == 3) { 93 $form['ad ressing']['content']['email']['disabled'] = true;94 $form['ad ressing']['content']['email']['class'] = 'disabled';93 $form['addressing']['content']['email']['disabled'] = true; 94 $form['addressing']['content']['email']['class'] = 'disabled'; 95 95 } 96 96
Note: See TracChangeset
for help on using the changeset viewer.
