diff options
Diffstat (limited to 'application/views/scripts/dashboard/remove-dashlet.phtml')
-rw-r--r-- | application/views/scripts/dashboard/remove-dashlet.phtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/application/views/scripts/dashboard/remove-dashlet.phtml b/application/views/scripts/dashboard/remove-dashlet.phtml new file mode 100644 index 0000000..b265a25 --- /dev/null +++ b/application/views/scripts/dashboard/remove-dashlet.phtml @@ -0,0 +1,6 @@ +<div class="controls"> + <?= $this->tabs ?> +</div> +<div class="content"> + <?= $this->form; ?> +</div>
\ No newline at end of file |