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 @@ -

{$title}

-
- Go - back -
- {{csrf_field()}} +
+
+ +
- +
+ + {{csrf_field()}} + - +
+ +
+
Console Information
+
-
- - - +
+ + +
Please enter a title
+
- - - - +
+ +
+ + +
+
- - - - +
+ +
+ + +
+
Please specify the platform
+
- - - - +
+ + +
Please select a genre
+
- - - - +
+ +
+ + +
+
- - - - +
+ +
+ + +
+
- - - - +
+ +
+ + +
+
- - - - + +
+
Additional Details
+
- - - - +
+ +
+ + +
+
- - - - +
+ +
+ + +
+
- - - - + +
+
Console Cover
+
-
: - -
: - -
: - -
: - -
: - -
: - -
: - -
: - -
: - -
: - - {if $console.cover == 1} - - {/if} -
- -
+
+ +
+
+ +
Recommended size: 600x900 pixels (JPG format)
+
+
+ {if $console.cover == 1} +
+ Cover +
+
+ Current Cover +
+ {else} +
+ No Cover Available +
+ {/if} +
+
+
- -
+
+
+ + Cancel + + +
+
+
+ +
+ + + + + diff --git a/resources/views/themes/admin/console-list.tpl b/resources/views/themes/admin/console-list.tpl index 710b9e6be..86d3c2311 100644 --- a/resources/views/themes/admin/console-list.tpl +++ b/resources/views/themes/admin/console-list.tpl @@ -1,31 +1,160 @@ -

{$title}

+
+
+
+

{$title}

+ + Add New Console + +
+
-
- {if $consolelist} - {$consolelist->onEachSide(5)->links()} - +
+
+ {{csrf_field()}} +
+
+
+ + +
+
+
+ -
- - - - - + {if $consolelist} +
+
idTitlePlatformCreated
+ + + + + + + + + + + {foreach from=$consolelist item=console} + + + + + + + + {/foreach} + +
IDTitlePlatformCreatedActions
+ {$console->id} + + + + {$console->platform|escape:"htmlall"} + +
+ + {$console->created_at|date_format} +
+
+ +
+
+ {else} +
+ No consoles available. Use the Add New Console button to add some. +
+ {/if} +
- {foreach from=$consolelist item=console} - - {$console->id} - id}")}}">{$console->title} - {$console->platform} - {$console->created_at|date_format} - - {/foreach} + {if $consolelist} + + {/if} + - -
- {$consolelist->onEachSide(5)->links()} - {else} -

No games available.

- {/if} - + + +