Commit graph

11 commits

Author SHA1 Message Date
tokul
7e398fef72 adding space between cols="number" and $attr.
removing extra double quote.
2004-08-29 16:56:41 +00:00
Fredrik Jervfors
656ef3c870 XHTML fixes 2004-08-14 02:41:12 +00:00
pdontthink
c9b05acf35 extra quote removed 2004-07-14 20:41:41 +00:00
stekkel
abf6bbc461 Rewrite of internal message caching
Added paginator support for asearch
Added next/prev links in read_body to walk through search results
Added individual sort settings / mailbox
Added what I forgot to mention
2004-05-31 20:07:44 +00:00
alex-brainstorm
6ea1a837c2 Use null as default value since value is tested against null. Was breaking search code. 2004-05-10 14:55:23 +00:00
Fredrik Jervfors
9ce601d068 Closing PHP tag and adding some XHTML 2004-05-09 10:19:50 +00:00
tokul
8a3d91bd28 moving forms to separate subpackage. It is easier to dig through functions
when they are splitted into categories
2004-04-12 08:02:15 +00:00
tokul
60435fc01f Don't use htmlentities() to sanitize input/output.
It breaks things outside of Western Europe/US.

Changing functions to use htmlspecialchars(). It still breaks things
in compose, when is_conversion_safe($charset)=true.

at least it breaks less.
2004-04-08 17:09:58 +00:00
jangliss
e4f6cc3969 Password can accept a value as well. 2004-03-31 16:04:53 +00:00
Thijs Kinkhorst
14cc9f11af Add form functions for password, submit and reset. 2004-03-31 11:46:28 +00:00
Thijs Kinkhorst
f6df87c185 Functions to build HTML forms.
I've created this for another project of mine, and think they come in useful
here. They are kept simple on purpose. Advantage is less typing
[eg addHidden('startMessage', $startMessage)] and everything is encoded
automatically. Could be extended with submit/reset and other form elts
not covered yet.
2004-03-28 14:35:37 +00:00