@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | <?php if ($canWrite): ?> |
25 | 25 | <li> |
26 | 26 | <?= |
27 | - AjaxButton::widget([ |
|
27 | + AjaxButton::widget([ |
|
28 | 28 | 'label' => '<i class="fa fa-pencil"></i> '.Yii::t('CommentModule.widgets_views_showComment', 'Edit'), |
29 | 29 | 'ajaxOptions' => [ |
30 | 30 | 'type' => 'POST', |
@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | |
44 | 44 | <!-- load modal confirm widget --> |
45 | 45 | <?= |
46 | - humhub\widgets\ModalConfirm::widget(array( |
|
46 | + humhub\widgets\ModalConfirm::widget(array( |
|
47 | 47 | 'uniqueID' => 'modal_commentdelete_'.$comment->id, |
48 | 48 | 'linkOutput' => 'a', |
49 | 49 | 'title' => Yii::t('CommentModule.widgets_views_showComment', '<strong>Confirm</strong> comment deleting'), |