|
|
@@ -20,31 +20,7 @@
|
|
|
<input type="hidden" name="backup" value="<?php echo $_GET['backup'] ?>">
|
|
|
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
|
|
</div>
|
|
|
- <?php
|
|
|
- if (!empty($_SESSION['restore_msg'])) {
|
|
|
- ?>
|
|
|
- <div>
|
|
|
- <script type="text/javascript">
|
|
|
- $(function() {
|
|
|
- $( "#dialog:ui-dialog" ).dialog( "destroy" );
|
|
|
- $( "#dialog-message" ).dialog({
|
|
|
- modal: true,
|
|
|
- buttons: {
|
|
|
- Ok: function() {
|
|
|
- $( this ).dialog( "close" );
|
|
|
- }
|
|
|
- }
|
|
|
- });
|
|
|
- });
|
|
|
- </script>
|
|
|
- <div id="dialog-message" title="<?php print __('Backup System') ?>">
|
|
|
- <p><?php echo $_SESSION['restore_msg'] ?></p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <?php
|
|
|
- unset($_SESSION['restore_msg']);
|
|
|
- }
|
|
|
- ?>
|
|
|
+ <?php display_error_block(); ?>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|