Changeset 1c1e1e3 in github
- Timestamp:
- Oct 13, 2010 3:24:27 PM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 8fcc3e1
- Parents:
- f6aac38
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/settings/edit_identity.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rad334a12 r1c1e1e3 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 -
program/steps/settings/edit_identity.inc
re999919 r1c1e1e3 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.
