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::Clipboard;
|
|||
# http://www.plainblack.com info@plainblack.com
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
use Exporter;
|
||||
use strict;
|
||||
use WebGUI::DateTime;
|
||||
use WebGUI::Grouping;
|
||||
|
|
@ -27,10 +26,6 @@ use WebGUI::TabForm;
|
|||
use WebGUI::URL;
|
||||
use WebGUI::Utility;
|
||||
|
||||
our @ISA = qw(Exporter);
|
||||
our @EXPORT = qw(&www_deleteClipboardItem &www_deleteClipboardItemConfirm
|
||||
&www_emptyClipboard &www_emptyClipboardConfirm &www_manageClipboard);
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub _submenu {
|
||||
my (%menu);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue