Skip to content

Commit

Permalink
Update the source.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasanthlmsace committed Nov 6, 2024
1 parent 9b848f3 commit 29c05de
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
1 change: 1 addition & 0 deletions lang/en/format_kickstart.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
$string['migratefromcourses'] = 'Migrate content from other courses';
$string['notemplates'] = 'No templates are available yet.';
$string['pluginname'] = 'Kickstart format';
$string['plugin_description'] = 'Create courses faster and make them more consistent across your organization using course templates.';
$string['previewurl'] = 'Preview URL';
$string['previewurl_help'] = 'If provided a button will display on the template that will open this URL in a new tab';
$string['privacy:metadata'] = 'The Kickstart format plugin does not store any personal data.';
Expand Down
27 changes: 19 additions & 8 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,28 @@ body.format-kickstart .form-control .fa-search {
}
.format-kickstart .course-content > .card .card-body {
text-align: right;
padding: 0;
display: flex;
align-items: center;
}
.format-kickstart .course-content > .card .card-body > .img-responsive + .card-title {
text-align: center;
float: none;
margin: 1rem 0;
}
.format-kickstart .course-content > .card .card-body .card-title {
text-align: left;
margin-top: 5px;
margin-bottom: 9px;
margin-right: 5px;
.format-kickstart .course-content > .card .card-body {
.card-title {
text-align: left;
margin-top: 5px;
margin-bottom: 9px;
margin-right: 5px;
}
a.btn {
margin-right: 5px;
&:not(.btn-outline-dark) {
margin-left: auto;
}
}
}
.format-kickstart .card-footer {
padding: .75rem 1.25rem;
Expand All @@ -152,14 +163,13 @@ body.format-kickstart .form-control .fa-search {
}

@media (min-width: 576px) {
.format-kickstart .mform > .form-group {
.mform > .form-group {
margin-left: 1.5rem;
}
.format-kickstart .course-content > .card .card-body .card-title {
float: left;
width: 66%;
}
}

body#page-course-format-kickstart-template.template-designer-format #fitem_id_coursetype {
display: none;
}
Expand All @@ -174,6 +184,7 @@ body#page-course-format-kickstart-template.template-designer-format #fitem_id_co
align-items: center;
}
.format-kickstart .course-content .kickstart-list-view .templates-block .card .card-body {
padding: 0;
display: flex;
align-items: center;
}
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

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

$plugin->version = 2024101700; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2024110600; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2022041900; // Requires this Moodle version.
$plugin->release = 'Version 1.3';
$plugin->component = 'format_kickstart'; // Full name of the plugin (used for diagnostics).
Expand Down

0 comments on commit 29c05de

Please sign in to comment.