7 lines
577 B
HTML
7 lines
577 B
HTML
<form action="" method="post" class="form-horizontal">
|
|
<legend>Disable {PLUGIN}</legend>
|
|
<p>Are you absolutely <b>SURE</b> you wish to <b>Disable</b> this plugin?</p>
|
|
<p>The Tempus Project cannot guarantee the safety or effectiveness of any plugins not offered directly from the organization's GitHub at <a href="https://github.com/TheTempusProject">The Tempus Project</a></p>
|
|
<button name="submit" value="submit" type="submit" class="btn btn-lg btn-primary center-block">Disable</button>
|
|
<input type="hidden" name="installHash" value="{TOKEN}">
|
|
</form><br> |