Browse Source
- Fix bug #1429835 (recent chat on top of the list)
- Fix bug #1429835 (recent chat on top of the list)
- New feature, post deletionpull/16/head
6 changed files with 66 additions and 6 deletions
-
3app/widgets/Chats/Chats.php
-
31app/widgets/Post/Post.php
-
16app/widgets/Post/_post_delete.tpl
-
9app/widgets/Post/_post_header.tpl
-
5app/widgets/Post/locales.ini
-
8linker.php
@ -0,0 +1,16 @@ |
|||
<section> |
|||
<h3>{$c->__('post.delete_title')}</h3> |
|||
<br /> |
|||
<h4 class="gray">{$c->__('post.delete_text')}</h4> |
|||
</section> |
|||
<div class="no_bar"> |
|||
<a onclick="Dialog.clear()" class="button flat"> |
|||
{$c->__('button.cancel')} |
|||
</a> |
|||
<a |
|||
name="submit" |
|||
class="button flat" |
|||
onclick="Post_ajaxDeleteConfirm('{$to}', '{$node}', '{$id}'); Dialog.clear()"> |
|||
{$c->__('button.delete')} |
|||
</a> |
|||
</div> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue