remove TabForm from use and documentation

This commit is contained in:
Doug Bell 2011-02-21 20:20:16 -06:00
parent 9ab36a72ee
commit d8ef2ebe56
9 changed files with 4 additions and 9 deletions

View file

@ -207,7 +207,7 @@ sub exportWriteFile {
=head2 getEditForm ( )
Returns the TabForm object that will be used in generating the edit page for this asset.
Returns the WebGUI::FormBuilder object that will be used in generating the edit page for this asset.
=cut

View file

@ -129,7 +129,7 @@ sub generateThumbnail {
=head2 getEditForm ( )
Returns the TabForm object that will be used in generating the edit page for this asset.
Returns the WebGUI::FormBuilder object that will be used in generating the edit page for this asset.
=cut

View file

@ -199,7 +199,7 @@ These methods are available from this class:
=head2 getEditForm ( )
Returns the TabForm object that will be used in generating the edit page for this asset.
Returns the WebGUI::FormBuilder object that will be used in generating the edit page for this asset.
=cut

View file

@ -272,7 +272,7 @@ sub getAttachments {
=head2 getEditForm ( )
Returns the TabForm object that will be used in generating the edit page for this asset.
Returns the WebGUI::FormBuilder object that will be used in generating the edit page for this asset.
=cut

View file

@ -15,7 +15,6 @@ use Tie::IxHash;
use WebGUI::Form;
use WebGUI::International;
use WebGUI::SQL;
use WebGUI::TabForm;
use Moose;
use WebGUI::Definition::Asset;

View file

@ -15,7 +15,6 @@ use WebGUI::AdminConsole;
use WebGUI::International;
use WebGUI::Asset::Template;
use WebGUI::Macro;
use WebGUI::TabForm;
use WebGUI::Pluggable;
=head1 NAME

View file

@ -13,7 +13,6 @@ package WebGUI::Operation::Settings;
use strict qw(vars subs);
use Tie::IxHash;
use WebGUI::AdminConsole;
use WebGUI::TabForm;
use WebGUI::International;
use WebGUI::SQL;
require WebGUI::Asset::RichEdit;

View file

@ -21,7 +21,6 @@ use WebGUI::International;
use WebGUI::Operation::Auth;
use WebGUI::Paginator;
use WebGUI::SQL;
use WebGUI::TabForm;
use WebGUI::User;
use JSON;
use XML::Simple;

View file

@ -17,7 +17,6 @@ package WebGUI::Shop::TaxDriver::EU;
use strict;
use WebGUI::Content::Account;
use WebGUI::TabForm;
use WebGUI::International;
use Business::Tax::VAT::Validation;