summaryrefslogtreecommitdiff
path: root/skins/larry/templates
AgeCommit message (Collapse)Author
2014-03-11Add id for login submit button (#1489676) - make it skin independentAleksander Machniak
2014-01-05Move folder/directory list auto-scrolling functionality to treelist widget ↵Thomas Bruederli
(same as auto-expand) and make it work without list header/footer blocks
2013-12-15Implemented menu actions to copy/move messages, added folder-selector widget ↵Aleksander Machniak
(#1484086)
2013-11-23Save Larry skin UI settings in local storage instead of cookiesThomas Bruederli
2013-11-22Add missing </div>Aleksander Machniak
2013-11-22Optimize and preload message iconsThomas Bruederli
2013-11-22Display status messages as pile of black bars overlaying the UI in order to ↵Thomas Bruederli
improve visibility (#1488974)
2013-10-25Merge branch 'dev-canned-responses'Thomas Bruederli
Conflicts (resolved): skins/classic/includes/settingstabs.html skins/larry/includes/settingstabs.html
2013-09-30Also truncate the list of addresses in print view + add link to show them allThomas Bruederli
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