Use a glyphicon
This commit is contained in:
parent
5f4289c94a
commit
904c317507
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
<div class="btn-group">
|
||||
<TMPL_IF HAVE_ACTIONS>
|
||||
<TMPL_IF EDITURL>
|
||||
<a class="btn" href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a>
|
||||
<a class="btn" href="<TMPL_VAR EDITURL>" rel="nofollow"><i class="icon-edit"></i></a>
|
||||
</TMPL_IF>
|
||||
<TMPL_IF RECENTCHANGESURL>
|
||||
<a class="btn" href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a>
|
||||
|
|
Loading…
Reference in a new issue