Commit Graph
15 Commits
Author SHA1 Message Date
boots 52820c3eea fixed email address in comments 2006-07-10 17:39:54 +00:00
boots da6df3c7f1 html_table: fixed th/tr output, added hdir support for column headings,update docs to reflect new features 2006-07-10 15:37:08 +00:00
messju b68f354f23 fix occasional notices on undefined variables 2006-07-08 08:08:29 +00:00
boots bd46e206e9 Added ability to specify column headings in {html_table}
Added th_attrs attribute which works similary to td_attr and tr_attr but
for TH elements. Changes the cols attribute to allow mixed values; a
numeric still specifies the number of columns to render but now an array
of values can be used to specify TH column values. The number of columns
is determine from the size of the array. Further, a comma-separated
string of column names can be used which is internally coverted to an
array and used as if it was specified as a normal array.

Thanks for lynlyn for the feature request.
2006-07-08 07:57:07 +00:00
mohrt 9959c4f263 de-spammify e-mails 2005-01-21 17:46:15 +00:00
mohrt 215e8784b1 update copyright notices, e-mail addresses 2005-01-21 16:41:52 +00:00
messju a100412c5d fixed handling of "inner"-attribute 2004-09-21 19:41:21 +00:00
messju 07b151bf3e fixed bug when using arrays with tr_attr and td_attr in {html_table} 2004-01-19 12:47:59 +00:00
messju 36ac900ceb removed extract(). enhanced parameter parsing. 2003-12-19 17:20:19 +00:00
messju 3c52a9aa7e fixed PHPDocumentor-comments (thanks Konstantin) 2003-08-29 08:51:25 +00:00
messju f1a3b53106 added params vdir, hdir and inner to html_table to allow looping over
the data in various directions
2003-05-28 22:30:58 +00:00
cellog 02f56203ad updated all doc comments to phpDocumentor format 2003-04-20 21:12:13 +00:00
mohrt c42fb4b2ab fix a few error messages, follow consistancy format plugin_name: errormsg 2003-03-19 22:58:23 +00:00
mohrt d785df41b3 fix $smarty.const.foo compiling, clean up double quoted strings,
allow full dollar var syntax in quotes again
2003-02-28 15:08:15 +00:00
mohrt d9b2c672e5 add plugin html_table 2003-02-19 16:48:00 +00:00