Index: openacs-4/packages/simulation/www/citybuild/object-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/citybuild/object-edit.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/simulation/www/citybuild/object-edit.tcl 18 Nov 2003 13:31:33 -0000 1.4 +++ openacs-4/packages/simulation/www/citybuild/object-edit.tcl 28 Nov 2003 13:15:09 -0000 1.5 @@ -88,19 +88,24 @@ sim_character { content_method richtext relations { + works_for { + label "Works For" + } + resides_at { + label "Resides at" + } image { label "Image" - section "Related Images" } - associated { - label "Associated with" - } stylesheet { label "Stylesheet" } thumbnail { label "Thumbnail" } + image { + label "Image" + } } } sim_location { @@ -114,8 +119,17 @@ } image { label "Image" - section "Related Images" } + letterhead { + label "Letterhead" + } + logo { + label "Logo" + } + is_located_in { + label "Located inside (optional)" + } + } } @@ -133,15 +147,12 @@ } image { label "Image" - section "Related Images" } logo { label "Logo" - section "Related Images" } letterhead { label "Letterhead" - section "Related Images" } } }