Index: openacs-4/packages/ams/www/list-code.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/www/list-code.adp,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ams/www/list-code.adp 7 Jun 2005 07:44:14 -0000 1.5 +++ openacs-4/packages/ams/www/list-code.adp 10 Jun 2005 21:50:53 -0000 1.6 @@ -8,8 +8,8 @@ -package_key "@list_info.package_key@" \ -object_type "@list_info.object_type@" \ -list_name "@list_info.list_name@" \ - -pretty_name "\#@list_info.pretty_name@\#" \ - -description "\#@list_info.description@\#" \ + -pretty_name "@list_info.pretty_name@" \ + -description "@list_info.description@" \ -description_mime_type "@list_info.description_mime_type@"] @@ -20,8 +20,8 @@ -object_type "@attributes.object_type@" \ -attribute_name "@attributes.attribute_name@" \ -datatype "@attributes.datatype@" \ - -pretty_name "\#@attributes.pretty_name@#" \ - -pretty_plural "\#@attributes.pretty_plural@#" \ + -pretty_name "@attributes.pretty_name@" \ + -pretty_plural "@attributes.pretty_plural@" \ -table_name "@attributes.table_name@" \ -column_name "@attributes.column_name@" \ -default_value "@attributes.default_value@" \ @@ -32,9 +32,6 @@ -static_p "@attributes.static_p@" \ -if_does_not_exist] -lang::message::register en_US acs-translations @attributes.message_key@ "@attributes.true_pretty@" -lang::message::register en_US acs-translations @attributes.message_key@_plural "@attributes.true_plural@" - ams::attribute::new \ -attribute_id $attribute_id \ -widget "@attributes.widget@" \ @@ -51,9 +48,8 @@ set option_id [ams::option::new \ -attribute_id $attribute_id \ - -option "\#@attributes.option@#"] + -option "@attributes.option@"] -lang::message::register en_US acs-translations @attributes.option_key@ "@attributes.true_option@"