Index: openacs-4/packages/xowf/tcl/xowf-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-procs.tcl,v diff -u -N -r1.28.2.24 -r1.28.2.25 --- openacs-4/packages/xowf/tcl/xowf-procs.tcl 7 Feb 2020 08:44:05 -0000 1.28.2.24 +++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 14 Feb 2020 13:42:12 -0000 1.28.2.25 @@ -27,8 +27,40 @@ -package_key "xowf" -pretty_name "XoWiki Workflow" \ -superclass ::xowiki::Package + Package site_wide_package_parameter_page_info { + name en:xowf-site-wide-parameter + title "Xowf Site-wide Parameter" + instance_attributes { + index_page table-of-contents + MenuBar t + top_includelet none + production_mode t + with_user_tracking t with_general_comments f with_digg f with_tags f + with_delicious f with_notifications f + security_policy ::xowiki::policy1 + }} + + Package site_wide_package_parameters { + parameter_page en:xowf-site-wide-parameter + } + + Package default_package_parameters { + parameter_page en:xowf-default-parameter + } + + Package default_package_parameter_page_info { + name en:xowf-default-parameter + title "Xowf Default Parameter" + instance_attributes { + MenuBar t top_includelet none production_mode t with_user_tracking t with_general_comments f + with_digg f with_tags f + ExtraMenuEntries {{entry -name New.Extra.Workflow -form /en:Workflow.form}} + with_delicious f with_notifications f security_policy ::xowiki::policy1 + } + } + Package ad_instproc initialize {} { - mixin ::xowf::WorkflowPage to every FormPage + Add mixin ::xowf::WorkflowPage to every FormPage. } { # # This method is called, whenever an xowf package is initialized.