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 -r1.6 -r1.7
--- openacs-4/contrib/packages/simulation/www/citybuild/object-edit.tcl 2 Dec 2003 13:46:53 -0000 1.6
+++ openacs-4/contrib/packages/simulation/www/citybuild/object-edit.tcl 12 Dec 2003 12:05:10 -0000 1.7
@@ -745,18 +745,20 @@
append elm_before_html [ad_quotehtml "Remove this $relation_tag"]
append elm_before_html {">}
append elm_before_html {}
- append elm_before_html {"]
- append elm_before_html {');" title="}
- append elm_before_html [ad_quotehtml "Copy a tag for this $relation_tag to the clipboard"]
- append elm_before_html {">}
+
+ append elm_after_html [ad_quotehtml ""]
+ append elm_after_html {"]
+ append elm_after_html {');" title="}
+ append elm_after_html [ad_quotehtml "Copy a tag for this $relation_tag to the clipboard"]
+ append elm_after_html {">}
}
} else {
append elm_before_html {}
append elm_before_html { }
- append elm_before_html {}
+ append elm_before_html {}
}
append elm_before_html { Choose:}
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.6 -r1.7
--- openacs-4/packages/simulation/www/citybuild/object-edit.tcl 2 Dec 2003 13:46:53 -0000 1.6
+++ openacs-4/packages/simulation/www/citybuild/object-edit.tcl 12 Dec 2003 12:05:10 -0000 1.7
@@ -745,18 +745,20 @@
append elm_before_html [ad_quotehtml "Remove this $relation_tag"]
append elm_before_html {">}
append elm_before_html {}
- append elm_before_html {"]
- append elm_before_html {');" title="}
- append elm_before_html [ad_quotehtml "Copy a tag for this $relation_tag to the clipboard"]
- append elm_before_html {">}
+
+ append elm_after_html [ad_quotehtml ""]
+ append elm_after_html {"]
+ append elm_after_html {');" title="}
+ append elm_after_html [ad_quotehtml "Copy a tag for this $relation_tag to the clipboard"]
+ append elm_after_html {">}
}
} else {
append elm_before_html {}
append elm_before_html { }
- append elm_before_html {}
+ append elm_before_html {}
}
append elm_before_html { Choose:}