Changeset 3136 in subversion
- Timestamp:
- Nov 24, 2009 2:36:25 PM (3 years ago)
- Location:
- branches/devel-threads
- Files:
-
- 4 edited
-
THREADS (modified) (1 diff)
-
program/js/app.js (modified) (1 diff)
-
program/js/list.js (modified) (2 diffs)
-
skins/default/mail.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/devel-threads/THREADS
r3126 r3136 42 42 - after message(s) deletion the whole list is reloaded (see TODO), 43 43 - the same with a new message (check_recent) 44 - css issues on IE6-7 -
branches/devel-threads/program/js/app.js
r3134 r3136 1527 1527 depth: flags.depth?flags.depth:0, 1528 1528 unread_children: flags.unread_children, 1529 parent_uid: flags.parent_uid ,1529 parent_uid: flags.parent_uid 1530 1530 } 1531 1531 -
branches/devel-threads/program/js/list.js
r3120 r3136 407 407 { 408 408 last_expanded_parent_depth = p.depth; 409 new_row.style.display = 'table-row';409 $(new_row).show(); 410 410 new_row.expanded = true; 411 411 } … … 491 491 if (row && r.depth <= depth) 492 492 break; 493 new_row.style.display = 'table-row';493 $(new_row).show(); 494 494 if (r.has_children) 495 495 { -
branches/devel-threads/skins/default/mail.css
r3130 r3136 769 769 { 770 770 display: table-cell; /* For FireFox and Opera */ 771 display: inline-block; /* For Opera and IE */ 771 display: inline-block; /* For Opera and IE */ 772 772 width: 15px; 773 773 height: 15px;
Note: See TracChangeset
for help on using the changeset viewer.
