Add a note that sending isnt enabled yet

This commit is contained in:
james 2009-10-22 17:08:50 +00:00
parent 7e99c85bfe
commit a3ab3b8b74

View File

@ -729,6 +729,11 @@ function opensendmaildialog(fcid,key) {
return false;
}
function opensendemaildialog() {
alert('not implemented yet');
}
</script>
<?