Use glyphicon for preferences icon
This commit is contained in:
parent
904c317507
commit
3634b5713c
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
|||
<a class="btn" href="<TMPL_VAR GETSOURCEURL>">Source</a>
|
||||
</TMPL_IF>
|
||||
<TMPL_IF PREFSURL>
|
||||
<a class="btn" href="<TMPL_VAR PREFSURL>">Preferences</a>
|
||||
<a class="btn" href="<TMPL_VAR PREFSURL>"><i class="icon-wrench"></i></a>
|
||||
</TMPL_IF>
|
||||
<TMPL_IF ACTIONS>
|
||||
<TMPL_LOOP ACTIONS>
|
||||
|
|
Loading…
Reference in a new issue