diff --git a/bl-kernel/admin/views/dashboard.php b/bl-kernel/admin/views/dashboard.php index c1606fd5..107e2a71 100644 --- a/bl-kernel/admin/views/dashboard.php +++ b/bl-kernel/admin/views/dashboard.php @@ -75,7 +75,13 @@ html += '
'; html += 'p('view') ?>'; html += 'p('edit') ?>'; + + + html += 'p('Delete') ?>'; + html += '
'; + } return html; @@ -144,3 +150,68 @@ + + + +$L->g('Delete'), + 'buttonPrimaryClass'=>'btn-danger deletePageModalAcceptButton', + 'buttonSecondary'=>$L->g('Cancel'), + 'buttonSecondaryClass'=>'btn-link', + 'modalTitle'=>$L->g('Delete content'), + 'modalText'=>$L->g('Are you sure you want to delete this page'), + 'modalId'=>'jsdeletePageModal' + )); +?> + + + + + + \ No newline at end of file