aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/admin_profiles.tpl
diff options
context:
space:
mode:
authorTreer <treer.git@the-bordello.com>2016-05-01 05:59:02 +1000
committerTreer <treer.git@the-bordello.com>2016-05-01 05:59:02 +1000
commit17dba9542ad2745025550cefc28d38aa84a69c0d (patch)
tree5a97c0878e5ee43c931d0d50b27fb4b87369698a /view/tpl/admin_profiles.tpl
parent2f74f9eb401d03b6eb8f8e12b80a7b8f4a989dd2 (diff)
downloadvolse-hubzilla-17dba9542ad2745025550cefc28d38aa84a69c0d.tar.gz
volse-hubzilla-17dba9542ad2745025550cefc28d38aa84a69c0d.tar.bz2
volse-hubzilla-17dba9542ad2745025550cefc28d38aa84a69c0d.zip
update icon names in view/
Diffstat (limited to 'view/tpl/admin_profiles.tpl')
-rw-r--r--view/tpl/admin_profiles.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/admin_profiles.tpl b/view/tpl/admin_profiles.tpl
index dd7250df0..35685505f 100644
--- a/view/tpl/admin_profiles.tpl
+++ b/view/tpl/admin_profiles.tpl
@@ -1,5 +1,5 @@
<div class="generic-content-wrapper">
-<div class="section-title-wrapper"><a title="{{$new}}" class="btn btn-primary btn-xs pull-right" href="admin/profs/new"><i class="icon-plus-sign"></i>&nbsp;{{$new}}</a><h2>{{$title}}</h2>
+<div class="section-title-wrapper"><a title="{{$new}}" class="btn btn-primary btn-xs pull-right" href="admin/profs/new"><i class="fa fa-plus-circle"></i>&nbsp;{{$new}}</a><h2>{{$title}}</h2>
<div class="clear"></div>
</div>
@@ -28,7 +28,7 @@
<table width="100%">
{{foreach $cust_fields as $field}}
-<tr><td>{{$field.field_name}}</td><td>{{$field.field_desc}}</td><td><a class="btn btn-danger btn-xs" href="admin/profs/drop/{{$field.id}}" title="{{$drop}}"><i class="icon-trash"></i>&nbsp;{{$drop}}</a> <a class="btn btn-xs" title="{{$edit}}" href="admin/profs/{{$field.id}}" ><i class="icon-pencil"></i></a></td></tr>
+<tr><td>{{$field.field_name}}</td><td>{{$field.field_desc}}</td><td><a class="btn btn-danger btn-xs" href="admin/profs/drop/{{$field.id}}" title="{{$drop}}"><i class="fa fa-trash-o"></i>&nbsp;{{$drop}}</a> <a class="btn btn-xs" title="{{$edit}}" href="admin/profs/{{$field.id}}" ><i class="fa fa-pencil"></i></a></td></tr>
{{/foreach}}
</table>
{{/if}}