Revisions for imp/templates/mailbox/mailbox.html

Location: [ Horde ] / imp / templates / mailbox / mailbox.html View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.10.10.5 FRAMEWORK_3 (+1 -1 lines) 03/08/2008 07:24 PM Jan Schneider jan

MFH: 1.23

Tags: IMP_4_3, IMP_4_3_RC2, IMP_4_2_1_RC1, IMP_4_2, IMP_4_2_RC4, IMP_4_2_RC3

1.23 (+1 -1 lines) 03/08/2008 12:58 PM Jan Schneider jan

Remove unnecessary explicit left alignment of TDs.
Use rightAlign class name for size column.
Bug: 6401

1.10.10.4 FRAMEWORK_3 (+4 -3 lines) 12/20/2007 09:00 AM Jan Schneider jan

Merge from HEAD.

Tags: IMP_4_2_RC2

1.22 (+2 -2 lines) 11/28/2006 11:12 PM Michael M Slusarz slusarz

Convert mailbox.php javascript to prototype and various other js cleanups.

Tags: BEFORE_MERGE_3_2, IMP_4_2_RC1, IMP_4_2_ALPHA

1.21 (+1 -1 lines) 07/19/2006 12:56 PM Matt Selsky selsky

Revert 1.20
Add   to label to satisfy WCAG text requirement

1.20 (+1 -1 lines) 07/16/2006 04:55 AM Matt Selsky selsky

Add labels for form elements.

Bug: 4080

1.10.10.3 FRAMEWORK_3 (+1 -1 lines) 04/10/2006 10:51 AM Chuck Hagenbuch chuck

MFH: escape X-Color information.
Bug: 3751

Tags: IMP_4_1_6, IMP_4_1_5, IMP_4_1_4, IMP_4_1_4_RC1, IMP_4_1_3, IMP_4_1_2, IMP_4_1_1

1.19 (+1 -1 lines) 04/10/2006 10:44 AM Chuck Hagenbuch chuck

