root/branches/wheeljack/tmpl/cms/restore_end.tmpl @ 795

Revision 795, 0.7 kB (checked in by fumiakiy, 3 years ago)

Implemented multiple files backup - multiple files restore. BugId: 45331

  • Property svn:keywords set to Author Date Id Revision
Line 
1</pre>
2</div>
3
4<script type="text/javascript">
5<!--
6var progress = getByID("progress-bar");
7if (progress) {
8    progress.style.display = "none";
9}
10// -->
11</script>
12
13<TMPL_IF NAME=RESTORE_SUCCESS>
14<p><strong><MT_TRANS phrase="All data restored successfully!"></strong></p>
15<TMPL_UNLESS NAME=RESTORE_UPLOAD>
16<p><MT_TRANS phrase="Make sure that you remove the files that you imported from the 'import' folder, so that if/when you run the import process again, those files will not be re-imported."></p>
17</TMPL_UNLESS>
18<TMPL_ELSE>
19<p><strong><MT_TRANS phrase="An error occurred during the restore process: [_1] Please check your restore file." params="<TMPL_VAR NAME=ERROR>"></strong></p>
20</TMPL_IF>
21
22<TMPL_INCLUDE NAME=footer.tmpl>
Note: See TracBrowser for help on using the browser.