Changeset 846 in subversion
- Timestamp:
- Oct 2, 2007 2:59:08 AM (6 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
program/steps/mail/move_del.inc (modified) (2 diffs)
-
skins/default/mail.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/move_del.inc
r573 r846 19 19 20 20 */ 21 22 // count pages before changing anything 23 $old_count = $IMAP->messagecount(); 24 $old_pages = ceil($old_count / $IMAP->page_size); 21 25 22 26 // move messages … … 79 83 80 84 // add new rows from next page (if any) 81 if ($_POST['_from']!='show' && $ pages>1 && $IMAP->list_page < $pages)85 if ($_POST['_from']!='show' && $old_pages>1 && $IMAP->list_page < $old_pages) 82 86 { 83 87 $sort_col = isset($_SESSION['sort_col']) ? $_SESSION['sort_col'] : $CONFIG['message_sort_col']; -
trunk/roundcubemail/skins/default/mail.css
r840 r846 283 283 } 284 284 285 #mailboxlist li.selected 285 #mailboxlist li.selected, 286 #mailboxlist li.droptarget li.selected 286 287 { 287 288 background-color: #929292;
Note: See TracChangeset
for help on using the changeset viewer.
