Index: openacs-4/contrib/packages/simulation/www/citybuild/object-edit.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/citybuild/Attic/object-edit.adp,v diff -u -N -r1.11 -r1.12 --- openacs-4/contrib/packages/simulation/www/citybuild/object-edit.adp 27 Jan 2004 12:48:39 -0000 1.11 +++ openacs-4/contrib/packages/simulation/www/citybuild/object-edit.adp 27 Jan 2004 15:51:37 -0000 1.12 @@ -7,4 +7,4 @@

TODO: (2h) Lars, modify content field to allow uploading of non-text documents (word, etc), after which point content field should display as a hyperlink and a delete button (applies to all types) -

TODO: (0.1h) Lars "Associated with 1" should say "Associated With" + Index: openacs-4/contrib/packages/simulation/www/citybuild/object-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/citybuild/Attic/object-edit.tcl,v diff -u -N -r1.17 -r1.18 --- openacs-4/contrib/packages/simulation/www/citybuild/object-edit.tcl 27 Jan 2004 12:48:39 -0000 1.17 +++ openacs-4/contrib/packages/simulation/www/citybuild/object-edit.tcl 27 Jan 2004 15:51:37 -0000 1.18 @@ -474,7 +474,7 @@ set elm_name "rel__${relation_tag}__$counter" lappend rel_elements $elm_name - if { $min_n == 1 && $max_n == 1 } { + if { $max_n == 1 } { set elm_label $label } else { set elm_label "$label $counter" Index: openacs-4/packages/simulation/www/citybuild/object-edit.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/citybuild/object-edit.adp,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/simulation/www/citybuild/object-edit.adp 27 Jan 2004 12:48:39 -0000 1.11 +++ openacs-4/packages/simulation/www/citybuild/object-edit.adp 27 Jan 2004 15:51:37 -0000 1.12 @@ -7,4 +7,4 @@

TODO: (2h) Lars, modify content field to allow uploading of non-text documents (word, etc), after which point content field should display as a hyperlink and a delete button (applies to all types) -

TODO: (0.1h) Lars "Associated with 1" should say "Associated With" + 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 -N -r1.17 -r1.18 --- openacs-4/packages/simulation/www/citybuild/object-edit.tcl 27 Jan 2004 12:48:39 -0000 1.17 +++ openacs-4/packages/simulation/www/citybuild/object-edit.tcl 27 Jan 2004 15:51:37 -0000 1.18 @@ -474,7 +474,7 @@ set elm_name "rel__${relation_tag}__$counter" lappend rel_elements $elm_name - if { $min_n == 1 && $max_n == 1 } { + if { $max_n == 1 } { set elm_label $label } else { set elm_label "$label $counter"