Remove getEditTabs completely

This commit is contained in:
Colin Kuskie 2010-08-27 10:42:27 -07:00
parent 1fd17ef320
commit f4d964bd69
6 changed files with 0 additions and 96 deletions

View file

@ -141,21 +141,6 @@ sub getDateFormat {
#----------------------------------------------------------------------------
=head2 getEditTabs ( )
Add a tab for the data table.
=cut
sub getEditTabs {
my $self = shift;
my $i18n = WebGUI::International->new( $self->session, "Asset_DataTable" );
return ( $self->SUPER::getEditTabs, [ "data" => $i18n->get("tab label data") ], );
}
#----------------------------------------------------------------------------
=head2 getTemplateVars ( )
Get the template vars for this asset.