Revisions for imp/templates/message/navbar_actions.html

Location: [ Horde ] / imp / templates / message / navbar_actions.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
2.13 (+8 -0 lines) 07/01/2008 03:03 AM Michael M Slusarz slusarz

Added readonly mailbox and disable compose hooks.

2.12.2.1 FRAMEWORK_3 (+0 -0 lines) 12/20/2007 09:00 AM Jan Schneider jan

Merge from HEAD.

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

2.12 (+1 -1 lines) 08/21/2006 01:11 AM Michael M Slusarz slusarz

style fixes.
fix bottom border for top actions bar in mailbox screen - since collapse border
will cause a 1 px border to disappear, use 2 px border instead.  Any idea
on how to make this display with cleaner CSS code is welcome.

Tags: FRAMEWORK_3, BEFORE_MERGE_3_2, IMP_4_2_RC1, IMP_4_2_ALPHA

2.11 (+40 -38 lines) 05/22/2006 12:30 AM Michael M Slusarz slusarz

Clean up CSS for navbar/actions menus.

2.10 (+1 -1 lines) 05/09/2006 12:00 AM Michael M Slusarz slusarz

Don't show separator for last entry in the navbar.

2.9 (+1 -0 lines) 05/04/2006 08:12 PM Michael M Slusarz slusarz

Bug: 3381
Re-add ability to forward all attachments of a message.  Tweaking of the
attachment algorithim still needs to be done.

2.8 (+13 -13 lines) 05/04/2006 01:17 AM Chuck Hagenbuch chuck

okay, this version gets the pipes (|) out of the template, since
that's look & feel stuff anyway, tweaks a few more things, and unless
I'm still going raving mad, works with Safari, IE, and FF.

2.7 (+7 -0 lines) 05/03/2006 12:38 PM Michael M Slusarz slusarz

Move header display options in an actions navbar dropdown menu.

2.6 (+3 -3 lines) 04/15/2006 02:32 PM Michael M Slusarz slusarz

Revert forward w/no body text.
Add forward body text only option.  I find this extremely useful in several
occasions.  This could be the 3rd forward option (the other 2 have been
discussed in Bug #3580).
Remove some language redundancy in Reply/Forward text.  its obvious we are
referring to "Reply" and "Forward" options when you have to mouseover those
words to display the box.

2.5 (+6 -1 lines) 04/13/2006 03:56 PM Michael M Slusarz slusarz

Add option to forward action to forward message without putting body text in
compose body.

2.4 (+3 -3 lines) 03/16/2006 05:06 PM Chuck Hagenbuch chuck

- don't re-use the msgactions id since ids should be unique. use a class instead.
- some styling tweaks
- iframe backing with IE

2.3 (+8 -4 lines) 03/16/2006 01:07 AM Michael M Slusarz slusarz

First attempt at drop-down menus in the message screen.

2.2 (+17 -15 lines) 03/16/2006 12:37 AM Michael M Slusarz slusarz

Convert message navbar actions to unordered list.

2.1 12/01/2005 03:11 AM Michael M Slusarz slusarz

Convert navbar_actions.inc into a Horde_Template:: template.
Merge headers.inc and message.inc into a single file.
Will continue to work on converting the other include files to Horde_Template::