From d8ef2ebe56046fe34f320becb018c66b09aa04af Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Mon, 21 Feb 2011 20:20:16 -0600 Subject: [PATCH] remove TabForm from use and documentation --- lib/WebGUI/Asset/File.pm | 2 +- lib/WebGUI/Asset/File/Image.pm | 2 +- lib/WebGUI/Asset/RichEdit.pm | 2 +- lib/WebGUI/Asset/Template.pm | 2 +- lib/WebGUI/Asset/Wobject/Navigation.pm | 1 - lib/WebGUI/Operation/Help.pm | 1 - lib/WebGUI/Operation/Settings.pm | 1 - lib/WebGUI/Operation/User.pm | 1 - lib/WebGUI/Shop/TaxDriver/EU.pm | 1 - 9 files changed, 4 insertions(+), 9 deletions(-) diff --git a/lib/WebGUI/Asset/File.pm b/lib/WebGUI/Asset/File.pm index a2b13428b..e10b35891 100644 --- a/lib/WebGUI/Asset/File.pm +++ b/lib/WebGUI/Asset/File.pm @@ -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 diff --git a/lib/WebGUI/Asset/File/Image.pm b/lib/WebGUI/Asset/File/Image.pm index 6ab45db77..314f472d5 100644 --- a/lib/WebGUI/Asset/File/Image.pm +++ b/lib/WebGUI/Asset/File/Image.pm @@ -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 diff --git a/lib/WebGUI/Asset/RichEdit.pm b/lib/WebGUI/Asset/RichEdit.pm index 6c7b192ac..dd5d9c26a 100644 --- a/lib/WebGUI/Asset/RichEdit.pm +++ b/lib/WebGUI/Asset/RichEdit.pm @@ -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 diff --git a/lib/WebGUI/Asset/Template.pm b/lib/WebGUI/Asset/Template.pm index b9b36bc66..3023e6959 100644 --- a/lib/WebGUI/Asset/Template.pm +++ b/lib/WebGUI/Asset/Template.pm @@ -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 diff --git a/lib/WebGUI/Asset/Wobject/Navigation.pm b/lib/WebGUI/Asset/Wobject/Navigation.pm index adb950d5a..5efdb9689 100644 --- a/lib/WebGUI/Asset/Wobject/Navigation.pm +++ b/lib/WebGUI/Asset/Wobject/Navigation.pm @@ -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; diff --git a/lib/WebGUI/Operation/Help.pm b/lib/WebGUI/Operation/Help.pm index b127d2fdc..0973b22bb 100644 --- a/lib/WebGUI/Operation/Help.pm +++ b/lib/WebGUI/Operation/Help.pm @@ -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 diff --git a/lib/WebGUI/Operation/Settings.pm b/lib/WebGUI/Operation/Settings.pm index 9a419ada0..1799d3df6 100644 --- a/lib/WebGUI/Operation/Settings.pm +++ b/lib/WebGUI/Operation/Settings.pm @@ -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; diff --git a/lib/WebGUI/Operation/User.pm b/lib/WebGUI/Operation/User.pm index 0c683c964..4d74d9d93 100644 --- a/lib/WebGUI/Operation/User.pm +++ b/lib/WebGUI/Operation/User.pm @@ -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; diff --git a/lib/WebGUI/Shop/TaxDriver/EU.pm b/lib/WebGUI/Shop/TaxDriver/EU.pm index f7096853b..ba5b95daa 100644 --- a/lib/WebGUI/Shop/TaxDriver/EU.pm +++ b/lib/WebGUI/Shop/TaxDriver/EU.pm @@ -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;