Skip to content

Commit 6db8d30

Browse files
committed
2 parents 84eea44 + 2139368 commit 6db8d30

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

scss/preset/default.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727
@import "trema/message";
2828
@import "trema/user";
2929
@import "trema/noprint";
30+
@import "trema/plugins";

scss/trema/plugins.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// 3rd Party Plugin Improvements.
2+
3+
// Configurable Reports: Import report from repository > Categories and Report dropdowns.
4+
body#page-blocks-configurable_reports-managereport #id_crreportcategories,
5+
body#page-blocks-configurable_reports-managereport #id_crreportnames{
6+
margin: 10px
7+
}

templates/core/loginform.mustache

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,11 @@
164164
!}}placeholder="{{#cleanstr}}password{{/cleanstr}}" {{!
165165
!}}autocomplete="current-password">
166166
</div>
167+
{{#recaptcha}}
168+
<div class="login-form-recaptcha form-group">
169+
{{{recaptcha}}}
170+
</div>
171+
{{/recaptcha}}
167172
<div class="login-form-submit form-group">
168173
<button class="btn btn-primary col-12 col-md-6 col-lg-auto" type="submit" id="loginbtn">{{#str}}login{{/str}}</button>
169174
</div>

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
defined('MOODLE_INTERNAL') || die();
3030

31-
$plugin->version = 2025052200;
31+
$plugin->version = 2025052201;
3232
$plugin->release = '5.0.0.2';
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->requires = 2022021800; // Moodle 4.0 - Build: 20220218.

0 commit comments

Comments
 (0)