Skip to content

Commit

Permalink
Extract scheduleTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaip committed May 22, 2024
1 parent 232231e commit fa34cca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,10 @@ prototype(Sfi.Sfi:StudyProgram) {
schedule = Neos.Neos:ContentCollection {
nodePath = 'schedule'
}
scheduleTitle = ${'<h3 class="H3 marginVertical-single">' + Translation.translate('studyProgram.grafik', null, [], null, 'Sfi.Sfi') + '</h3>'}
scheduleO = Neos.Neos:ContentCollection {
nodePath = 'scheduleO'
@process.title = ${'<h3 class="H3 marginVertical-single">' + Translation.translate('studyProgram.grafik', null, [], null, 'Sfi.Sfi') + '</h3><h4 class="H4">' + Translation.translate('studyProgram.ochnaja', null, [], null, 'Sfi.Sfi') + '</h4>' + value}
@process.title = ${'<h4 class="H4">' + Translation.translate('studyProgram.ochnaja', null, [], null, 'Sfi.Sfi') + '</h4>' + value}
}
scheduleOZ = Neos.Neos:ContentCollection {
nodePath = 'scheduleOZ'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ <h2 class="H2 marginTop-triple"><f:translate id="studyProgram.about" package="Sf
<a href="#tab-schedule" class="Sections-Anchor Sections-AccordionTitle"><f:translate id="studyProgram.schedule" package="Sfi.Sfi"/></a>
<div class="Sections-Panel" id="tab-schedule">
{schedule -> f:format.raw()}
{scheduleTitle -> f:format.raw()}
{scheduleO -> f:format.raw()}
{scheduleOZ -> f:format.raw()}
{scheduleZ -> f:format.raw()}
Expand Down

0 comments on commit fa34cca

Please sign in to comment.