diff --git a/module/Restore/view/restore/restore/index.phtml b/module/Restore/view/restore/restore/index.phtml index 9a2ad442..967cfbdf 100644 --- a/module/Restore/view/restore/restore/index.phtml +++ b/module/Restore/view/restore/restore/index.phtml @@ -30,12 +30,25 @@ $this->headTitle($title); acl_alert) : echo $this->ACLAlert($this->required_commands); elseif(!$this->acl_alert) : ?> -errors) && !empty($this->errors)) { - echo ''; - } -?> + + + result)) : ?> @@ -321,6 +334,16 @@ $this->headTitle($title); window.location.href = window.location.pathname + '?' + updateRestoreParams('limit', this.value); }); + $(document).ready(function(){ + + var errors = 'errors); ?>'; + + if(errors != null) { + $("#modal-001").modal(); + } + + }); +