diff options
author | sprak3000 <sprak3000+github@gmail.com> | 2020-10-02 14:06:02 -0400 |
---|---|---|
committer | sprak3000 <sprak3000+github@gmail.com> | 2020-10-02 14:06:02 -0400 |
commit | f4ea7cd5633773a0f6438a1d50dbb70eeacf2f04 (patch) | |
tree | 60b95f43ede39c73bd12f6b74bc3661f435a7dce /tpl | |
parent | 1db2ebbd79bb82e9e40a7093bbf1bfc50d06b077 (diff) | |
download | Shaarli-f4ea7cd5633773a0f6438a1d50dbb70eeacf2f04.tar.gz Shaarli-f4ea7cd5633773a0f6438a1d50dbb70eeacf2f04.tar.zst Shaarli-f4ea7cd5633773a0f6438a1d50dbb70eeacf2f04.zip |
Issue #1437 - Make tag cloud/list views buttons more obvious
This work alters the markup and CSS for the tag sort UI to match the button feel filters and links per page uses.
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/default/tag.sort.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/default/tag.sort.html b/tpl/default/tag.sort.html index 8718b188..b3764e29 100644 --- a/tpl/default/tag.sort.html +++ b/tpl/default/tag.sort.html | |||
@@ -1,8 +1,8 @@ | |||
1 | <div class="pure-g"> | 1 | <div class="pure-g"> |
2 | <div class="pure-u-1 pure-alert pure-alert-success tag-sort"> | 2 | <div class="pure-u-1 pure-alert pure-alert-success tag-sort"> |
3 | {'Sort by:'|t} | 3 | {'Sort by:'|t} |
4 | <a href="{$base_path}/tags/cloud">{'Cloud'|t}</a> · | 4 | <a href="{$base_path}/tags/cloud">{'Cloud'|t}</a> |
5 | <a href="{$base_path}/tags/list?sort=usage">{'Most used'|t}</a> · | 5 | <a href="{$base_path}/tags/list?sort=usage">{'Most used'|t}</a> |
6 | <a href="{$base_path}/tags/list?sort=alpha">{'Alphabetical'|t}</a> | 6 | <a href="{$base_path}/tags/list?sort=alpha">{'Alphabetical'|t}</a> |
7 | </div> | 7 | </div> |
8 | </div> | 8 | </div> |