--- loncom/publisher/lonpubdir.pm 2007/10/18 21:58:21 1.104 +++ loncom/publisher/lonpubdir.pm 2007/11/02 19:24:44 1.105 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construction Space Directory Lister # -# $Id: lonpubdir.pm,v 1.104 2007/10/18 21:58:21 albertel Exp $ +# $Id: lonpubdir.pm,v 1.105 2007/11/02 19:24:44 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -362,11 +362,12 @@ sub dircontrols { move => 'Move current file to', copy => 'Copy current file to', type => 'Type Name Here', - go => 'Go', + go => 'Go', prnt => 'Print contents of directory', crea => 'Create a new directory or LON-CAPA document', acti => 'Actions for current directory', - updc => 'Upload a new document' + updc => 'Upload a new document', + pick => 'Please select an action to perform using the new filename', ); $r->print(< @@ -406,19 +407,29 @@ sub dircontrols {
-    + +