Index: openacs-4/packages/acs-tcl/tcl/apm-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-procs.tcl,v diff -u -r1.45 -r1.46 --- openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 2 Apr 2003 15:56:25 -0000 1.45 +++ openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 14 Apr 2003 14:01:05 -0000 1.46 @@ -1434,3 +1434,32 @@ ns_log $level "$msg" } } + +ad_proc -private apm_application_new_checkbox {} { + Return an HTML checkbox of package_key and package names + for applications that can be mounted in the site-map. Excludes + singletons that are already instantiated. + + @author Peter Marklund +} { + set html_string "" + + return $html_string +}