Skip to content

Commit

Permalink
Restore: Add Restore Form Panel
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed May 19, 2017
1 parent deab1e1 commit 30c6a37
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions module/Restore/view/restore/restore/index.phtml
Expand Up @@ -51,6 +51,13 @@ $this->headTitle($title);

<?php elseif(!isset($this->result)) : ?>

<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Restore</h3>
</div>
<div class="panel-body">
<div class="container-fluid">

<?php
$form->prepare();
$form->setAttribute('class','form-horizontal');
Expand Down Expand Up @@ -117,6 +124,10 @@ $this->headTitle($title);
echo $this->form()->closeTag($form);
?>

</div>
</div>
</div>

<?php
echo $this->headScript()->prependFile($this->basePath() . '/js/jstreegrid.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/jstree.min.js');
Expand Down

0 comments on commit 30c6a37

Please sign in to comment.