From f98e18e60cb4d4d27d2b91064557960feb1e9084 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 19 Feb 2008 13:13:47 +0000 Subject: [PATCH] MDL-9931 adding go button to delete; merged from MOODLE_19_STABLE --- files/index.php | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ""; -- 2.39.5