Index: openacs-4/packages/ams/ams.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/ams.info,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/ams/ams.info 21 May 2005 17:49:23 -0000 1.4 +++ openacs-4/packages/ams/ams.info 3 Jun 2005 05:10:18 -0000 1.5 @@ -8,13 +8,14 @@ t ams - + Matthew Geddert Store attributes via the Content Repository, and auto generate input forms 2005-05-21 AMS (Attribute Management System) helps in customizing your website. It lets you adjust what information is collected and displayed for any package that is integrated with it. AMS allows you to easily and dynamically add attributes to forms and display pages, using a Tcl API or an admin interface. AMS uses the content repository to store attribute history for any object on the system. + 0 - + 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 -N -r1.3 -r1.4 --- openacs-4/packages/ams/www/list-code.adp 28 May 2005 15:37:27 -0000 1.3 +++ openacs-4/packages/ams/www/list-code.adp 3 Jun 2005 05:10:18 -0000 1.4 @@ -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@"] @@ -32,8 +32,8 @@ -static_p "@attributes.static_p@" \ -if_does_not_exist] -lang::message::register en_US ams @attributes.message_key@ @attributes.true_pretty@ -lang::message::register en_US ams @attributes.message_key@_plural @attributes.true_plural@ +lang::message::register en_US ams @attributes.message_key@ "@attributes.true_pretty@" +lang::message::register en_US ams @attributes.message_key@_plural "@attributes.true_plural@" ams::attribute::new \ -attribute_id $attribute_id \ Index: openacs-4/packages/ams/www/list.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/www/list.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/ams/www/list.tcl 28 May 2005 15:37:27 -0000 1.4 +++ openacs-4/packages/ams/www/list.tcl 3 Jun 2005 05:10:18 -0000 1.5 @@ -57,10 +57,10 @@ -pass_properties { } -actions { } -bulk_actions { - "[_ ams.Answer_Required]" "list-attributes-required" "[_ ams.lt_Require_an_answer_fro]" - "[_ ams.Answer_Optional]" "list-attributes-optional" "[_ ams.lt_An_answer_from_the_ch]" - "[_ ams.Unmap]" "list-attributes-unmap" "[_ ams.lt_Unmap_check_attribute]" - "[_ ams.Update_Ordering]" "list-order-update" "[_ ams.lt_Update_ordering_from_]" + "#ams.Answer_Required#" "list-attributes-required" "#ams.lt_Require_an_answer_fro#" + "#ams.Answer_Optional#" "list-attributes-optional" "#ams.lt_An_answer_from_the_ch#" + "#ams.Unmap#" "list-attributes-unmap" "#ams.lt_Unmap_check_attribute#" + "#ams.Update_Ordering#" "list-order-update" "#ams.lt_Update_ordering_from_#" } -bulk_action_export_vars { list_id } -elements {