-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #824 from M0rgan01/new_restore_checklist
New restore checklist
- Loading branch information
Showing
3 changed files
with
44 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<div id="postRestoreChecklist" style="display: none; margin-top: 10px;"> | ||
<div class="alert alert-success"> | ||
<div style="display: flex;"> | ||
<div> | ||
<div style="font-weight: bold;"> | ||
{{ 'Your restoration is complete'|trans({}) }} | ||
</div> | ||
{{ 'Before continuing with your tasks, please review the following checklist to ensure smooth operation after recent recovery.'|trans({}) }} | ||
</div> | ||
<div style="margin-left: auto"> | ||
<a class="btn btn-primary" target="_blank" href="https://devdocs.prestashop-project.org/8/basics/keeping-up-to-date/upgrade-module/post-restore-checklist/"> | ||
<i class="material-icons" style="font-size: 18px; margin-right: 4px;"> | ||
launch | ||
</i> | ||
{{ 'Open developer documentation'|trans({}) }} | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="panel"> | ||
<div class="panel-heading"> | ||
{{ 'Next steps'|trans({}) }} | ||
</div> | ||
<ul> | ||
<li>{{ 'Disable the maintenance mode in General settings > Maintenance.'|trans({}) }}</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="panel"> | ||
<div class="panel-heading"> | ||
{{ 'Troubleshooting'|trans({}) }} | ||
</div> | ||
<ul> | ||
<li>{{ 'If you can\'t access your back office, try emptying the cache.'|trans({}) }}</li> | ||
</ul> | ||
</div> | ||
</div> |
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