Add toggle all checkbox and plugin output section in nav bar
[squirrelmail.git] / templates / default /
2008-05-07 pdontthinkAdd toggle all checkbox and plugin output section in...
2008-05-07 pdontthinkMake toggle_all JavaScript fxn globally usable
2008-05-07 pdontthinkClarify docs
2008-05-07 pdontthinkPut names to checkboxes that can be used by others
2008-05-07 pdontthinkAdd real checkbox name and extra js args to row_click...
2008-05-07 pdontthinkAdd form name to row_click call as well
2008-05-07 pdontthinkMove some HTML out of core (src/login.php)
2008-05-07 pdontthinkPut hidden inputs in HTML-valid location
2008-05-07 pdontthinkCarry event object for click events into called JS...
2008-05-07 pdontthinkMake spacing consistent between top and bottom nav...
2008-05-07 pdontthinkAdd plugin output next to paginator template
2008-05-05 jervforsThe colon has to be part of the strings, since some...
2008-05-05 kinktweak css for some browsers, suggested by Thierry Godefroy
2008-05-05 kinkmove echo to the right place, inspired by Thierry Godefroy
2008-05-05 kinkFix missing internationalisation and display of empty...
2008-04-21 kinkintroduce new constant SM_COPYRIGHT that has the copyri...
2008-04-20 kinkupdate publically visible copyright years.
2008-04-17 pdontthinkAdd prettier layout for edit lists, not that I am any...
2008-03-10 jervforsFixing variable not parsed through PHP. Thanks to Scott...
2008-03-07 pdontthinkFix wrong comment syntax. Thanks Thierry Godefroy.
2008-03-05 pdontthinkBoolean option widgets now default to checkboxes
2008-03-05 pdontthinkMake the caption for checkboxes a label for the checkbox
2008-03-05 pdontthinkFix spacing on options pages
2008-02-26 pdontthinkRemove some HTML from the core
2008-02-26 pdontthinkUse a template for the edit list widget
2008-02-24 pdontthinkAdd 'edit list' type option widget
2008-02-24 pdontthinkDon't presume output format
2008-02-13 pdontthinkMake To column header clickable like From is
2008-02-11 kinkother part of r12925
2008-02-10 kinkseparate multiple addresses with ",", put as much on...
2008-02-07 jervforsReinserting support for the "iframe_height" option...
2008-01-30 pdontthinkAdd "alreadyFocused" functionality to login page
2008-01-24 kinkfix string, thanks Thierry Godefroy
2008-01-06 pdontthinkA few output elements are used often, so just retrieve...
2008-01-06 pdontthinkavoid E_STRICT errors
2008-01-05 pdontthinkForm values come to PHP as strings, so default comparis...
2008-01-04 pdontthinkAhhhh. I hate having to aim for checkboxes
2008-01-02 pdontthinkAdd multiple select folder list option widget (SMOPT_TY...
2007-09-25 pdontthinkAdded ability to keep messages selected on mailbox...
2007-09-04 kinkfix strict js/css notices (#1778815)
2007-08-30 pdontthinkRemove hook call from template; fix all corresponding...
2007-08-24 pdontthinkFix message highlighting again
2007-08-24 pdontthinkFix spacing. Totally pedantic.
2007-08-09 pdontthinkAllow use of checkall=1 in URI for message list pages...
2007-07-20 jervforsFixing some HTML errors.
2007-07-15 pdontthinkEnable better plugin motd hooking
2007-06-01 janglissMore XHTML Cleanup
2007-06-01 janglissAnother XHTML fix.
2007-05-18 pdontthinkAdding comment for future developer(s)
2007-05-18 pdontthinkValues that test as "empty" should actually be displaye...
2007-05-18 pdontthinkFix spacing
2007-03-12 jervforsGoing XHTML.
2007-03-09 pdontthinkAdding new plugin output sections 'provider_link_after...
2007-03-06 kinkdo not special case a folder named 'None'. There's...
2007-02-27 kinkgeneralise folder_manip_dialog CSS into dialogbox CSS
2007-02-18 kinkAdd option to ask users for personal information on...
2007-02-08 kinkadd squirrelmail attribution to the bottom of message...
2007-02-08 kinkDrop the default top-right 'SquirrelMail' name and...
2007-02-07 pdontthinkOnclick handler should not be submitted as HTML but...
2007-02-07 pdontthinkAdd body tag template; stop outputting body tags direct...
2007-02-06 pdontthinkPass compose form attributes to template separately...
2007-02-06 pdontthinkNew plugin output added to page header top
2007-01-25 pdontthinkRemoving hooks where we can from templates; one hook...
2007-01-23 pdontthinkCenter is an illegal value for vertical-align
2007-01-23 pdontthinkMinor HTML adjustment
2007-01-19 pdontthinkSimplify and standardize sendMDN function.
2007-01-19 pdontthinkRemove HTML from org_logo on logout error page
2007-01-19 pdontthinkMinor fix; reduce needless open/closing of PHP
2007-01-15 pdontthinkUpdate attributions string output
2007-01-15 pdontthinkRemove HTML from provider_uri and name; also fix defaul...
2007-01-15 pdontthinkBetter formatting (I hope)
2007-01-15 pdontthinkRemove a spec of HTML from login.php
2007-01-13 kinkincrement year in copyright notices
2007-01-11 pdontthinkAdding initial RPC baseline functionality. The delete...
2007-01-09 pdontthinkAllow template sets to filter or completely change...
2007-01-09 pdontthinkRemove HTML from SM option widget code; use forms.php...
2007-01-08 pdontthinkGive threading URI to template, let template do the...
2007-01-07 kinkfixup logout error
2007-01-07 kinkframeset pages must not use standard footer because...
2007-01-07 pdontthinkTemplate files for form widgets being added
2007-01-04 pdontthinkDo it the right way
2007-01-04 pdontthinkAdd attribute array to hyperlink/image/span templates...
2007-01-03 pdontthinkFixed broken GO button in compact paginator (when javas...
2007-01-02 pdontthinkMove another template util file, strip HTML out of...
2007-01-02 pdontthinkCan't have any whitespace output
2007-01-02 pdontthinkLet template set tell us what the valid non-breaking...
2007-01-02 pdontthinkRemoving hook from template, misc cleanup
2007-01-02 pdontthinkAdd name attribute to hyperlink template
2007-01-01 pdontthinkRefactor message list control widgets into their own...
2006-12-31 pdontthinkRefactor message list template, move hooks out of templ...
2006-12-31 pdontthinkForgot to wrap output in PHP tags
2006-12-31 pdontthinkRemoving hooks from template one by one...
2006-12-31 pdontthinkt12n of fortune output
2006-12-31 pdontthinkRemove span tags from core
2006-12-31 pdontthinkDoc update... needs to be finished
2006-12-31 pdontthinkAllow text alternative for images to percolate all...
2006-12-30 pdontthinkAdd id attribute to hyperlink and image templates
2006-12-30 pdontthinkRemove HTML from login src and add image template
2006-12-30 pdontthinkUpdate for new location of global template utilities...
2006-12-30 pdontthinkAdd class attribute to template
next