mirror of
https://github.com/ShaYmez/xlxd.git
synced 2024-12-23 01:55:49 -05:00
commit
8300a3f044
@ -131,7 +131,7 @@ else {
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<span class="navbar-brand">XLX 724 Multiprotocol Gateway</span>
|
||||
<span class="navbar-brand"><?php echo $Reflector->GetReflectorName(); ?> Multiprotocol Gateway</span>
|
||||
</div>
|
||||
<div id="navbar" class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
|
@ -68,12 +68,12 @@ for ($i=0;$i<count($Modules);$i++) {
|
||||
}
|
||||
}
|
||||
|
||||
echo '</tr>';
|
||||
echo '</tr><tr>';
|
||||
|
||||
for ($i=0;$i<count($Modules);$i++) {
|
||||
|
||||
$Users = $Reflector->GetCallSignsInModules($Modules[$i]);
|
||||
|
||||
$Users = $Reflector->GetCallSignsInModules($Modules[$i]);
|
||||
echo '<td><table class="table table-hover">';
|
||||
$UserCheckedArray = array();
|
||||
|
||||
for ($j=0;$j<count($Users);$j++) {
|
||||
@ -90,8 +90,11 @@ for ($i=0;$i<count($Modules);$i++) {
|
||||
</tr>';
|
||||
$UserCheckedArray[] = $Users[$j];
|
||||
}
|
||||
echo '</table></td>';
|
||||
}
|
||||
|
||||
echo '</tr>';
|
||||
|
||||
?>
|
||||
</table>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user