Merge branch 'MDL-75669-main' of https://github.com/roland04/moodle

This commit is contained in:
Sara Arjona 2025-02-18 11:23:32 +01:00
commit 4feb5e5b74
No known key found for this signature in database
4 changed files with 3 additions and 14 deletions

View file

@ -283,12 +283,11 @@ echo '</div>';
echo '<div id="statusjscontrolsection" class="mb-4">';
echo "<h3>Status JS controls</h3>";
echo '<div class="mb-2">
echo '<div class="mb-2 d-flex gap-2">
<button class="btn btn-secondary" id="setselected">Change selected value</button>
<button class="btn btn-secondary" id="syncbutton">Enable sync</button>
<button class="btn btn-secondary" id="updatestatus">Disable update</button>
<span id="statusvalue"></span>
</div>';
<span id="statusvalue"></span>';
$choice = new core\output\choicelist('Dialog content');
$choice->add_option('option1', 'Option 1', [
'description' => 'Option 1 description',
@ -312,7 +311,7 @@ $dialog = new core\output\local\dropdown\status(
],
);
echo $OUTPUT->render($dialog);
echo '</div>';
echo '</div></div>';
$inlinejs = <<<EOF
require(

View file

@ -493,10 +493,6 @@
.form-check {
padding: 0;
.itemselect {
margin-right: 5px;
}
}
a {

View file

@ -37900,9 +37900,6 @@ p.arrow_button {
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div .form-check {
padding: 0;
}
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div .form-check .itemselect {
margin-right: 5px;
}
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div a.toggle-category {
height: 24px;
width: 24px;

View file

@ -37906,9 +37906,6 @@ p.arrow_button {
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div .form-check {
padding: 0;
}
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div .form-check .itemselect {
margin-right: 5px;
}
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div a.toggle-category {
height: 24px;
width: 24px;