Index: openacs-4/contrib/packages/simulation/sql/postgresql/simulation-content-types-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/sql/postgresql/Attic/simulation-content-types-create.sql,v diff -u -r1.7 -r1.8 --- openacs-4/contrib/packages/simulation/sql/postgresql/simulation-content-types-create.sql 31 Oct 2003 10:56:40 -0000 1.7 +++ openacs-4/contrib/packages/simulation/sql/postgresql/simulation-content-types-create.sql 31 Oct 2003 11:08:38 -0000 1.8 @@ -74,8 +74,8 @@ 'sim_prop', -- content_type 'on_map_p', -- attribute_name 'boolean', -- datatype - 'Is on map', -- pretty_name - 'Is on map', -- pretty_plural + 'Show on map', -- pretty_name + 'Show on map', -- pretty_plural 1, -- sort_order 'f', -- default_value 'boolean' -- column_spec @@ -107,7 +107,7 @@ ---------------------------------------------------------------------- --- sim_home +-- sim_location ---------------------------------------------------------------------- select content_type__create_type( @@ -124,8 +124,8 @@ 'sim_location', -- content_type 'on_map_p', -- attribute_name 'boolean', -- datatype - 'Is on map', -- pretty_name - 'Is on map', -- pretty_plural + 'Show on map', -- pretty_name + 'Show on map', -- pretty_plural 1, -- sort_order 'f', -- default_value 'boolean' -- column_spec Index: openacs-4/contrib/packages/simulation/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/tcl/Attic/apm-callback-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/contrib/packages/simulation/tcl/apm-callback-procs.tcl 29 Oct 2003 18:48:09 -0000 1.5 +++ openacs-4/contrib/packages/simulation/tcl/apm-callback-procs.tcl 31 Oct 2003 11:08:38 -0000 1.6 @@ -22,6 +22,6 @@ -parent_id 0 \ -package_id $package_id \ -context_id $package_id \ - -content_types { sim_character sim_prop sim_home sim_stylesheet image }] + -content_types { sim_character sim_prop sim_location sim_stylesheet image }] } Index: openacs-4/contrib/packages/simulation/www/sim-template-objects.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/Attic/sim-template-objects.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/contrib/packages/simulation/www/sim-template-objects.tcl 27 Oct 2003 07:42:48 -0000 1.1 +++ openacs-4/contrib/packages/simulation/www/sim-template-objects.tcl 31 Oct 2003 11:08:38 -0000 1.2 @@ -70,7 +70,7 @@ set delete_url [export_vars -base "object-delete" { item_id }] } -set sim_types { sim_character sim_prop sim_home } +set sim_types { sim_character sim_prop sim_location } db_multirow -extend { create_url label } object_types select_object_types " select ot.object_type as content_type, Index: openacs-4/packages/simulation/sql/postgresql/simulation-content-types-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/sql/postgresql/simulation-content-types-create.sql,v diff -u -r1.7 -r1.8 --- openacs-4/packages/simulation/sql/postgresql/simulation-content-types-create.sql 31 Oct 2003 10:56:40 -0000 1.7 +++ openacs-4/packages/simulation/sql/postgresql/simulation-content-types-create.sql 31 Oct 2003 11:08:38 -0000 1.8 @@ -74,8 +74,8 @@ 'sim_prop', -- content_type 'on_map_p', -- attribute_name 'boolean', -- datatype - 'Is on map', -- pretty_name - 'Is on map', -- pretty_plural + 'Show on map', -- pretty_name + 'Show on map', -- pretty_plural 1, -- sort_order 'f', -- default_value 'boolean' -- column_spec @@ -107,7 +107,7 @@ ---------------------------------------------------------------------- --- sim_home +-- sim_location ---------------------------------------------------------------------- select content_type__create_type( @@ -124,8 +124,8 @@ 'sim_location', -- content_type 'on_map_p', -- attribute_name 'boolean', -- datatype - 'Is on map', -- pretty_name - 'Is on map', -- pretty_plural + 'Show on map', -- pretty_name + 'Show on map', -- pretty_plural 1, -- sort_order 'f', -- default_value 'boolean' -- column_spec Index: openacs-4/packages/simulation/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/tcl/apm-callback-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/simulation/tcl/apm-callback-procs.tcl 29 Oct 2003 18:48:09 -0000 1.5 +++ openacs-4/packages/simulation/tcl/apm-callback-procs.tcl 31 Oct 2003 11:08:38 -0000 1.6 @@ -22,6 +22,6 @@ -parent_id 0 \ -package_id $package_id \ -context_id $package_id \ - -content_types { sim_character sim_prop sim_home sim_stylesheet image }] + -content_types { sim_character sim_prop sim_location sim_stylesheet image }] } Index: openacs-4/packages/simulation/www/sim-template-objects.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/Attic/sim-template-objects.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/simulation/www/sim-template-objects.tcl 27 Oct 2003 07:42:48 -0000 1.1 +++ openacs-4/packages/simulation/www/sim-template-objects.tcl 31 Oct 2003 11:08:38 -0000 1.2 @@ -70,7 +70,7 @@ set delete_url [export_vars -base "object-delete" { item_id }] } -set sim_types { sim_character sim_prop sim_home } +set sim_types { sim_character sim_prop sim_location } db_multirow -extend { create_url label } object_types select_object_types " select ot.object_type as content_type,