+ $this]);
+ ?>
+ items)) : ?>
+
+
+
+
+
+
+
+ ,
+ ,
+
+
+
+
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+ items as $i => $item) : ?>
+
+ authorise('core.create', 'com_oauthserver.clients');
+ $canEdit = $user->authorise('core.edit', 'com_oauthserver.clients');
+ $canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out == $userId || is_null($item->checked_out);
+ $canChange = $user->authorise('core.edit.state', 'com_oauthserver.clients') && $canCheckin; ?>
+
+
+ id, false, 'cid', 'cb', $item->name); ?>
+ |
+
+ name; ?>
+ |
+
+ identifier; ?>
+ |
+
+ secret; ?>
+ |
+
+ public ? 'JYES' : 'JNO'); ?>
+ |
+
+ id; ?>
+ |
+
+
+
+
+
+