removed backend list btn for contatc messages, fix filter on exch requests list
This commit is contained in:
parent
3d38eef309
commit
04f2e6fa11
|
|
@ -1,6 +1,6 @@
|
|||
<div data-control="toolbar">
|
||||
<!-- <a href="<?= Backend::url('tps/birzha/messagescontact/create') ?>" class="btn btn-primary oc-icon-plus"><?= e(trans('backend::lang.form.create')) ?></a> -->
|
||||
<a href="<?= Backend::url('tps/birzha/messagescontact/reorder') ?>" class="btn btn-default oc-icon-list"><?= e(trans('backend::lang.reorder.default_title')) ?></a>
|
||||
<!-- <a href="<?= Backend::url('tps/birzha/messagescontact/reorder') ?>" class="btn btn-default oc-icon-list"><?= e(trans('backend::lang.reorder.default_title')) ?></a> -->
|
||||
<button
|
||||
class="btn btn-default oc-icon-trash-o"
|
||||
disabled="disabled"
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ columns:
|
|||
user_id:
|
||||
label: User
|
||||
type: text
|
||||
sortable: false
|
||||
relation: user
|
||||
valueFrom: email
|
||||
content:
|
||||
|
|
|
|||
Loading…
Reference in New Issue