X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ffooter.html;fp=httemplate%2Felements%2Ffooter.html;h=3eaa233f9f10b04745c3da1de1c91d0221f96458;hp=32d1219961d3d72f82dca3a465701d0b8cef9d93;hb=bf951595745feebeebc8acf91a5cf846c22c6533;hpb=c69e68e25b519c7f9d2ad47cb0ae6fc90c0f016c diff --git a/httemplate/elements/footer.html b/httemplate/elements/footer.html index 32d121996..3eaa233f9 100644 --- a/httemplate/elements/footer.html +++ b/httemplate/elements/footer.html @@ -1,5 +1,40 @@ + +% if ($opt{'formvalidation'}) { +% my $form_validation = $opt{'formvalidation'}; +% foreach my $name (sort keys $form_validation) { +% my $form = $form_validation->{$name}; + +% } +% } + + +<%init> + +my(%opt) = @_; + + \ No newline at end of file