Extension for Cotonti CMF. Adds user friendly delete button to page edit form
Adds user friendly delete button to page edit form. So you can (if you have admin rights) delete pages in one click. By default changes standard radio button control for page delete. You can manually insert delete button in any place within edit form in page.edit.tpl
template.
No demo page. Just install and try to edit you page.
Current version works in Cotonti Siena v0.9.14 and tested with several theme.
Can work on older Siena versions but not tested. If you have own complicated theme try to changepage.edit.tpl
and/or resource string $R['page_delete']
Plugin works out from the box.
Simply changes standard control with delete button or use {PAGEEDIT_FORM_DELETE}
tag in page.edit.tpl
.
Administration panel → Extensions
)Administration panel → Extensions → pagedelbtn → Configuration
).To see this Extension in action - open page edit form.
Distributed under BSD license.
pagedelbtn
on GitHub
Thanked: 74 mal
Maybe add an option for a confirmation? Without a confirmation a page is deleted if you accidentely click on the button.