Rebuilt page editor to use new subsystems.
This commit is contained in:
parent
e83b7215bc
commit
bb0fff4f8b
5 changed files with 108 additions and 145 deletions
|
|
@ -35,7 +35,7 @@ sub _displayAdminBar {
|
|||
tie %hash2, "Tie::IxHash";
|
||||
#--content adder
|
||||
$hash{WebGUI::URL::page()} = WebGUI::International::get(1);
|
||||
$hash{WebGUI::URL::page('op=addPage')} = WebGUI::International::get(2);
|
||||
$hash{WebGUI::URL::page('op=editPage&npp='.$session{page}{pageId})} = WebGUI::International::get(2);
|
||||
$hash{WebGUI::URL::page('op=selectPackageToDeploy')} = WebGUI::International::get(376);
|
||||
foreach $key (keys %{$session{wobject}}) {
|
||||
$hash2{WebGUI::URL::page('func=edit&wid=new&namespace='.$key)} = $session{wobject}{$key};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue