Files
thetempusproject/app/views/admin/modules/plugins/uninstall.html
Joey Kimsey 1c5b020a87 cleanup
2024-12-20 05:56:18 -05:00

12 lines
625 B
HTML

<div class="context-main-bg context-main p-3">
<legend class="text-center">Uninstall {PLUGIN}</legend>
<hr>
{ADMIN_BREADCRUMBS}
<div class="col-lg-6 offset-md-3 text-center">
<p>Are you sure you would like to uninstall this plugin and all of its components? There is no guarantee that your site will continue to run without error.</p>
<form method="post">
<button name="submit" value="submit" type="submit" class="btn btn-lg btn-outline-danger center-block">Uninstall</button>
<input type="hidden" name="uninstallHash" value="{TOKEN}">
</form>
</div>
</div>