From 8da3767224a7eae0a750f28641fb959970e3e64d Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 23 May 2023 18:50:13 +0100 Subject: [PATCH] Fix incorrect no resources text colour --- .../DefaultRevamp/resources/category.tpl | 23 ++++++++++++++--- .../DefaultRevamp/resources/index.tpl | 25 ++++++++++++++++--- 2 files changed, 41 insertions(+), 7 deletions(-) diff --git a/upload/custom/templates/DefaultRevamp/resources/category.tpl b/upload/custom/templates/DefaultRevamp/resources/category.tpl index 4e6afab..9698aca 100644 --- a/upload/custom/templates/DefaultRevamp/resources/category.tpl +++ b/upload/custom/templates/DefaultRevamp/resources/category.tpl @@ -96,9 +96,26 @@ {$PAGINATION} {else} -

- {$NO_RESOURCES} -

+ + + + + + + + + + + + + +
+

{$RESOURCE}

+
+

{$STATS}

+
+

{$AUTHOR}

+
{$NO_RESOURCES}
{/if}
diff --git a/upload/custom/templates/DefaultRevamp/resources/index.tpl b/upload/custom/templates/DefaultRevamp/resources/index.tpl index 9f98238..af2ff6e 100644 --- a/upload/custom/templates/DefaultRevamp/resources/index.tpl +++ b/upload/custom/templates/DefaultRevamp/resources/index.tpl @@ -24,7 +24,7 @@ {if $LATEST_RESOURCES} - +
@@ -98,9 +98,26 @@ {$PAGINATION} {else} -

- {$NO_RESOURCES} -

+ + + + + + + + + + + + + +
+

{$RESOURCE}

+
+

{$STATS}

+
+

{$AUTHOR}

+
{$NO_RESOURCES}
{/if}