From f912ae87235a6328fbe06026ce5dee811bdb7ec8 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Tue, 4 Dec 2007 02:54:27 +0100 Subject: [PATCH] [svn r13899] Moved edit icon to right column in quizzes list like other activity icons --- main/exercice/exercice.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/main/exercice/exercice.php b/main/exercice/exercice.php index e14b589de4..7104a68916 100644 --- a/main/exercice/exercice.php +++ b/main/exercice/exercice.php @@ -575,7 +575,6 @@ if($show == 'test'){ > - <?php echo htmlentities(get_lang('Modify'),ENT_QUOTES,$charset); ?> @@ -588,8 +587,10 @@ if($show == 'test'){ echo $rowi.' '.strtolower(get_lang(($rowi>1?'Questions':'Question'))).''; echo ''; ?> - <?php echo htmlentities(get_lang('Build'),ENT_QUOTES,$charset); ?> - ')) return false;"> <?php echo htmlentities(get_lang('Delete'),ENT_QUOTES,$charset); ?> + + <?php echo htmlentities(get_lang('Modify'),ENT_QUOTES,$charset); ?> + <?php echo htmlentities(get_lang('Build'),ENT_QUOTES,$charset); ?> + ')) return false;"> <?php echo htmlentities(get_lang('Delete'),ENT_QUOTES,$charset); ?>