--- loncom/publisher/loncfile.pm 2009/04/13 21:29:26 1.96 +++ loncom/publisher/loncfile.pm 2009/05/14 14:24:18 1.98 @@ -9,7 +9,7 @@ # and displays a page showing the results of the action. # # -# $Id: loncfile.pm,v 1.96 2009/04/13 21:29:26 raeburn Exp $ +# $Id: loncfile.pm,v 1.98 2009/05/14 14:24:18 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -423,7 +423,7 @@ sub CloseForm1 { my ($request, $fn) = @_; $request->print('
'); $request->print(''); + '" method="post">'); } @@ -820,7 +820,7 @@ sub NewFile1 { ''.&mt('Enter a file name: ').' '. ''. ''); + '" method="post">'); return; } @@ -828,9 +828,9 @@ sub NewFile1 { $request->print(''); $request->print(''); + '" method="post">'); $request->print(''); + '" method="post">'); } return; } @@ -1395,7 +1395,7 @@ function writeDone() { if (($uname ne $env{'user.name'}) || ($udom ne $env{'user.domain'})) { $r->print('' - .&mt('Co-Author [_1]:[_2]',$uname,$udom) + .&mt('Co-Author [_1]',$uname.':'.$udom) .'
' ); }