mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
MDL-18004 Fixed problem of duplicate entries in the drop-down
This commit is contained in:
parent
da6cec8d5b
commit
34f0062766
@ -334,7 +334,7 @@ function print_grade_plugin_selector($plugin_info, $return=false) {
|
||||
|
||||
if (empty($plugins['id'])) {
|
||||
foreach ($plugins as $plugin) {
|
||||
$menu[$plugin['link']] = ' ' . $plugin['string'];
|
||||
$menu[$plugin['link']] = $plugin['string'];
|
||||
$count++;
|
||||
}
|
||||
}
|
||||
|
@ -618,7 +618,7 @@ body#grade-index .grades .header {
|
||||
#grade-aggregation-help code {
|
||||
font-style: normal;
|
||||
}
|
||||
option.optionheader {
|
||||
#choosepluginreport_jump option.optionheader {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
@ -2615,6 +2615,14 @@ div.allcoursegrades {
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
#choosepluginreport_jump option {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
#choosepluginreport_jump option.optionheader {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Login
|
||||
***/
|
||||
@ -5015,7 +5023,7 @@ table.quizreviewsummary td.cell {
|
||||
margin-top:0.4em;
|
||||
position:relative;
|
||||
display:inline-block;
|
||||
|
||||
|
||||
}
|
||||
|
||||
#mod-quiz-edit .editq div.question div.content .randomquestioncategory a{
|
||||
|
Loading…
x
Reference in New Issue
Block a user