--- loncom/publisher/loncfile.pm 2007/07/23 23:53:31 1.85 +++ loncom/publisher/loncfile.pm 2007/07/25 19:56:57 1.86 @@ -9,7 +9,7 @@ # and displays a page showing the results of the action. # # -# $Id: loncfile.pm,v 1.85 2007/07/23 23:53:31 albertel Exp $ +# $Id: loncfile.pm,v 1.86 2007/07/25 19:56:57 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -871,6 +871,7 @@ sub phaseone { $env{'form.action'} eq 'newsequencefile' || $env{'form.action'} eq 'newrightsfile' || $env{'form.action'} eq 'newstyfile' || + $env{'form.action'} eq 'newtaskfile' || $env{'form.action'} eq 'newlibraryfile' || $env{'form.action'} eq 'Select Action') { my $empty=&mt('Type Name Here'); @@ -1370,6 +1371,7 @@ function writeDone() { $env{'form.action'} eq 'newsequencefile' || $env{'form.action'} eq 'newrightsfile' || $env{'form.action'} eq 'newstyfile' || + $env{'form.action'} eq 'newtaskfile' || $env{'form.action'} eq 'newlibraryfile' || $env{'form.action'} eq 'Select Action' ) { $r->print('

'.&mt('New Resource').'

');