switch to material icon for dot
This commit is contained in:
parent
cf35db120d
commit
f7e01aa999
|
@ -279,7 +279,10 @@ for( $monitor_i = 0; $monitor_i < count($displayMonitors); $monitor_i += 1 ) {
|
|||
}
|
||||
?>
|
||||
<td class="colName">
|
||||
<span class="glyphicon glyphicon-dot <?php echo $dot_class ?>" aria-hidden="true"></span><a <?php echo ($stream_available ? 'href="?view=watch&mid='.$monitor['Id'].'">' : '>') . $monitor['Name'] ?></a><br/><div class="small text-nowrap text-muted">
|
||||
<i class="material-icons md-18 <?php echo $dot_class ?>">lens</i>
|
||||
<a <?php echo ($stream_available ? 'href="?view=watch&mid='.$monitor['Id'].'">' : '>') . $monitor['Name'] ?></a><br/>
|
||||
<div class="small text-nowrap text-muted">
|
||||
|
||||
<?php echo implode('<br/>',
|
||||
array_map(function($group_id){
|
||||
$Group = ZM\Group::find_one(array('Id'=>$group_id));
|
||||
|
@ -335,7 +338,6 @@ for( $monitor_i = 0; $monitor_i < count($displayMonitors); $monitor_i += 1 ) {
|
|||
?>
|
||||
<td class="colMark">
|
||||
<input type="checkbox" name="markMids[]" value="<?php echo $monitor['Id'] ?>" data-on-click-this="setButtonStates"<?php if ( !canEdit( 'Monitors' ) ) { ?> disabled="disabled"<?php } ?>/>
|
||||
<!--<span class="glyphicon glyphicon-sort" title="Click and drag to change order"></span>-->
|
||||
<i class="material-icons sort" title="Click and drag to change order">swap_vert</i>
|
||||
</td>
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue