--- loncom/interface/lonhtmlcommon.pm 2009/04/04 20:06:37 1.206
+++ loncom/interface/lonhtmlcommon.pm 2009/04/25 20:22:07 1.209
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common html routines
#
-# $Id: lonhtmlcommon.pm,v 1.206 2009/04/04 20:06:37 bisitz Exp $
+# $Id: lonhtmlcommon.pm,v 1.209 2009/04/25 20:22:07 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -62,6 +62,29 @@ use Apache::lonlocal;
use Apache::lonnet;
use LONCAPA;
+##############################################
+##############################################
+
+=pod
+
+=item confirm_success
+
+Successful completion of an operation message
+
+=cut
+
+sub confirm_success {
+ my ($message,$failure)=@_;
+ if ($failure) {
+ return ''.
+ $message.
+ ' ';
+ } else {
+ return ''.
+ $message.
+ '
';
+ }
+}
##############################################
##############################################
@@ -1344,7 +1367,7 @@ returns: nothing
no_mt =>$no_mt_descr,
});
}
- my $links .= '