mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix for broken <i> tag. (#5560)
This commit is contained in:
committed by
Neil Lathwood
parent
8f17025803
commit
3807ec9811
@@ -227,7 +227,7 @@ if (dbFetchCell("SELECT COUNT(*) FROM juniAtmVp WHERE port_id = '".$port['port_i
|
|||||||
}//end if
|
}//end if
|
||||||
|
|
||||||
if ($_SESSION['userlevel'] >= '10' && $config['enable_billing'] == 1) {
|
if ($_SESSION['userlevel'] >= '10' && $config['enable_billing'] == 1) {
|
||||||
echo "<span style='float: right;'><a href='" . generate_url(array('page'=>'bills', 'view'=>'add', 'port'=>$port['port_id'])) . "'><i class='fa fa-money fa-lg icon-theme' aria-hidden='true'></i> border='0' align='absmiddle'> Create Bill</a></span>";
|
echo "<span style='float: right;'><a href='" . generate_url(array('page'=>'bills', 'view'=>'add', 'port'=>$port['port_id'])) . "'><i class='fa fa-money fa-lg icon-theme' aria-hidden='true' border='0' align='absmiddle'></i> Create Bill</a></span>";
|
||||||
}
|
}
|
||||||
|
|
||||||
print_optionbar_end();
|
print_optionbar_end();
|
||||||
|
Reference in New Issue
Block a user