Index: openacs-4/packages/layout-managed-subsite/lib/configure-subsite-integration.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/layout-managed-subsite/lib/configure-subsite-integration.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/layout-managed-subsite/lib/configure-subsite-integration.tcl 1 Dec 2008 20:16:18 -0000 1.2 +++ openacs-4/packages/layout-managed-subsite/lib/configure-subsite-integration.tcl 3 Dec 2008 09:22:00 -0000 1.3 @@ -1,6 +1,5 @@ ad_page_contract { - Configure the layout manager package's interaction with the subsite package in the 'ole - look and feel department. + Configure the layout managed subsite package's look and feel. } { } @@ -22,6 +21,11 @@ {values {0}} {label "[_ layout-managed-subsite.show_empty_pages]"} } + {show_applications_p:boolean(radio) + {options {{Yes 1} {No 0}}} + {values {1}} + {label "[_ layout-managed-subsite.show_applications]"} + } } -on_submit { switch $template_style { @@ -44,6 +48,11 @@ -package_id [ad_conn package_id] \ -value $show_empty_pages_p + parameter::set_value \ + -parameter ShowApplications \ + -package_id [ad_conn package_id] \ + -value $show_applications_p + template::wizard::forward }