--- loncom/interface/lonhtmlcommon.pm 2008/12/01 16:33:32 1.187 +++ loncom/interface/lonhtmlcommon.pm 2009/04/25 16:53:13 1.208 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.187 2008/12/01 16:33:32 droeschl Exp $ +# $Id: lonhtmlcommon.pm,v 1.208 2009/04/25 16:53:13 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -62,6 +62,23 @@ use Apache::lonlocal; use Apache::lonnet; use LONCAPA; +############################################## +############################################## + +=pod + +=item confirm_success + +Successful completion of an operation message + +=cut + +sub confirm_success { + my ($message)=@_; + return ''. + $message. + ' '; +} ############################################## ############################################## @@ -285,7 +302,7 @@ sub checkbox { $Str .= 'value="'.$value.'"'; } if ($checked) { - $Str .= ' checked="1"'; + $Str .= ' checked="checked"'; } $Str .= ' />'; return $Str; @@ -307,7 +324,7 @@ sub radio { $Str .= 'value="'.$value.'"'; } if ($checked eq $value) { - $Str .= ' checked="1"'; + $Str .= ' checked="checked"'; } $Str .= ' />'; return $Str; @@ -467,7 +484,7 @@ document.$formname.$dname\_year.value, } ENDJS - $result .= ' '; + $result .= ' '; my $monthselector = qq{\n|; + \n|; +