Update streams.php
This commit is contained in:
parent
a723e9e264
commit
ff5c8ab706
|
|
@ -197,7 +197,7 @@
|
|||
}
|
||||
echo th_order_by('stream_name', $text['label-stream_name'], $order_by, $order);
|
||||
echo " <th>".$text['label-play']."</th>\n";
|
||||
echo th_order_by('stream_location', $text['label-stream_location'], $order_by, $order);
|
||||
//echo th_order_by('stream_location', $text['label-stream_location'], $order_by, $order);
|
||||
echo th_order_by('stream_enabled', $text['label-stream_enabled'], $order_by, $order);
|
||||
echo th_order_by('stream_description', $text['label-stream_description'], $order_by, $order);
|
||||
echo " <td class='list_control_icons'>";
|
||||
|
|
@ -241,7 +241,7 @@
|
|||
}
|
||||
echo " </td>\n";
|
||||
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape($row['stream_location'])." </td>\n";
|
||||
//echo " <td valign='top' class='".$row_style[$c]."'>".escape($row['stream_location'])." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape($row['stream_enabled'])." </td>\n";
|
||||
//echo " <td valign='top' class='".$row_style[$c]."'>".escape($row['domain_uuid'])." </td>\n";
|
||||
echo " <td valign='top' class='row_stylebg'>".escape($row['stream_description'])." </td>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue