forked from vufind-org/vufind
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve accessibility by not replacing the week navi when week is cha…
…nged.
- Loading branch information
1 parent
63ab7b8
commit 7d0d5e6
Showing
7 changed files
with
111 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 4 additions & 7 deletions
11
themes/finna2/templates/organisationinfo/elements/location/schedule.phtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
<!-- START of: finna - organisationinfo/elements/location/schedule.phtml --> | ||
<?=$this->component('@@molecules/containers/finna-panel', [ | ||
'attributes' => ['class' => ['finna-panel-default', 'opening-times-library-information']], | ||
'heading' => $this->transEsc('organisation_info_schedules'), | ||
'headingLevel' => 4, | ||
'content' => $this->render('organisationinfo/elements/location/schedule-week.phtml'), | ||
'headingId' => 'heading2', | ||
]); ?> | ||
<div class="info js-schedules"> | ||
<?=$this->render('organisationinfo/elements/location/schedule-week-navi.phtml')?> | ||
<?=$this->render('organisationinfo/elements/location/schedule-week.phtml')?> | ||
</div> | ||
<!-- END of: finna - organisationinfo/elements/location/schedule.phtml --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters