Changeset 5268 in subversion
- Timestamp:
- Sep 22, 2011 6:04:31 AM (20 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r5267 r5268 279 279 this.env.contactfolders = $.extend($.extend({}, this.env.address_sources), this.env.contactgroups); 280 280 281 this.enable_command('add', 'import', this.env.writable_source); 282 this.enable_command('list', 'listgroup', 'listsearch', 'advanced-search', true); 283 281 284 if (this.gui_objects.contactslist) { 282 285 … … 301 304 302 305 this.update_group_commands(); 306 this.command('list'); 303 307 } 304 308 … … 320 324 this.init_contact_form(); 321 325 } 326 322 327 if (this.gui_objects.qsearchbox) { 323 328 this.enable_command('search', 'reset-search', 'moveto', true); 324 329 } 325 330 326 if (this.contact_list && this.contact_list.rowcount > 0) 327 this.enable_command('export', true); 328 329 this.enable_command('add', 'import', this.env.writable_source); 330 this.enable_command('list', 'listgroup', 'listsearch', 'advanced-search', true); 331 332 // load contacts of selected source 333 if (!this.env.action) 334 this.command('list', this.env.source); 335 break; 336 331 break; 337 332 338 333 case 'settings':
Note: See TracChangeset
for help on using the changeset viewer.
