mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 19:09:13 -04:00
Fixed Delete button
This commit is contained in:
@@ -26,7 +26,7 @@ $("document").ready(function() {
|
||||
<? foreach ($paths as $id => $path): ?>
|
||||
<li>
|
||||
<?= html::clean($path) ?>
|
||||
<a href="<?= url::site("admin/server_add/remove_path?path=" . urlencode($path) . "&csrf=<?= access::csrf_token() ?>") ?>"
|
||||
<a href="<?= url::site("admin/server_add/remove_path?path=" . urlencode($path) . "&csrf=" . access::csrf_token()) ?>"
|
||||
id="icon_<?= $id ?>"
|
||||
class="g-remove-dir g-button">
|
||||
<span class="ui-icon ui-icon-trash">
|
||||
|
||||
Reference in New Issue
Block a user