added asset form control, fixed some interval problems, added a check so users can't delete the default page or the not found page
This commit is contained in:
parent
1523c9c904
commit
778236efcb
8 changed files with 198 additions and 21 deletions
|
|
@ -95,9 +95,10 @@ sub getOperations {
|
|||
'editDatabaseLink' => 'WebGUI::Operation::DatabaseLink',
|
||||
'editDatabaseLinkSave' => 'WebGUI::Operation::DatabaseLink',
|
||||
'listDatabaseLinks' => 'WebGUI::Operation::DatabaseLink',
|
||||
'richEditPageTree' => 'WebGUI::Operation::RichEdit',
|
||||
'richEditImageTree' => 'WebGUI::Operation::RichEdit',
|
||||
'richEditViewThumbnail' => 'WebGUI::Operation::RichEdit',
|
||||
'formAssetTree' => 'WebGUI::Operation::FormHelpers',
|
||||
'richEditPageTree' => 'WebGUI::Operation::FormHelpers',
|
||||
'richEditImageTree' => 'WebGUI::Operation::FormHelpers',
|
||||
'richEditViewThumbnail' => 'WebGUI::Operation::FormHelpers',
|
||||
'manageUsersInGroup' => 'WebGUI::Operation::Group',
|
||||
'deleteGroup' => 'WebGUI::Operation::Group',
|
||||
'deleteGroupConfirm' => 'WebGUI::Operation::Group',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue