Add WebGUI Legal blocks to all Commerce code.
Remove delete template help entry.
This commit is contained in:
parent
428fb70ac3
commit
dbd43bcd2b
14 changed files with 154 additions and 22 deletions
|
|
@ -1,5 +1,17 @@
|
||||||
package WebGUI::Commerce::Item;
|
package WebGUI::Commerce::Item;
|
||||||
|
|
||||||
|
=head1 LEGAL
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
WebGUI is Copyright 2001-2006 Plain Black Corporation.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Please read the legal notices (docs/legal.txt) and the license
|
||||||
|
(docs/license.txt) that came with this distribution before using
|
||||||
|
this software.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
http://www.plainblack.com info@plainblack.com
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
Package WebGUI::Commerce::Item
|
Package WebGUI::Commerce::Item
|
||||||
|
|
@ -229,5 +241,6 @@ sub weight {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,17 @@
|
||||||
package WebGUI::Commerce::Item::Event;
|
package WebGUI::Commerce::Item::Event;
|
||||||
|
|
||||||
|
=head1 LEGAL
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
WebGUI is Copyright 2001-2006 Plain Black Corporation.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Please read the legal notices (docs/legal.txt) and the license
|
||||||
|
(docs/license.txt) that came with this distribution before using
|
||||||
|
this software.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
http://www.plainblack.com info@plainblack.com
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
Package WebGUI::Commerce::Item::Event
|
Package WebGUI::Commerce::Item::Event
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,17 @@
|
||||||
package WebGUI::Commerce::Item::Product;
|
package WebGUI::Commerce::Item::Product;
|
||||||
|
|
||||||
|
=head1 LEGAL
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
WebGUI is Copyright 2001-2006 Plain Black Corporation.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Please read the legal notices (docs/legal.txt) and the license
|
||||||
|
(docs/license.txt) that came with this distribution before using
|
||||||
|
this software.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
http://www.plainblack.com info@plainblack.com
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
Package WebGUI::Commerce::Item::Product
|
Package WebGUI::Commerce::Item::Product
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,17 @@
|
||||||
package WebGUI::Commerce::Item::Subscription;
|
package WebGUI::Commerce::Item::Subscription;
|
||||||
|
|
||||||
|
=head1 LEGAL
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
WebGUI is Copyright 2001-2006 Plain Black Corporation.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Please read the legal notices (docs/legal.txt) and the license
|
||||||
|
(docs/license.txt) that came with this distribution before using
|
||||||
|
this software.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
http://www.plainblack.com info@plainblack.com
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
Package WebGUI::Commerce::Item::Subscription
|
Package WebGUI::Commerce::Item::Subscription
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,19 @@
|
||||||
package WebGUI::Commerce::Payment;
|
package WebGUI::Commerce::Payment;
|
||||||
|
|
||||||
|
=head1 LEGAL
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
WebGUI is Copyright 2001-2006 Plain Black Corporation.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Please read the legal notices (docs/legal.txt) and the license
|
||||||
|
(docs/license.txt) that came with this distribution before using
|
||||||
|
this software.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
http://www.plainblack.com info@plainblack.com
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
|
=cut
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use WebGUI::SQL;
|
use WebGUI::SQL;
|
||||||
use WebGUI::International;
|
use WebGUI::International;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,17 @@
|
||||||
package WebGUI::Commerce::Payment::ITransact;
|
package WebGUI::Commerce::Payment::ITransact;
|
||||||
|
|
||||||
|
=head1 LEGAL
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
WebGUI is Copyright 2001-2006 Plain Black Corporation.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Please read the legal notices (docs/legal.txt) and the license
|
||||||
|
(docs/license.txt) that came with this distribution before using
|
||||||
|
this software.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
http://www.plainblack.com info@plainblack.com
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
Package WebGUI::Payment::ITransact
|
Package WebGUI::Payment::ITransact
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,19 @@
|
||||||
package WebGUI::Commerce::Shipping;
|
package WebGUI::Commerce::Shipping;
|
||||||
|
|
||||||
|
=head1 LEGAL
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
WebGUI is Copyright 2001-2006 Plain Black Corporation.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Please read the legal notices (docs/legal.txt) and the license
|
||||||
|
(docs/license.txt) that came with this distribution before using
|
||||||
|
this software.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
http://www.plainblack.com info@plainblack.com
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
|
=cut
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use WebGUI::SQL;
|
use WebGUI::SQL;
|
||||||
use WebGUI::HTMLForm;
|
use WebGUI::HTMLForm;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,17 @@
|
||||||
package WebGUI::Commerce::Shipping::ByPrice;
|
package WebGUI::Commerce::Shipping::ByPrice;
|
||||||
|
|
||||||
|
=head1 LEGAL
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
WebGUI is Copyright 2001-2006 Plain Black Corporation.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Please read the legal notices (docs/legal.txt) and the license
|
||||||
|
(docs/license.txt) that came with this distribution before using
|
||||||
|
this software.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
http://www.plainblack.com info@plainblack.com
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
Package WebGUI::Commerce::Shipping::ByPrice
|
Package WebGUI::Commerce::Shipping::ByPrice
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,17 @@
|
||||||
package WebGUI::Commerce::Shipping::ByWeight;
|
package WebGUI::Commerce::Shipping::ByWeight;
|
||||||
|
|
||||||
|
=head1 LEGAL
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
WebGUI is Copyright 2001-2006 Plain Black Corporation.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Please read the legal notices (docs/legal.txt) and the license
|
||||||
|
(docs/license.txt) that came with this distribution before using
|
||||||
|
this software.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
http://www.plainblack.com info@plainblack.com
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
Package WebGUI::Commerce::Item::ByWeight
|
Package WebGUI::Commerce::Item::ByWeight
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,17 @@
|
||||||
package WebGUI::Commerce::Shipping::PerTransaction;
|
package WebGUI::Commerce::Shipping::PerTransaction;
|
||||||
|
|
||||||
|
=head1 LEGAL
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
WebGUI is Copyright 2001-2006 Plain Black Corporation.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Please read the legal notices (docs/legal.txt) and the license
|
||||||
|
(docs/license.txt) that came with this distribution before using
|
||||||
|
this software.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
http://www.plainblack.com info@plainblack.com
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
Package WebGUI::Commerce::Item::PerTransaction
|
Package WebGUI::Commerce::Item::PerTransaction
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,19 @@
|
||||||
package WebGUI::Commerce::ShoppingCart;
|
package WebGUI::Commerce::ShoppingCart;
|
||||||
|
|
||||||
|
=head1 LEGAL
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
WebGUI is Copyright 2001-2006 Plain Black Corporation.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Please read the legal notices (docs/legal.txt) and the license
|
||||||
|
(docs/license.txt) that came with this distribution before using
|
||||||
|
this software.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
http://www.plainblack.com info@plainblack.com
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
|
=cut
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use WebGUI::SQL;
|
use WebGUI::SQL;
|
||||||
use WebGUI::Commerce::Item;
|
use WebGUI::Commerce::Item;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,20 @@
|
||||||
package WebGUI::Commerce::Transaction;
|
package WebGUI::Commerce::Transaction;
|
||||||
|
|
||||||
|
=head1 LEGAL
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
WebGUI is Copyright 2001-2006 Plain Black Corporation.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Please read the legal notices (docs/legal.txt) and the license
|
||||||
|
(docs/license.txt) that came with this distribution before using
|
||||||
|
this software.
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
http://www.plainblack.com info@plainblack.com
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
|
=cut
|
||||||
|
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use WebGUI::SQL;
|
use WebGUI::SQL;
|
||||||
use WebGUI::Commerce::Payment;
|
use WebGUI::Commerce::Payment;
|
||||||
|
|
|
||||||
|
|
@ -26,15 +26,6 @@ our $HELP = {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
'template delete' => {
|
|
||||||
title => '685',
|
|
||||||
body => '640',
|
|
||||||
fields => [
|
|
||||||
],
|
|
||||||
related => [
|
|
||||||
]
|
|
||||||
},
|
|
||||||
|
|
||||||
'template language' => {
|
'template language' => {
|
||||||
title => '825',
|
title => '825',
|
||||||
body => '826',
|
body => '826',
|
||||||
|
|
|
||||||
|
|
@ -92,19 +92,6 @@ Give this template a descriptive name so that you'll know what it is when you're
|
||||||
lastUpdated => 1119979645,
|
lastUpdated => 1119979645,
|
||||||
},
|
},
|
||||||
|
|
||||||
'685' => {
|
|
||||||
message => q|Template, Delete|,
|
|
||||||
lastUpdated => 1038791020
|
|
||||||
},
|
|
||||||
|
|
||||||
'640' => {
|
|
||||||
message => q|It is not a good idea to delete templates as you never know what kind of adverse affect it may have on your site (some content may still be using the template).
|
|
||||||
<p>
|
|
||||||
|
|
||||||
|,
|
|
||||||
lastUpdated => 1038791020
|
|
||||||
},
|
|
||||||
|
|
||||||
'825' => {
|
'825' => {
|
||||||
message => q|Template, Language|,
|
message => q|Template, Language|,
|
||||||
lastUpdated => 1038865669
|
lastUpdated => 1038865669
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue