mirror of
https://github.com/openvk/openvk
synced 2025-06-07 21:04:40 +03:00
feat: warning on post delete button
This commit is contained in:
parent
16700ad304
commit
126e5e2c1b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
{/if}
|
||||
{/if}
|
||||
|
||||
<a n:if="$canDelete ?? false" class="profile_link" style="display:block;width:96%;" href="/wall{$post->getPrettyId()}/delete">{_delete}</a>
|
||||
<a n:if="$canDelete ?? false" id="_ajaxDelete" class="profile_link" style="display:block;width:96%;" href="/wall{$post->getPrettyId()}/delete">{_delete}</a>
|
||||
<a
|
||||
n:if="isset($thisUser) && $thisUser->getChandlerUser()->can('access')->model('admin')->whichBelongsTo(NULL) AND $post->getEditTime()"
|
||||
style="display:block;width:96%;"
|
||||
|
|
Loading…
Reference in a new issue