From 9ce5e25507c9c36885cdd5a0c3f0a28b4dd6ee65 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 18 Apr 2017 14:15:38 +0200 Subject: the caret beside the lock seems a little overkill --- view/tpl/conv_item.tpl | 2 +- view/tpl/conv_list.tpl | 2 +- view/tpl/search_item.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'view') diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index a3bb05e00..2d51af4ff 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -34,7 +34,7 @@ {{if $item.lock}} {{/if}} diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl index fa7b4cd46..59153e41f 100755 --- a/view/tpl/conv_list.tpl +++ b/view/tpl/conv_list.tpl @@ -34,7 +34,7 @@ {{if $item.lock}} {{/if}} diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl index 89ac927aa..66618a216 100755 --- a/view/tpl/search_item.tpl +++ b/view/tpl/search_item.tpl @@ -28,7 +28,7 @@ {{if $item.lock}} {{/if}}
-- cgit v1.2.3 From ab369ab91dde04807c7b71df1654c9847c8f4c3d Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 18 Apr 2017 14:29:56 +0200 Subject: more lock carets --- view/tpl/chatrooms.tpl | 2 +- view/tpl/mitemlist.tpl | 2 +- view/tpl/webpagelist.tpl | 2 +- view/tpl/wikilist.tpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/tpl/chatrooms.tpl b/view/tpl/chatrooms.tpl index 6be3fbdbf..71a2acada 100644 --- a/view/tpl/chatrooms.tpl +++ b/view/tpl/chatrooms.tpl @@ -23,7 +23,7 @@ {{$room.cr_expire}} min {{if $room.allow_cid || $room.allow_gid || $room.deny_cid || $room.deny_gid}} - + {{/if}} diff --git a/view/tpl/mitemlist.tpl b/view/tpl/mitemlist.tpl index 5e1adb2fb..b28cdfc7e 100644 --- a/view/tpl/mitemlist.tpl +++ b/view/tpl/mitemlist.tpl @@ -23,7 +23,7 @@ {{$m.mitem_desc}} {{$m.mitem_link}} - {{if $m.allow_cid || $m.allow_gid || $m.deny_cid || $m.deny_gid}}{{/if}} + {{if $m.allow_cid || $m.allow_gid || $m.deny_cid || $m.deny_gid}}{{/if}} diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl index 52942ddf8..fcf9de75a 100644 --- a/view/tpl/webpagelist.tpl +++ b/view/tpl/webpagelist.tpl @@ -41,7 +41,7 @@ {{if $item.lockstate=='lock'}} - + {{/if}} diff --git a/view/tpl/wikilist.tpl b/view/tpl/wikilist.tpl index 15d6eff0d..760cf41b9 100644 --- a/view/tpl/wikilist.tpl +++ b/view/tpl/wikilist.tpl @@ -41,7 +41,7 @@ {{$wiki.mimeType}} {{if $wiki.lock}} - + {{/if}} -- cgit v1.2.3