make remove msg more accurate
This commit is contained in:
parent
6d6d8c47df
commit
d5fbe1c341
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<p>Confirm deletion of <strong>"<?= $doc["Title"] ?>"</strong>:</p>
|
<p>Confirm deletion of <strong>"<?= $doc["Title"] ?>"</strong>:</p>
|
||||||
<a href="admin.php?action=remove&confirm=yes&item=<?= $doc["ID"] ?>&ret=<?= $_SERVER['HTTP_REFERER']; ?>" class="button">Remove from database (and drive)</a>
|
<a href="admin.php?action=remove&confirm=yes&item=<?= $doc["ID"] ?>&ret=<?= $_SERVER['HTTP_REFERER']; ?>" class="button">Remove from database</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue