From: David <da...@df...> - 2004-02-28 22:03:49
|
Hello, my implementation to use smarty-vars & functions as attributes required some dirty extension of the different Formsess-Tag classes. I fixed that, so here's a new version of the patch. Still it only works with input tags but all other tags can easily be made working. It's only neccesary to change "return $this->smartyEmbed($string);" to "return $this->parseAttributes() . $this->smartyEmbed($string);" in all classes. I would be really happy if it could be applied soon. - david |