// breaking things

This commit is contained in:
Kevin Granger
2013-08-20 16:38:31 +02:00
parent f73f84dbf2
commit 44655ecdef
18 changed files with 3561 additions and 2936 deletions

View File

@@ -3011,7 +3011,7 @@ class AdminControllerCore extends Controller
$html = '<a class="';
if (count($return) == 0)
$html .= 'btn btn-default btn-small';
$html .= 'btn btn-default';
$html .= '" href="'.$option['href'].(!is_null($back) ? '&back='.urlencode($back) : '').'" onclick="'.$option['onclick'].'" title="'.$option['title'].'"><i class="icon-'.(isset($option['icon']) && $option['icon'] ? $option['icon']:'cog' ).'"></i> '.$option['text'].'</a>';
$return[] = $html;