diff --git a/app/templates/Matchgrids/pending.php b/app/templates/Matchgrids/pending.php index 968794077..3fed4d7fc 100644 --- a/app/templates/Matchgrids/pending.php +++ b/app/templates/Matchgrids/pending.php @@ -38,15 +38,12 @@ - + - + diff --git a/app/templates/Permissions/columns.inc b/app/templates/Permissions/columns.inc index 1c65d1557..9be86bcc1 100644 --- a/app/templates/Permissions/columns.inc +++ b/app/templates/Permissions/columns.inc @@ -26,10 +26,10 @@ */ $indexColumns = [ - 'matchgrid_id' => [ 'type' => 'fk' ], 'username' => [ 'type' => 'link' ], + 'matchgrid_id' => [ 'type' => 'fk' ], 'permission' => [ 'type' => 'enum', 'class' => 'PermissionEnum'
- - Html->link( $p['sorid'], @@ -56,6 +53,9 @@ ['class' => 'row-link'] ); ?> + +