summaryrefslogtreecommitdiff
path: root/skins/larry/templates
AgeCommit message (Collapse)Author
2013-09-21Hide Delivery Status Notification option when smtp_server is unset (#1489336)Aleksander Machniak
2013-09-19Allow sysadmins to define static responses which are immutable for the userThomas Bruederli
2013-09-13Better styling for import formThomas Bruederli
2013-09-04Keep current selection on IE browsers by adding unselectable=on to link elementsThomas Bruederli
2013-09-04New settings section to manage canned responsesThomas Bruederli
2013-09-04Add new feature to save and recall text snippets (aka canned responses) when ↵Thomas Bruederli
composing messages
2013-09-01Remove redundant colspan=2Aleksander Machniak
2013-09-01Merge pull request #101 from Dennis1993/patch-9Aleksander Machniak
Removed not allowed syntax
2013-08-15Fix scrolling in iframes on touch devicesThomas Bruederli
2013-08-06Update compose.htmlDennis1993
Deleted / in wrong line
2013-08-06Update mail.htmlDennis1993
Deleted attachmentFieldSize="40" from file tag (that's not allowed)
2013-08-06Update compose.htmlDennis1993
- Deleted self-closing Syntax on a link tag (that's not allowed) - Deleted attachmentFieldSize="40" from file tag (that's not allowed too)
2013-07-26Update settings.htmlDennis1993
added old frameborder Attribute for IE7 and IE8
2013-07-26Update addressbook.htmlDennis1993
added old frameborder Attribute for IE7 and IE8
2013-07-26Update mail.htmlDennis1993
added old frameborder Attribute for IE7 and IE8
2013-07-23Update settings.htmlDennis1993
deleted deprecated frameborder attribute and use css instead
2013-07-23Update addressbook.htmlDennis1993
deleted deprecated frameborder attribute and use css instead
2013-07-23Update mail.htmlDennis1993
deleted deprecated frameborder Attribute and use css instead wrong closing DIV tag
2013-07-21Update login.htmlDennis1993
deleted deprecated border="0" Attribute and use css instead
2013-07-12Allow to load config files for different environments (#1487311); keep ↵Thomas Bruederli
(non-default) filename in URLs throughout the webmail app
2013-07-09Finally: make message list header stay on top when scrolling (#1295420)Thomas Bruederli
2013-07-05Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-07-05Help plugin: CSS fixes, content frame scrollbar fix, about page (classic ↵Aleksander Machniak
skin) fix
2013-07-05Use the more descriprive label 'move to...' for mailbox list drop-downThomas Bruederli
2013-07-01Contacts drag-n-drop default action is to move contacts (#1488751)Aleksander Machniak
Added possibility to choose to move or copy contacts from drag-n-drop menu (#1488751) Use consistent naming: 'moveto' -> 'move'
2013-06-27Added toolbar container on attachment preview pageAleksander Machniak
2013-06-26Fix Close link and remove About link on error pages (#1489109)Aleksander Machniak
2013-06-24Improved/unified attachment preview pageAleksander Machniak
Implemented attachment print button
2013-06-18Merge branch 'dev-advanced-ldap-groups':Thomas Bruederli
- Refactoring: separated address book implementation from generic LDAP wrapper class - Auto-detect and use VLV indices for all search operations - Additional group configuration options for LDAP address books - Allow address books to display a multi-level group hierarchy in the contacts list
2013-06-14Add feature to import messages to the currently selected folderThomas Bruederli
2013-06-13Set minimum height for message headers block (#1489108)Thomas Bruederli
2013-04-15Remove dropdown style from attachment menuAleksander Machniak
2013-03-21Small improvements to text/html switchThomas Bruederli
2013-03-21Add switch for text/html alternative part view (#1486939)Thomas Bruederli
2013-03-06Add attachment menu with Open and Download options (#1488975)Aleksander Machniak
2013-02-10Let some env variables survive reset(); don't show taskbar and top line in ↵Thomas Bruederli
framed error pages (#1488938)
2013-02-07Finish hierarchical groups browsing in LDAP address books; add according UI ↵Thomas Bruederli
elements and styles to the skins; adapt habavior of the compose address book widget
2013-01-31Set the new treelist class to all mailboxlist objectsThomas Bruederli
2013-01-31- Refactored the hierarchical mailboxlist control into a separate widget classThomas Bruederli
- Build address book directories list as hierarchical list - Make address book groups collapsible using the new new treelist widget - Use encoded identifiers for address book directory list items
2013-01-31Define a global style for tree listsThomas Bruederli
2013-01-29Improve contacts import interface, add #message objectAleksander Machniak
2013-01-25Add search box to compose address book widget (#1488381)Thomas Bruederli
2013-01-25Define generic .searchbox stylesThomas Bruederli
2013-01-11New feature to export only selected contacts from addressbook (by Phil Weir)Thomas Bruederli
2013-01-09Welcome to 2013Thomas Bruederli
2013-01-01Fix checkbox/label alignment. We do this by additional span inside labelAleksander Machniak
and vertical-align:middle on both checkbox and span.
2013-01-01Add possibility to search in message body only (#1488770)Aleksander Machniak
2012-12-29Minor IE7/8 fixesThomas Bruederli
2012-12-19Add Compose button on message view page (#1488747)Aleksander Machniak
Fixed javascript error on extwin message page (classic skin) - removed splitter.
2012-12-10Nicely render headers of message/rfc822 partsThomas Bruederli