Added fancy buttons in profile

This commit is contained in:
Lars van Hijfte
2017-02-03 00:13:23 +01:00
parent e9468b0ec8
commit 7e4107ac8b
6 changed files with 45 additions and 44 deletions

View File

@@ -13,11 +13,11 @@ $fullname = $post['fname'] . " " . $post['lname'] . " (" . $post['username'] . "
</span>
</div>
<?php if (checkPermissionOnPost($postID, $_SESSION["userID"])) {?>
<button class="deleteButton"
<button class="deleteButton fancy-button"
onclick="deletePost('<?=$postID?>')"
type="submit">
<i class="fa fa-trash"></i>
<span>Verwijder post</span>
<i class="fa fa-trash"></i>
</button><br />
<?php } ?>
<div class='post-content'>