diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-13 17:24:37 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-13 17:24:37 +0200 |
commit | 05f018e50943fd2f38742b061c7e6f0e4b34995a (patch) | |
tree | 82ad7cbdc795e18cf302ea75e1f59bca28ed1b15 /view/tpl/webpagelist.tpl | |
parent | aeb162e963d86a433f6fe644be1fe3414954dfd8 (diff) | |
download | volse-hubzilla-05f018e50943fd2f38742b061c7e6f0e4b34995a.tar.gz volse-hubzilla-05f018e50943fd2f38742b061c7e6f0e4b34995a.tar.bz2 volse-hubzilla-05f018e50943fd2f38742b061c7e6f0e4b34995a.zip |
add bs classes to design tools menu
Diffstat (limited to 'view/tpl/webpagelist.tpl')
-rw-r--r-- | view/tpl/webpagelist.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl index 449c72b94..4e1bc3d57 100644 --- a/view/tpl/webpagelist.tpl +++ b/view/tpl/webpagelist.tpl @@ -8,7 +8,7 @@ {{foreach $items as $item}} <tr> <td> - {{if $edit}}<a href="{{$baseurl}}/{{$item.url}}" title="{{$edit}}"><i class="icon-pencil design-icons design-edit-icon btn btn-default"></i></a> {{/if}} + {{if $edit}}<a href="{{$baseurl}}/{{$item.url}}" title="{{$edit}}" class="btn btn-default"><i class="icon-pencil"></i></a> {{/if}} </td> <td> {{if $view}}<a href="page/{{$channel}}/{{$item.pagetitle}}" title="{{$view}}">{{$item.pagetitle}}</a> |