Changeset 3d5240b7 in github
- Timestamp:
- Apr 11, 2012 12:03:16 PM (13 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 194b45c
- Parents:
- 4dbc961
- Files:
-
- 5 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_json_output.php (modified) (1 diff)
-
program/steps/mail/list.inc (modified) (1 diff)
-
skins/default/mail.css (modified) (1 diff)
-
skins/larry/mail.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r4dbc961 r3d5240b7 3 3 4 4 - Set flexible width to login form fields (#1488418) 5 - F orce page reload if list columns changedin IE8 (#1487822)5 - Fix re-draw bug on list columns change in IE8 (#1487822) 6 6 - Allow mass-removal of addresses from a group (#1487748) 7 7 - Fix removing all contacts on import to LDAP addressbook -
program/include/rcube_json_output.php
rc97c575 r3d5240b7 213 213 { 214 214 $location = rcmail::get_instance()->url($p); 215 $this->remote_response( sprintf("window.setTimeout(function(){ %s.redirect('%s',true); }, %d);", JS_OBJECT_NAME, $location, $delay));215 $this->remote_response("window.setTimeout(\"location.href='{$location}'\", $delay);"); 216 216 exit; 217 217 } -
program/steps/mail/list.inc
rc97c575 r3d5240b7 52 52 } 53 53 54 if ($save_arr) {54 if ($save_arr) 55 55 $RCMAIL->user->save_prefs($save_arr); 56 57 // force page reload if list columns changed in IE8 (#1487822)58 if ($save_arr['list_cols'] && $OUTPUT->browser->ie && $OUTPUT->browser->ver == 8) {59 $OUTPUT->redirect(array('_mbox' => $RCMAIL->storage->get_folder()), 0);60 }61 }62 56 63 57 $mbox_name = $RCMAIL->storage->get_folder(); -
skins/default/mail.css
r187e9f4 r3d5240b7 682 682 { 683 683 padding-left: 18px; 684 width: 99%; 684 685 } 685 686 -
skins/larry/mail.css
r1ba07f0 r3d5240b7 580 580 } 581 581 582 #messagelist thead tr td.subject, 582 583 #messagelist tbody tr td.subject { 583 584 width: 99%;
Note: See TracChangeset
for help on using the changeset viewer.
