X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ffooter.html;h=3eaa233f9f10b04745c3da1de1c91d0221f96458;hb=2b813b0948fe96f65e40c47e92edf99314e8d25e;hp=32d1219961d3d72f82dca3a465701d0b8cef9d93;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git 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