fix style
This commit is contained in:
parent
4d5dd0a75d
commit
61865a956c
@ -141,15 +141,15 @@ class AdminAntTrackingTag extends AdminTab
|
||||
</tr>
|
||||
<tr class="collapse row_more_'.$tag['id_trackingtag'].'">
|
||||
<td colspan="7">
|
||||
Compteurs ordonnés par nb
|
||||
Compteurs ordonnés par Nb
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="collapse row_more_'.$tag['id_trackingtag'].'">
|
||||
<td colspan="7">';
|
||||
foreach ($customer_numbers as $info) {
|
||||
$this->_html.='
|
||||
<button class="btn btn-primary btn-xs" type="button">
|
||||
'.$info['value'].' <span class="badge">'.$info['nb'].'</span>
|
||||
<button class="btn btn-primary btn-xs" type="button" style="margin-bottom:5px;">
|
||||
Base: '.$info['value'].' <span class="badge">Nb: '.$info['nb'].'</span>
|
||||
</button> ';
|
||||
}
|
||||
$this->_html.='
|
||||
|
Loading…
Reference in New Issue
Block a user