fixes html
parent
1aebb7faf9
commit
f59c758fbc
|
@ -24,7 +24,7 @@ foreach ($hostDetails[0] as $key => $value) {
|
||||||
<input type="hidden" name="delete" value="true" />
|
<input type="hidden" name="delete" value="true" />
|
||||||
<p class="h5 text-danger">Are you sure you want to delete this host?</p>
|
<p class="h5 text-danger">Are you sure you want to delete this host?</p>
|
||||||
<br />
|
<br />
|
||||||
<a class="btn btn-outline-secondary btn-sm" href="<?= htmlspecialchars($app_root) ?>?page=config&item=host#platform<?= htmlspecialchars($platform_id) ?>host<?= htmlspecialchars($hostDetails[0]['id']) ?>" />Cancel</a>
|
<a class="btn btn-outline-secondary btn-sm" href="<?= htmlspecialchars($app_root) ?>?page=config&item=host&platform=<?= htmlspecialchars($platform_id) ?>&host=<?= htmlspecialchars($host) ?>#platform<?= htmlspecialchars($platform_id) ?>host<?= htmlspecialchars($host) ?>" />Cancel</a>
|
||||||
|
|
||||||
<input type="submit" class="btn btn-danger btn-sm" value="Delete" />
|
<input type="submit" class="btn btn-danger btn-sm" value="Delete" />
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue