From d639dbf762faca790d55626d3c601a539950df04 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 29 Apr 2006 16:39:02 +0000 Subject: [PATCH] Some more table/form mixed things remains in two forms. The rest validates OK now. Bug 5371 created for the validation problem! (http://moodle.org/bugs/bug.php?op=show&bugid=5371) --- files/index.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/files/index.php b/files/index.php index db4c77fc31..09cdd6fd85 100644 --- a/files/index.php +++ b/files/index.php @@ -41,6 +41,8 @@ function html_footer() { global $course, $choose; + echo ''; + print_footer($course); } @@ -171,7 +173,7 @@ $strmaxsize = get_string("maxsize", "", $filesize); $strcancel = get_string("cancel"); - echo "

$struploadafile ($strmaxsize) --> $wdir"; + echo "

$struploadafile ($strmaxsize) --> $wdir

"; echo "
"; echo "
"; echo ' '; @@ -180,7 +182,7 @@ echo " "; echo " sesskey\" />"; upload_print_form_fragment(1,array('userfile'),null,false,null,$upload_max_filesize,0,false); - echo "
"; + echo "
"; echo " "; echo ""; echo ""; @@ -353,7 +355,7 @@ $strcancel = get_string("cancel"); $strcreatefolder = get_string("createfolder", "moodle", $wdir); html_header($course, $wdir, "form.name"); - echo "

$strcreatefolder:"; + echo "

$strcreatefolder:

"; echo "
"; echo "
"; echo ' '; @@ -457,7 +459,7 @@ printfilelist($USER->filelist); print_simple_box_end(); echo "
"; - echo "

".get_string("whattocallzip"); + echo "

".get_string("whattocallzip")."

"; echo ""; echo ""; echo "
"; echo ""; echo ' '; @@ -857,8 +859,8 @@ function displaydir ($wdir) { echo ""; echo ""; - echo " "; - echo " "; + echo " "; + echo " "; echo ""; echo "
"; -- 2.39.5