From: skodak Date: Tue, 19 Feb 2008 13:13:47 +0000 (+0000) Subject: MDL-9931 adding go button to delete; merged from MOODLE_19_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f98e18e60cb4d4d27d2b91064557960feb1e9084;p=moodle.git MDL-9931 adding go button to delete; merged from MOODLE_19_STABLE --- diff --git a/files/index.php b/files/index.php index aa197413ec..96d710c123 100644 --- a/files/index.php +++ b/files/index.php @@ -864,7 +864,16 @@ function displaydir ($wdir) { "zip" => "$strcreateziparchive" ); if (!empty($count)) { + choose_from_menu ($options, "action", "", "$strwithchosenfiles...", "javascript:getElementById('dirform').submit()"); + echo '
'; + echo '
'; + echo ''; + echo ''; + } echo ""; echo "";