aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/tag.cloud.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-11-08 19:21:00 +0100
committerArthurHoaro <arthur@hoa.ro>2017-11-08 19:21:00 +0100
commit055ce4bd197de49ef654aa17dc6eceab5c32240e (patch)
treee045e466451f058c4e4cea9c3210c46922c74085 /tpl/default/tag.cloud.html
parentb14d34d2c7b7a7360adcc823472a43f64b579e1c (diff)
downloadShaarli-055ce4bd197de49ef654aa17dc6eceab5c32240e.tar.gz
Shaarli-055ce4bd197de49ef654aa17dc6eceab5c32240e.tar.zst
Shaarli-055ce4bd197de49ef654aa17dc6eceab5c32240e.zip
Fix alignement and better clarity for 'List all links with those tags' button
Fix CSS class typo and display the link as a button Fixes #999
Diffstat (limited to 'tpl/default/tag.cloud.html')
-rw-r--r--tpl/default/tag.cloud.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/tpl/default/tag.cloud.html b/tpl/default/tag.cloud.html
index 68335c70..12701465 100644
--- a/tpl/default/tag.cloud.html
+++ b/tpl/default/tag.cloud.html
@@ -14,8 +14,10 @@
14 {$countTags=count($tags)} 14 {$countTags=count($tags)}
15 <h2 class="window-title">{'Tag cloud'|t} - {$countTags} {'tags'|t}</h2> 15 <h2 class="window-title">{'Tag cloud'|t} - {$countTags} {'tags'|t}</h2>
16 {if="!empty($search_tags)"} 16 {if="!empty($search_tags)"}
17 <p class="enter"> 17 <p class="center">
18 <a href="?searchtags={$search_tags|urlencode}">{'List all links with those tags'|t}</a> 18 <a href="?searchtags={$search_tags|urlencode}" class="pure-button pure-button-shaarli">
19 {'List all links with those tags'|t}
20 </a>
19 </p> 21 </p>
20 {/if} 22 {/if}
21 23