setting $session->user now changes the id for the session as it should

continued adding ad management system
added field sets to htmlform and tab form
This commit is contained in:
JT Smith 2006-04-06 22:28:13 +00:00
parent f9b8582426
commit ae8f3d87f6
13 changed files with 565 additions and 14 deletions

View file

@ -77,6 +77,13 @@ Returns a hash reference containing operation and package names.
sub getOperations {
return {
'deleteAd' => 'WebGUI::Operation::AdSpace',
'deleteAdSpace' => 'WebGUI::Operation::AdSpace',
'editAd' => 'WebGUI::Operation::AdSpace',
'editAdSave' => 'WebGUI::Operation::AdSpace',
'editAdSpace' => 'WebGUI::Operation::AdSpace',
'editAdSpaceSave' => 'WebGUI::Operation::AdSpace',
'manageAdSpaces' => 'WebGUI::Operation::AdSpace',
'clickAd' => 'WebGUI::Operation::AdSpace',
'editVersionTag' => 'WebGUI::Operation::VersionTag',
'editVersionTagSave' => 'WebGUI::Operation::VersionTag',