From 30dff4fe4e2ebf4854a6ef85198c77053afda99c Mon Sep 17 00:00:00 2001 From: Arthur Portugal Date: Tue, 31 Mar 2009 19:57:28 +0200 Subject: [PATCH] [svn r19465] Changed the position button in "Update audio links" see FS#3688 and FS#3917 --- main/newscorm/learnpath.class.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index 900bf93031..1a808a8aad 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -4488,13 +4488,15 @@ class learnpath { $return .= "\t" . '' . "\n"; $return .= "\t\t" . ''.get_lang("NoItemsInLp").'' . "\n"; $return .= "\t" . '' . "\n"; - } + } + $return .= '' . "\n"; // we need to close the form when we are updating the mp3 files + if ($_GET['updateaudio'] == 'true') { - $return .= ' '; + $return .= '
'; } - $return .= '' . "\n"; + // we need to close the form when we are updating the mp3 files if ($_GET['updateaudio'] == 'true' AND count($arrLP) <> 0)