diff --git a/resources/views/themes/admin/console-edit.tpl b/resources/views/themes/admin/console-edit.tpl index 15c12dd89..777819540 100644 --- a/resources/views/themes/admin/console-edit.tpl +++ b/resources/views/themes/admin/console-edit.tpl @@ -1,105 +1,243 @@ -
| id | -Title | -Platform | -Created | -
|---|
| ID | +Title | +Platform | +Created | +Actions | +
|---|---|---|---|---|
| + {$console->id} + | ++ + | ++ {$console->platform|escape:"htmlall"} + | +
+
+
+ {$console->created_at|date_format}
+
+ |
+
+
+ id}")}}" class="btn btn-primary" data-bs-toggle="tooltip" title="Edit this console">
+
+
+ id}")}}" class="btn btn-warning" data-bs-toggle="tooltip" title="Update metadata">
+
+
+ id}")}}" class="btn btn-danger" data-bs-toggle="tooltip" title="Delete console" onclick="return confirm('Are you sure you want to delete this console?')">
+
+
+
+ |
+
No games available.
- {/if} -