Replace more custom button classes with Bootstrap counterparts

This commit is contained in:
2023-03-11 13:51:12 +01:00
parent 2d1a299fe0
commit cf31f0af07
3 changed files with 2 additions and 34 deletions

View File

@@ -242,7 +242,7 @@ class PhotoPage extends Template
echo '
<div id=user_actions_box>
<h3>Actions</h3>
<a class="btn btn-red" href="', BASEURL, '/', $this->photo->getSlug(), '?confirm_delete">Delete</a>
<a class="btn btn-danger" href="', BASEURL, '/', $this->photo->getSlug(), '?confirm_delete">Delete</a>
</div>';
}
}