From 6132d64748dfc6806ed25f71d2e078a5ed29d071 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 27 Jun 2020 12:08:26 +0200 Subject: Process thumbnail synchronize page through Slim controllers --- tpl/default/configure.html | 4 ++-- tpl/default/linklist.html | 2 +- tpl/default/picwall.html | 2 +- tpl/default/tools.html | 2 +- tpl/vintage/configure.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tpl') diff --git a/tpl/default/configure.html b/tpl/default/configure.html index fa1f7aa6..bb2564af 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html @@ -35,7 +35,7 @@
@@ -289,7 +289,7 @@ {if="! $gd_enabled"} {'You need to enable the extension php-gd to use thumbnails.'|t} {elseif="$thumbnails_enabled"} - {'Synchronize thumbnails'|t} + {'Synchronize thumbnails'|t} {/if} diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index b0a5fdf2..8c1c2036 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html @@ -140,7 +140,7 @@
{ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} diff --git a/tpl/default/picwall.html b/tpl/default/picwall.html index 1e97b366..3b5fccc3 100644 --- a/tpl/default/picwall.html +++ b/tpl/default/picwall.html @@ -9,7 +9,7 @@ {if="count($linksToDisplay)===0 && $is_logged_in"}
- {'There is no cached thumbnail. Try to synchronize them.'|t} + {'There is no cached thumbnail. Try to synchronize them.'|t}
{/if} diff --git a/tpl/default/tools.html b/tpl/default/tools.html index 31f33a09..2cb08e38 100644 --- a/tpl/default/tools.html +++ b/tpl/default/tools.html @@ -47,7 +47,7 @@ {if="$thumbnails_enabled"} diff --git a/tpl/vintage/configure.html b/tpl/vintage/configure.html index d04c69a9..c5861aae 100644 --- a/tpl/vintage/configure.html +++ b/tpl/vintage/configure.html @@ -159,7 +159,7 @@ {if="! $gd_enabled"} {'You need to enable the extension php-gd to use thumbnails.'|t} {elseif="$thumbnails_enabled"} - {'Synchonize thumbnails'|t} + {'Synchonize thumbnails'|t} {/if} -- cgit v1.2.3