Commit Graph

28 Commits

Author SHA1 Message Date
mohrt
b954e0287a fix allowable label id characters 2005-05-20 18:11:50 +00:00
mohrt
a778dae71a make form input label ids optional (monte) 2005-05-06 14:27:19 +00:00
mohrt
52b17797db cast selected value to string for comparison in html_radios 2005-04-15 16:32:30 +00:00
mohrt
02a7c04d88 add label ids to html_radios 2005-02-24 14:37:48 +00:00
messju
f0b57a3e3b fixed syntax error. shame on me. 2005-02-04 21:29:06 +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
07e6982d1d cleaned up typecasting 2004-11-16 08:05:21 +00:00
messju
5ee7d5a400 there was little flaw in smarty_function_html_radios() and
smarty_function_html_checkboxes():

the newly introduced assign-attribute was still added to the
tag-output as an extra-attribute.

fixed.
2004-07-23 15:42:41 +00:00
messju
c9844d410b backed out renaming of _get_plugin_filepath() to get_plugin_filepath()
we'll stick to _get_plugin_filepath() and look for a more viable
solution to be exposed to plugin-writers.
2004-07-23 15:34:53 +00:00
messju
cba023a811 renamed calls to $smarty->_get_plugin_filepath() to $smarty->get_plugin_filepath() 2004-07-12 15:24:43 +00:00
mohrt
8e621339e9 add assign attribute to html_checkboxes and html_radios 2004-07-02 14:14:30 +00:00
messju
37575a1982 removed tabs, fixed indentiation 2003-12-09 19:30:29 +00:00
cellog
02f56203ad updated all doc comments to phpDocumentor format 2003-04-20 21:12:13 +00:00
mohrt
423c1a2eae add appropriate warnings when passing array as extra parameter 2003-04-14 16:57:40 +00:00
messju
107a1ecabd added <labels>-support to function.html_checkboxes.php and function.html_radios.php 2003-04-14 07:47:49 +00:00
messju
9d0972691d html_radios and html_checkboxes accept "selected" instead of "checked" optionally now 2003-03-21 08:20:12 +00:00
mohrt
c42fb4b2ab fix a few error messages, follow consistancy format plugin_name: errormsg 2003-03-19 22:58:23 +00:00
mohrt
d0ab44762b update error messages 2003-03-19 22:56:30 +00:00
mohrt
35973b2231 add a warning when an array is passed as the 'checked' value of html_radios 2003-03-19 22:52:22 +00:00
messju
8ae8586ad3 renamed "checkbox" and "radios" to "options" in {html_checkboxes} and {html_radios} 2003-03-18 08:59:00 +00:00
messju
128bf2e4de html_options, html_checkboxes and html_radios now pass-thru all unknown paramters 2003-03-18 00:01:41 +00:00
mohrt
8bfba9d22a fixed html_options to not return an array 2003-03-14 15:52:34 +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
ae704af588 update functions with separate escape_special_chars routine 2003-02-24 21:45:19 +00:00
mohrt
f83592dc82 commit checkboxes, update radios 2003-02-24 21:10:01 +00:00
mohrt
4d957d42ec apply patch to initial html_radios function 2003-02-24 16:16:58 +00:00
mohrt
878d8ab5c5 added html_radios to distribution 2003-02-24 15:36:34 +00:00