@@ -138,15 +138,15 @@ {if="!$is_logged_in"}
{/if} diff --git a/tpl/default/picwall.html b/tpl/default/picwall.html index 5a959244..dd8c17fc 100644 --- a/tpl/default/picwall.html +++ b/tpl/default/picwall.html @@ -38,7 +38,7 @@

{'Picture Wall'|t} - {$countPics} {'pics'|t}

{ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} thumbnail + alt="" width="{$thumbnails_width}" height="{$thumbnails_height}" /> {$value.title} {loop="$value.picwall_plugin"} {$value} From d1bcf28db3704b75200c03be728dddcaf725ca51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luce=20Carevi=C4=87?= Date: Sat, 13 Jul 2019 18:56:43 +0200 Subject: [PATCH 2/3] fix a11y --- tpl/default/import.html | 2 +- tpl/default/install.html | 2 +- tpl/default/linklist.html | 24 +++++++++++------------- tpl/default/page.header.html | 4 ++-- tpl/default/picwall.html | 4 ++-- tpl/default/tag.cloud.html | 4 ++-- tpl/default/tag.list.html | 12 ++++++------ 7 files changed, 25 insertions(+), 27 deletions(-) diff --git a/tpl/default/import.html b/tpl/default/import.html index 20f854d1..c41afcdb 100644 --- a/tpl/default/import.html +++ b/tpl/default/import.html @@ -69,7 +69,7 @@

{"Import Database"|t}

- +
diff --git a/tpl/default/install.html b/tpl/default/install.html index f0e7040e..c6f501f0 100644 --- a/tpl/default/install.html +++ b/tpl/default/install.html @@ -17,7 +17,7 @@

{'Install Shaarli'|t}

- {'It looks like it\'s the first time you run Shaarli. Please configure it.'|t} +

{'It looks like it\'s the first time you run Shaarli. Please configure it.'|t}

diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index a025d53c..b44d0783 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html @@ -19,19 +19,19 @@ @@ -94,7 +94,7 @@ {'tagged'|t} {loop="$exploded_tags"} - {$value} + {$value} {/loop} {/if} @@ -136,12 +136,10 @@ {if="$thumbnails_enabled && !empty($value.thumbnail)"} {/if} @@ -158,9 +156,9 @@

{if="strpos($value.url, $value.shorturl) === false"} - + {else} - + {/if} {$value.title} @@ -177,7 +175,7 @@

- - +
diff --git a/tpl/default/tag.list.html b/tpl/default/tag.list.html index 41eab246..d5777465 100644 --- a/tpl/default/tag.list.html +++ b/tpl/default/tag.list.html @@ -26,14 +26,14 @@

{'Tag list'|t} - {$countTags} {'tags'|t}

- - +
@@ -50,9 +50,9 @@

{'Tag list'|t} - {$countTags} {'tags'|t}

{if="$is_logged_in===true"} -    - - +    + + {/if} @@ -66,7 +66,7 @@

{'Tag list'|t} - {$countTags} {'tags'|t}

{if="$is_logged_in===true"}
- +
{/if}
From 06a8992737d69e7ecf715fba4053e8d4bf388412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luce=20Carevi=C4=87?= Date: Sun, 28 Jul 2019 12:33:06 +0200 Subject: [PATCH 3/3] maj linklist put back the link on the thumbmail and fix a11y --- tpl/default/linklist.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index b44d0783..ffc236c7 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html @@ -137,9 +137,11 @@ {/if}