operations now dynamically loaded
This commit is contained in:
parent
ea9a3d5bfc
commit
c01f16a27f
28 changed files with 244 additions and 180 deletions
|
|
@ -10,7 +10,6 @@ package WebGUI::Operation::Style;
|
|||
# http://www.plainblack.com info@plainblack.com
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
use Exporter;
|
||||
use strict;
|
||||
use WebGUI::Grouping;
|
||||
use WebGUI::Paginator;
|
||||
|
|
@ -18,9 +17,6 @@ use WebGUI::Privilege;
|
|||
use WebGUI::Session;
|
||||
use WebGUI::URL;
|
||||
|
||||
our @ISA = qw(Exporter);
|
||||
our @EXPORT = qw(&www_makePrintable &www_setPersonalStyle &www_unsetPersonalStyle);
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub www_makePrintable {
|
||||
if ($session{form}{styleId} ne "") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue