Skip to content

Commit

Permalink
Fixed the bulk edit section issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasanthlmsace committed Feb 22, 2024
1 parent d69b9cf commit 2db590d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
2 changes: 2 additions & 0 deletions templates/courseformat/content/section/header.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
{{/ core_courseformat/local/content/section/bulkselect }}
{{/sectionbulk}}

{{^section.hidesectiontitle}}
{{#headerdisplaymultipage}}
<h3 class="sectionid-{{id}}-title sectionname">
{{{title}}}
Expand All @@ -56,3 +57,4 @@
</div>
{{/sitehome}}
{{/headerdisplaymultipage}}
{{/section.hidesectiontitle}}
27 changes: 13 additions & 14 deletions templates/section_layout.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,19 @@ data-target="{{#sectioncardcontentdirect}}_blank{{/sectioncardcontentdirect}}" d
{{/flowcourse}}

{{! Section name header }}
{{^section.hidesectiontitle}}
<div class="section-head-text" style="{{#sectiondesigntextcolor}} {{sectiondesigntextcolor}} {{/sectiondesigntextcolor}}">
{{#singleheader}}
{{$ format_designer/courseformat/content/section/header }}
{{> format_designer/courseformat/content/section/header }}
{{/ format_designer/courseformat/content/section/header }}
{{/singleheader}}
{{#header}}
{{$ format_designer/courseformat/content/section/header }}
{{> format_designer/courseformat/content/section/header }}
{{/ format_designer/courseformat/content/section/header }}
{{/header}}
</div>
{{/section.hidesectiontitle}}
<div class="section-head-text" style="{{#sectiondesigntextcolor}} {{sectiondesigntextcolor}} {{/sectiondesigntextcolor}}">
{{#singleheader}}
{{$ format_designer/courseformat/content/section/header }}
{{> format_designer/courseformat/content/section/header }}
{{/ format_designer/courseformat/content/section/header }}
{{/singleheader}}
{{#header}}
{{$ format_designer/courseformat/content/section/header }}
{{> format_designer/courseformat/content/section/header }}
{{/ format_designer/courseformat/content/section/header }}
{{/header}}
</div>

{{! End of section name }}

{{! Section badges }}
Expand Down

0 comments on commit 2db590d

Please sign in to comment.