Tadashi Okoshi
slash****@users*****
2005年 6月 30日 (木) 16:31:29 JST
Index: affelio/admin.cgi diff -u affelio/admin.cgi:1.18 affelio/admin.cgi:1.19 --- affelio/admin.cgi:1.18 Thu Jun 30 07:54:05 2005 +++ affelio/admin.cgi Thu Jun 30 16:31:28 2005 @@ -6,7 +6,7 @@ # http://affelio.jp/ (Japan) # http://affelio.jp/ (USA and other area) # -# $Id: admin.cgi,v 1.18 2005/06/29 22:54:05 slash5234 Exp $ +# $Id: admin.cgi,v 1.19 2005/06/30 07:31:28 slash5234 Exp $ use strict; @@ -189,6 +189,7 @@ try{ $ret_msg=Affelio::App::Admin::Messaging::send_message($af, $q); + $ret_msg='<AF_M text="You message has been sent successfuly.">'; }catch Affelio::exception::CommunicationException with{ my $E = shift; $err_msg='<AF_M text="Could not send message."><BR>' . $E; @@ -588,6 +589,7 @@ #debug_print("$data_key ... $output_data{$data_key}"); } $tmpl->param("err_msg" => $err_msg); + $tmpl->param("ret_msg" => $ret_msg); $tmpl->param("site__locale" => $af->{site__locale}); print $af->translate_templateL10N($tmpl->output);