commit: horde/docs CHANGES CODING_STANDARDS imp compose.php
filters.php folders.php mailbox.php message.php prefs.php
search.php status.php imp/docs CHANGES imp/lib IMP.php
imp/templates/compose bounce.inc compose.inc spelling.inc ...
max@horde.org
max@horde.org
3 Jan 2001 18:54:35 -0000
max 2001/01/03 10:54:35 PST
Modified files:
docs CHANGES CODING_STANDARDS
. compose.php filters.php folders.php
mailbox.php message.php prefs.php
search.php status.php
docs CHANGES
lib IMP.php
templates/compose bounce.inc compose.inc spelling.inc
templates/filters javascript.inc list.inc manage.inc
templates/folders actions.inc
templates/mailbox message_footers.inc message_headers.inc
message_summaries.inc navbar.inc
templates/menu menu.inc
templates/message javascript.inc navbar.inc
navbar_aux_bottom.inc navbar_aux_top.inc
templates/prefs end.inc filters.inc navigator.inc
templates/search main.inc
lib Horde.php
templates/help menu.inc
Log:
Unless I missed something (which is likely) Horde and IMP should both
be fully XHTML 1.0 compliant now. The only exception is that, according
to validator, there is no "wrap" parameter for textarea elements and I
couldn't find a way to get around it with css.
The other issue is that form elements inside <td></td> produce an
unsightly blank space. I was able to get around it in message.php and
filters.php by using only one form outside the table (which is cleaner
anyway), but mailbox.php uses different methods for different forms
making such an endevour a little more difficult. Any ideas?
Also added a more sections to the CODING_STANDARDS doc and fixed a few
minor problems that escape my memory at the moment.
Revision Changes Path
1.98 +1 -1 horde/docs/CHANGES
1.23 +41 -12 horde/docs/CODING_STANDARDS
2.239 +5 -3 imp/compose.php
2.8 +4 -2 imp/filters.php
2.92 +4 -4 imp/folders.php
2.230 +3 -2 imp/mailbox.php
2.181 +4 -2 imp/message.php
2.109 +5 -4 imp/prefs.php
2.59 +3 -2 imp/search.php
2.2 +5 -5 imp/status.php
1.252 +1 -1 imp/docs/CHANGES
1.111 +5 -5 imp/lib/IMP.php
2.18 +5 -7 imp/templates/compose/bounce.inc
2.84 +8 -6 imp/templates/compose/compose.inc
1.17 +6 -7 imp/templates/compose/spelling.inc
1.8 +28 -30 imp/templates/filters/javascript.inc
1.6 +9 -8 imp/templates/filters/list.inc
1.11 +6 -11 imp/templates/filters/manage.inc
1.4 +1 -1 imp/templates/folders/actions.inc
2.9 +8 -7 imp/templates/mailbox/message_footers.inc
2.33 +8 -7 imp/templates/mailbox/message_headers.inc
2.28 +5 -6 imp/templates/mailbox/message_summaries.inc
2.26 +8 -8 imp/templates/mailbox/navbar.inc
2.93 +7 -4 imp/templates/menu/menu.inc
2.19 +4 -4 imp/templates/message/javascript.inc
2.44 +3 -3 imp/templates/message/navbar.inc
2.16 +0 -7 imp/templates/message/navbar_aux_bottom.inc
2.20 +7 -7 imp/templates/message/navbar_aux_top.inc
2.11 +0 -1 imp/templates/prefs/end.inc
1.4 +1 -0 imp/templates/prefs/filters.inc
1.9 +1 -0 imp/templates/prefs/navigator.inc
1.27 +1 -1 imp/templates/search/main.inc
1.75 +5 -5 horde/lib/Horde.php
1.5 +4 -4 horde/templates/help/menu.inc