Changeset 545 in subversion
- Timestamp:
- May 1, 2007 7:54:03 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r543 r545 246 246 this.set_page_buttons(); 247 247 248 var writeable; 249 if ((writeable = this.env.address_sources && !this.env.address_sources[this.env.source].readonly)) 248 if (this.env.address_sources && !this.env.address_sources[this.env.source].readonly) 250 249 this.enable_command('add', true); 251 250 … … 253 252 this.enable_command('show', 'edit', true); 254 253 255 if ((this.env.action=='add' || this.env.action=='edit') && writeable &&this.gui_objects.editform)254 if ((this.env.action=='add' || this.env.action=='edit') && this.gui_objects.editform) 256 255 this.enable_command('save', true); 257 256 else
Note: See TracChangeset
for help on using the changeset viewer.