[cjh] Escape X-color data (Bug #3751).

1.18 (+1 -1 lines) 01/17/2006 12:09 AM Michael M Slusarz slusarz

unneeded if tag

1.17 (+1 -1 lines) 01/16/2006 10:18 AM Chuck Hagenbuch chuck

This has been bugging me for years - clicking on a status image now
acts the _same_ as clicking on a checkbox for purposes of
shift-selection. Also, now you can continue to hold shift and add to a
selection, and using the spacebar to select a message sets the
previous index for shift-selecting also. Finally, reorganized some of
the row-toggling code so the highlight color doesn't get out of sync
with the checkbox state anymore.

1.16 (+11 -14 lines) 12/06/2005 05:26 PM Michael M Slusarz slusarz

readd table borders to delineate between messages and rows and get rid of
nested tables (yay). Still can't figure out how to make thread graphics line
up nicely though - there remains spaces between them.

1.15 (+15 -11 lines) 12/06/2005 03:29 AM Michael M Slusarz slusarz

put my horrible design skills to the test and convert mailbox (mostly) from
table formatting. those of you who really know what they are doing should
definitely look at this as i am sure there is a bunch of stuff that can be
cleaned up.

1.10.10.2 FRAMEWORK_3 (+1 -1 lines) 12/04/2005 01:23 AM Chuck Hagenbuch chuck

MFH: XHTML fixes

Tags: IMP_4_1, IMP_4_1_RC3, IMP_4_1_RC2, IMP_4_1_RC1

1.14 (+1 -1 lines) 12/04/2005 12:50 AM Chuck Hagenbuch chuck

XHTML fixes.

1.13 (+1 -1 lines) 05/11/2005 09:43 AM Jan Schneider jan

RTL fixes.

Tags: BEFORE_MERGE_3_1

1.12 (+1 -1 lines) 05/04/2005 03:59 AM Jan Schneider jan

More RTL improvements.

1.10.10.1 FRAMEWORK_3 (+8 -6 lines) 01/04/2005 06:53 AM Jan Schneider jan

MFH:
- add the no_overflow_hidden_tables quirk for browsers that don't support
overflow:hidden on table cells.
- use this in IMP to close #1026, rows running into each other in Safari.

Tags: IMP_4_0_5, IMP_4_0_4, IMP_4_0_4_RC2, IMP_4_0_4_RC1, IMP_4_0_3, IMP_4_0_3_RC1, IMP_4_0_2, IMP_4_0_2_RC1, IMP_4_0_1

1.11 (+8 -6 lines) 01/03/2005 05:19 PM Chuck Hagenbuch chuck

- add the no_overflow_hidden_tables quirk for browsers that don't
support overflow:hidden on table cells.
- use this in IMP to close #1026, rows running into each other in Safari.

I'd like suggestions on how/where to merge this. I can merge it all
and it will work for anyone with both IMP 4.0.1 and Horde 3.0.1; it's
harmless enough and won't cause problems otherwise. Any objections to
that?

1.10 (+7 -7 lines) 10/29/2004 10:39 AM Chuck Hagenbuch chuck

- Move nowrap, cursor, and (most) align styles into the stylesheet.

- By setting table-layout: fixed and overflow:hidden on the
messageList table, we can make the percentages always apply and avoid
squishing due to long from names/subjects/etc.

Theoretically this means we could get rid of the max-sub/max-from character limits and just let the browser handle it. Any opinions on that?

Tags: FRAMEWORK_3, IMP_4_0, IMP_4_0_RC3, IMP_4_0_RC2, IMP_4_0_RC1, IMP_4_0_BETA

1.9 (+1 -1 lines) 10/21/2004 10:07 PM Chuck Hagenbuch chuck

Sadly, this is what we need to do to ensure cross-browser similarity:
we need to explicitly set the height and width of checkboxes so that
IE doesn't make them so big that they add extra padding to rows.

Since there isn't a well-supported selector for globally modifying
checkboxes (if you have one that works in IE6, please say), we'll use
a checkbox class to do so. This makes the folder and mailbox views
render pretty much the same as far as I can see in Firefox and IE, and
gets rid of the space between the tree graphics on the folder screen
in IE.

1.8 (+1 -1 lines) 10/21/2004 05:55 PM Chuck Hagenbuch chuck

- Revert the "ugly margins" quirk things and start trying the "global white space
reset" idea from http://leftjustified.net/journal/2004/10/19/global-ws-reset/
I know it's not finished yet, so don't panic; I'll tweak it from here and then ask
for feedback/help.

- Also clean up some duplicate CSS classes, etc.

1.7 (+1 -1 lines) 10/21/2004 02:22 AM Michael M Slusarz slusarz

This makes the message view look OK again in IE.

1.6 (+1 -1 lines) 09/22/2004 11:44 PM Chuck Hagenbuch chuck

The checkboxes still look pretty horrid in IE, but this is at least a
bit better.

1.5 (+1 -1 lines) 09/14/2004 08:06 AM Jan Schneider jan

Revert margin for all input fields, this only led to all sorts of mis-aligned
forms. Apply the margin to the only fields this was done for instead.

1.4 (+2 -2 lines) 06/25/2004 11:15 AM Chuck Hagenbuch chuck

- Remove mouseover highlighting of rows.
- Instead, highlight messages that are selected, using the new selectedRow class.

1.3 (+1 -1 lines) 04/21/2004 03:35 PM Chuck Hagenbuch chuck

Fix <label> ids for checkboxes (Jeff Seifert <seifert@everybody.org>).

1.2 (+1 -1 lines) 11/11/2003 11:04 AM Chuck Hagenbuch chuck

array/indent/spacing style

Tags: IMP_4_0_ALPHA

1.1 11/06/2003 05:15 PM Chuck Hagenbuch chuck

Use a Horde_Template for the mailbox view. Only includes the file one, instead
of including a template once per message in the list.

There might be a few things off that I didn't catch, but it generally works. Running
off to a symphony concert; will catch up with anything late tonight or tomorrow.