aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-01-27 09:46:18 +0100
committerMario Vavti <mario@mariovavti.com>2016-01-27 09:46:18 +0100
commit722d7ff38d5bbf49a7c990d9219998c2c8a5b58f (patch)
tree8a88188d0f1df64eecd32b05d95e14e642c270ce
parent5d6657f77a2937f7027e222a86a68274ce177214 (diff)
downloadvolse-hubzilla-722d7ff38d5bbf49a7c990d9219998c2c8a5b58f.tar.gz
volse-hubzilla-722d7ff38d5bbf49a7c990d9219998c2c8a5b58f.tar.bz2
volse-hubzilla-722d7ff38d5bbf49a7c990d9219998c2c8a5b58f.zip
lower caution level from danger to warning for ignore button
-rwxr-xr-xview/tpl/connection_template.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl
index b2107306e..e2a14d9a2 100755
--- a/view/tpl/connection_template.tpl
+++ b/view/tpl/connection_template.tpl
@@ -5,7 +5,7 @@
<form action="connedit/{{$contact.id}}" method="post" >
<button type="submit" class="btn btn-success btn-xs" name="pending" value="1" title="{{$contact.approve_hover}}"><i class="icon-ok"></i> {{$contact.approve}}</button>
- <a href="connedit/{{$contact.id}}/ignore" class="btn btn-danger btn-xs" title={{$contact.ignore_hover}}><i class="icon-ban-circle"></i> {{$contact.ignore}}</a>
+ <a href="connedit/{{$contact.id}}/ignore" class="btn btn-warning btn-xs" title="{{$contact.ignore_hover}}"><i class="icon-ban-circle"></i> {{$contact.ignore}}</a>
{{/if}}
<a href="#" class="btn btn-danger btn-xs" title="{{$contact.delete_hover}}" onclick="dropItem('{{$contact.deletelink}}', '#contact-entry-wrapper-{{$contact.id}}'); return false;"><i class="icon-trash"></i> {{$contact.delete}}</a>