CMXX - Initial ML training
This commit is contained in:
@@ -164,6 +164,7 @@ $view .= '<div class="content-block">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>'.$product_version_number.'</th>
|
||||
<th>'.$product_status.'</th>
|
||||
<th>'.$product_version_version.'</th>
|
||||
<th>'.$product_version_software .'</th>
|
||||
<th>'.$general_actions.'</th>
|
||||
@@ -171,8 +172,10 @@ $view .= '<div class="content-block">
|
||||
</thead>
|
||||
<tbody>';
|
||||
foreach ($product_versions as $version){
|
||||
|
||||
$view .= '<tr>
|
||||
<td>'.$version->rowID.'</td>
|
||||
<td>'.(($version->status == 1)? '<span class="status enabled">'.$prod_status_1:'<span class="status">'.$prod_status_0).'</td>
|
||||
<td>'.$version->version.'</td>
|
||||
<td>'.$version->software.'</td>
|
||||
<td><a href="index.php?page=products_versions&productrowid='.$_GET['rowID'].'&rowID='.$version->rowID.'" class="btn_link">'.$general_view.'</a></td>
|
||||
|
||||
Reference in New Issue
Block a user