Subject: | Typo in form_widget.tt |
hi,
I think this is a 'uri' filter and not a 'url' (doesn't exist, I
believe) that should be written here:
diff -Naur
Catalyst-Plugin-Form-Processor-0.03/example/FormProcessor/root/templates/form_widgets.tt
Catalyst-Plugin-Form-Processor-0.03.patched/example/FormProcessor/root/templates/form_widgets.tt
---
Catalyst-Plugin-Form-Processor-0.03/example/FormProcessor/root/templates/form_widgets.tt
2007-06-22 05:46:24.000000000 +0200
+++
Catalyst-Plugin-Form-Processor-0.03.patched/example/FormProcessor/root/templates/form_widgets.tt
2007-07-25 08:27:45.000000000 +0200
@@ -783,7 +783,7 @@
'<label for="';
field.id | uri | html;
- id_suffix | url | html;
+ id_suffix | uri | html;
'" class="break' IF break_label;
Thanks,
Yann Kerherve