From: mark-nielsen Date: Fri, 16 Mar 2007 04:35:49 +0000 (+0000) Subject: Merging in fixes for MDL-8929 from MOODLE_18_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9fcbddaed049551d4f7c1d215ec230544f5db6c8;p=moodle.git Merging in fixes for MDL-8929 from MOODLE_18_STABLE --- diff --git a/lang/en_utf8/lesson.php b/lang/en_utf8/lesson.php index 94c65be993..c860999fd2 100644 --- a/lang/en_utf8/lesson.php +++ b/lang/en_utf8/lesson.php @@ -23,7 +23,7 @@ $string['and'] = 'AND'; $string['answer'] = 'Answer'; $string['answeredcorrectly'] = 'answered correctly.'; $string['answersfornumerical'] = 'Answers for Numerical questions should be matched pairs of Minimum and Maximum values'; -$string['arrangebuttonshorizontally'] = 'Arrange Branch buttons horizontally in slideshow mode?'; +$string['arrangebuttonshorizontally'] = 'Arrange Branch buttons horizontally?'; $string['attempt'] = 'Attempt: $a'; $string['attempts'] = 'Attempts'; $string['attemptsdeleted'] = 'Deleted attempts'; diff --git a/mod/lesson/styles.php b/mod/lesson/styles.php index af51fc20b9..95bd04c440 100644 --- a/mod/lesson/styles.php +++ b/mod/lesson/styles.php @@ -193,11 +193,11 @@ /* Next classes are for branch table buttons when displayed horizontally */ .mod-lesson .prevhorizontal, -.mod-lesson .prevhorizontal .lessonbutton, +.mod-lesson .prevhorizontal div, .mod-lesson .nexthorizontal, -.mod-lesson .nexthorizontal .lessonbutton, +.mod-lesson .nexthorizontal div, .mod-lesson .standardhorizontal, -.mod-lesson .standardhorizontal .lessonbutton { +.mod-lesson .standardhorizontal div { display: inline; }