Index: openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml,v
diff -u -r1.64 -r1.65
--- openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml 22 Mar 2006 02:24:22 -0000 1.64
+++ openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml 23 Mar 2006 02:08:41 -0000 1.65
@@ -210,7 +210,8 @@
Sorry, the offer code was not accepted.
Sorry, There seems to be a problem with completing this transaction.
Test email sent to %user.email%. Please check your inbox.
- Thank you for putting yourself on the waiting list for %section_name%. We will notify you if a space becomes available.
+ Thank you for applying, the course administrator(s) will contact you soon regarding your registration.
+If you have any technical issues please contact the <a href="mailto://%administrator_email%">web site administrator</a>
Thank You For Your Order
The applications have been rejected.
The course only has $available_slots slots left
Index: openacs-4/packages/dotlrn-ecommerce/www/application-confirm.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/application-confirm.tcl,v
diff -u -r1.8 -r1.9
--- openacs-4/packages/dotlrn-ecommerce/www/application-confirm.tcl 1 Oct 2005 21:44:40 -0000 1.8
+++ openacs-4/packages/dotlrn-ecommerce/www/application-confirm.tcl 23 Mar 2006 02:08:41 -0000 1.9
@@ -51,8 +51,5 @@
set section_name ""
}
-set message [lindex [dotlrn_community::send_member_email -community_id $community_id -to_user [ad_conn user_id] -type $member_state -message_only] 1]
-
-if {[string equal "" $message] } {
- set message [_ dotlrn-ecommerce.lt_Thank_you_for_your_ap]
-}
\ No newline at end of file
+set administrator_email [parameter::get_from_package_key -package_key acs-kernel -parameter HostAdministrator]
+set message [_ dotlrn-ecommerce.lt_Thank_you_for_your_ap]