This commit is contained in:
Joey Kimsey
2024-12-20 05:56:18 -05:00
parent 5fe1c3aafe
commit 1c5b020a87
23 changed files with 45 additions and 30 deletions

View File

@ -44,7 +44,7 @@
<div class="card-footer text-center">
{ADMIN}
<form action="{ROOT_URL}admin/admin/delete" method="post">
<INPUT type="hidden" name="L_" value="{ID}">
<input type="hidden" name="L_" value="{ID}">
<input type="hidden" name="token" value="{TOKEN}">
<button name="submit" value="submit" type="submit" class="btn btn-sm btn-danger"><i class="fa fa-fw fa-trash"></i></button>
</form>

View File

@ -12,7 +12,7 @@
<th style="width: 5%"></th>
<th style="width: 5%"></th>
<th style="width: 5%"">
<INPUT type="checkbox" onchange="checkAll(this)" name="check.l" value="A_[]">
<input type="checkbox" onchange="checkAll(this)" name="check.l" value="A_[]">
</th>
</tr>
</thead>

View File

@ -54,7 +54,7 @@
<div class="card-footer text-center">
{ADMIN}
<form action="{ROOT_URL}admin/errors/delete" method="post">
<INPUT type="hidden" name="E_" value="{ID}">
<input type="hidden" name="E_" value="{ID}">
<input type="hidden" name="token" value="{TOKEN}">
<button name="submit" value="submit" type="submit" class="btn btn-sm btn-danger"><i class="fa fa-fw fa-trash"></i></button>
</form>

View File

@ -12,7 +12,7 @@
<th style="width: 5%"></th>
<th style="width: 5%"></th>
<th style="width: 5%">
<INPUT type="checkbox" onchange="checkAll(this)" name="check.e" value="E_[]">
<input type="checkbox" onchange="checkAll(this)" name="check.e" value="E_[]">
</th>
</tr></thead><tbody>
{LOOP}

View File

@ -44,7 +44,7 @@
<div class="card-footer text-center">
{ADMIN}
<form action="{ROOT_URL}admin/logins/delete" method="post">
<INPUT type="hidden" name="L_" value="{ID}">
<input type="hidden" name="L_" value="{ID}">
<input type="hidden" name="token" value="{TOKEN}">
<button name="submit" value="submit" type="submit" class="btn btn-sm btn-danger"><i class="fa fa-fw fa-trash"></i></button>
</form>

View File

@ -12,7 +12,7 @@
<th style="width: 5%"></th>
<th style="width: 5%"></th>
<th style="width: 5%"">
<INPUT type="checkbox" onchange="checkAll(this)" name="check.l" value="L_[]">
<input type="checkbox" onchange="checkAll(this)" name="check.l" value="L_[]">
</th>
</tr>
</thead>

View File

@ -6,7 +6,7 @@
<p>Are you absolutely <b>SURE</b> you wish to <b>Enable</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>
<form method="post">
<button name="submit" value="submit" type="submit" class="btn btn-lg btn-primary center-block">Enable</button>
<button name="submit" value="submit" type="submit" class="btn btn-lg btn-success center-block">Enable</button>
<input type="hidden" name="installHash" value="{TOKEN}">
</form>
</div>

View File

@ -5,7 +5,7 @@
<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-primary center-block">Uninstall</button>
<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>