Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-72355-master -
-
0
-
HQ Team International Sprint 7, HQ Team International Sprint 8, HQ Team International Sprint 9, HQ Team International Sprin 10
Description
We have an existing page called "Manage Subscriptions" (<wwwroot>/calendar/managesubscriptions.php), which previously only handled importing (subscribing to) calendars. With the latest calendar project, that is no longer true, as the page now has content relating to both the importing/subscribing to calendars, as well as exporting them.
It has therefore been decided that the following changes should be made, to avoid link duplication and confusion around the page's purpose:
- Update the managesubscriptions calendar language string so its text is replaced with "Import / export calendars".
- Remove the "Export calendar" link from below the main calendar (and the dot after it), so that only the link with the new text from #1 is shown.
- Update the "Your Subscriptions" heading / language string to be "Imported calendars", and set it as the aria-described by attribute for the table.
- Update any behat tests that are affected by the above changes.
To be safe, the filename (managesubscriptions.php) should remain the same (also for backwards compatibility).