|
@@ -153,7 +153,7 @@ function action_database_panel (option_id,myuser_id) {
|
|
|
}
|
|
|
my_txt_content=$("#txt_area_invite").val();
|
|
|
if (my_txt_content.length==0 || my_txt_subject.length==0) {
|
|
|
- $("#display_response_id").html(" '.get_lang('MessageInformationBySendMessage').'");
|
|
|
+ $("#display_response_id").html(" '.get_lang('MessageInvitationNotSent').'");
|
|
|
setTimeout("message_information_display()",3000);
|
|
|
return false;
|
|
|
}
|
|
@@ -838,4 +838,4 @@ echo '</div>';
|
|
|
echo '</div>'; //from the main
|
|
|
echo '<form id="id_reload" action="#"></form>';
|
|
|
Display :: display_footer();
|
|
|
-?>
|
|
|
+?>
|