diff options
author | Treer <treer.git@the-bordello.com> | 2016-05-01 05:59:02 +1000 |
---|---|---|
committer | Treer <treer.git@the-bordello.com> | 2016-05-01 05:59:02 +1000 |
commit | 17dba9542ad2745025550cefc28d38aa84a69c0d (patch) | |
tree | 5a97c0878e5ee43c931d0d50b27fb4b87369698a /view/tpl/layoutlist.tpl | |
parent | 2f74f9eb401d03b6eb8f8e12b80a7b8f4a989dd2 (diff) | |
download | volse-hubzilla-17dba9542ad2745025550cefc28d38aa84a69c0d.tar.gz volse-hubzilla-17dba9542ad2745025550cefc28d38aa84a69c0d.tar.bz2 volse-hubzilla-17dba9542ad2745025550cefc28d38aa84a69c0d.zip |
update icon names in view/
Diffstat (limited to 'view/tpl/layoutlist.tpl')
-rw-r--r-- | view/tpl/layoutlist.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/tpl/layoutlist.tpl b/view/tpl/layoutlist.tpl index cf172e197..d0b81af0c 100644 --- a/view/tpl/layoutlist.tpl +++ b/view/tpl/layoutlist.tpl @@ -2,8 +2,8 @@ <div class="section-title-wrapper"> {{if $editor}} <div class="pull-right"> - <button id="webpage-create-btn" class="btn btn-xs btn-success" onclick="openClose('layout-editor');"><i class="icon-edit"></i> {{$create}}</button> - <a href="{{$help.url}}" target="_blank" class="btn btn-xs btn-warning" title="{{$help.title}}"><i class="icon-info"></i> {{$help.text}}</a> + <button id="webpage-create-btn" class="btn btn-xs btn-success" onclick="openClose('layout-editor');"><i class="fa fa-pencil-square-o"></i> {{$create}}</button> + <a href="{{$help.url}}" target="_blank" class="btn btn-xs btn-warning" title="{{$help.title}}"><i class="fa fa-info"></i> {{$help.text}}</a> </div> {{/if}} <h2>{{$title}}</h2> @@ -42,17 +42,17 @@ </td> <td class="webpage-list-tool"> {{if $edit}} - <a href="{{$baseurl}}/{{$item.url}}" title="{{$edit}}"><i class="icon-pencil"></i></a> + <a href="{{$baseurl}}/{{$item.url}}" title="{{$edit}}"><i class="fa fa-pencil"></i></a> {{/if}} </td> <td class="webpage-list-tool"> {{if $item.bb_element}} - <a href="rpost?attachment={{$item.bb_element}}" title="{{$share}}"><i class="icon-share"></i></a> + <a href="rpost?attachment={{$item.bb_element}}" title="{{$share}}"><i class="fa fa-share-square-o"></i></a> {{/if}} </td> <td class="webpage-list-tool"> {{if $edit}} - <a href="#" title="{{$delete}}" onclick="dropItem('item/drop/{{$item.url}}', '#layout-list-item-{{$item.url}}'); return false;"><i class="icon-trash drop-icons"></i></a> + <a href="#" title="{{$delete}}" onclick="dropItem('item/drop/{{$item.url}}', '#layout-list-item-{{$item.url}}'); return false;"><i class="fa fa-trash-o drop-icons"></i></a> {{/if}} </td> <td class="hidden-xs"> |