added export and rich edit page tree picker, and started on image picker
This commit is contained in:
parent
a096a753ba
commit
28b6653e2a
7 changed files with 254 additions and 14 deletions
|
|
@ -23,7 +23,6 @@ use Getopt::Long;
|
|||
use strict qw(subs vars);
|
||||
use WebGUI;
|
||||
use WebGUI::Session;
|
||||
use WebGUI::Export;
|
||||
|
||||
$|=1;
|
||||
|
||||
|
|
@ -35,7 +34,6 @@ GetOptions(
|
|||
'configFile:s'=>\$configFile,
|
||||
'pageId:i'=>\$pageId,
|
||||
'userId:i'=>\$userId,
|
||||
'styleId:i'=>\$styleId,
|
||||
'toFile:s'=>\$toFile,
|
||||
'stripHTML'=>\$stripHTML,
|
||||
'help'=>\$help,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue