aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings_tokens.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/settings_tokens.tpl')
-rw-r--r--view/tpl/settings_tokens.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/settings_tokens.tpl b/view/tpl/settings_tokens.tpl
index 8763a681c..73c6e9a64 100644
--- a/view/tpl/settings_tokens.tpl
+++ b/view/tpl/settings_tokens.tpl
@@ -17,9 +17,9 @@
</form>
{{if $tokens}}
<div>
- <ul>
+ <ul class="atoken-list">
{{foreach $tokens as $t}}
- <li><a href="settings/tokens/{{$t.atoken_id}}">{{$t.atoken_name}}</a> <a href="settings/tokens/{{$t.atoken_id}}/drop"><i class="fa fa-remove btn btn-xs btn-default pull-right"></i></a></li>
+ <li><span class="pull-right atoken-drop"><a href="settings/tokens/{{$t.atoken_id}}/drop"><i class="fa fa-trash btn btn-xs btn-default"></i></a></span><a href="settings/tokens/{{$t.atoken_id}}">{{$t.atoken_name}}</a></li>
{{/foreach}}
</ul>
</div>