--- loncom/publisher/lonpubdir.pm 2005/05/20 18:28:22 1.81 +++ loncom/publisher/lonpubdir.pm 2005/05/28 02:18:03 1.82 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construction Space Directory Lister # -# $Id: lonpubdir.pm,v 1.81 2005/05/20 18:28:22 www Exp $ +# $Id: lonpubdir.pm,v 1.82 2005/05/28 02:18:03 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -290,6 +290,10 @@ parent.lastknownpriv='/~$uname$thisdisfn document.retrieveres.filename.value = theform.filename.value document.retrieveres.submit() } + if (activity == 'cleanup') { + document.cleanup.filename.value = theform.filename.value + document.cleanup.submit() + } return } function changename(theform,activity) { @@ -404,6 +408,9 @@ sub resourceactions {
+
+ +
END } @@ -570,6 +577,10 @@ sub putresource { $editlink=' ('.&mt('EditXML').')'; $editlink2='
('.&mt('Edit').')'; } + if ($filename=~/\.(problem|exam|quiz|assess|survey|form|library|xml|html|htm|xhtml|xhtm|sty)$/) { + $editlink.=''.&mt('Clean Up').''; + } if ($filename=~/\.(zip|tar|bz2|gz|tar.gz|tar.bz2|tgz)$/) { $editlink=' ('.&mt('Decompress').')'; @@ -615,6 +626,7 @@ sub create_pubselect { } $$pub_select .= ' '. +''. ''. '