allow TaxDriver getEditForm to use FormBuilder

There would be far too much rewriting in order to change the EU
driver to use FormBuilder. We can revisit that later.
This commit is contained in:
Doug Bell 2011-02-16 15:53:51 -06:00
parent 1d8b1b1b3a
commit 2170509c0f
5 changed files with 29 additions and 19 deletions

View file

@ -177,13 +177,13 @@ sub className {
#-----------------------------------------------------------
=head2 getConfigurationScreen ( )
=head2 getEditForm ( )
Returns the configuration screen that contains the configuration options for this plugin in the admin console.
Returns the edit form that contains the configuration options for this plugin in the admin console.
=cut
sub getConfigurationScreen {
sub getEditForm {
return 'This plugin has no configuration options';
}