Fixed minor visual glitches
This commit is contained in:
@@ -121,7 +121,7 @@ class AdminUtilities extends AbstractSmartyPlugin
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (! empty($icon))
|
if (! empty($icon))
|
||||||
$output = sprintf('<i class="icon icon-chevron-%s"></i> ', $icon);
|
$output = sprintf('<i class="glyphicon glyphicon-chevron-%s"></i> ', $icon);
|
||||||
else
|
else
|
||||||
$output = '';
|
$output = '';
|
||||||
|
|
||||||
|
|||||||
@@ -51,8 +51,8 @@
|
|||||||
<th>
|
<th>
|
||||||
{admin_sortable_header
|
{admin_sortable_header
|
||||||
current_order=$order
|
current_order=$order
|
||||||
order='alpha'
|
order='name'
|
||||||
reverse_order='alpha_reverse'
|
reverse_order='name_reverse'
|
||||||
path='/admin/configuration/currencies'
|
path='/admin/configuration/currencies'
|
||||||
label="{intl l='Name'}"
|
label="{intl l='Name'}"
|
||||||
}
|
}
|
||||||
@@ -312,7 +312,7 @@
|
|||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name="javascript-initialization"}
|
{block name="javascript-initialization"}
|
||||||
|
|
||||||
{javascripts file='assets/js/bootstrap-switch/bootstrap-switch.js'}
|
{javascripts file='assets/js/bootstrap-switch/bootstrap-switch.js'}
|
||||||
<script src="{$asset_url}"></script>
|
<script src="{$asset_url}"></script>
|
||||||
{/javascripts}
|
{/javascripts}
|
||||||
|
|||||||
Reference in New Issue
Block a user