Files
thetempusproject/app/views/admin/modules/plugins/install.html
2024-12-17 22:57:55 -05:00

12 lines
662 B
HTML

<div class="context-main-bg context-main p-3">
<legend class="text-center">Install {PLUGIN}</legend>
<hr>
{ADMIN_BREADCRUMBS}
<div class="col-lg-6 offset-md-3 text-center">
<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>
<form method="post">
<button name="submit" value="submit" type="submit" class="btn btn-lg btn-primary center-block">Install</button>
<input type="hidden" name="installHash" value="{TOKEN}">
</form>
</div>
</div>