fix
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
<?
|
||||
//print_r($page_card);
|
||||
?>
|
||||
|
||||
<!-- BEGIN: Content-->
|
||||
<div class="app-content content">
|
||||
@@ -15,7 +12,7 @@
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col-xl-4 col-md-12 col-sm-12">
|
||||
<div class="col-xl-3 col-md-12 col-sm-12">
|
||||
|
||||
<!-- Basic Tables start -->
|
||||
<div class="row" id="basic-table">
|
||||
@@ -31,20 +28,14 @@
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
|
||||
<td><a href="#" onclick="viewRoom('student');" >Student / Subscribers</a> </td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td><a href="#" onclick="viewRoom('room');" >Group / Classroom</a> </td>
|
||||
|
||||
</tr>
|
||||
<!-- tr>
|
||||
|
||||
<td><a href="#" onclick="viewRoom('');" >Clementine Bauch</a> </td>
|
||||
|
||||
</tr -->
|
||||
<tr>
|
||||
<td><a href="#" onclick="viewRoom('grading');" >Grades</a> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
@@ -53,16 +44,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- Basic Tables end -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-xl-8 col-md-6 col-sm-12">
|
||||
<div class="col-xl-9 col-md-6 col-sm-12">
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
|
||||
@@ -96,7 +79,7 @@
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
|
||||
function viewRoom( page_id ) {
|
||||
function viewRoom(page_id) {
|
||||
|
||||
$('#share_detail').html('Processing...');
|
||||
$('#acc' + page_id).prop('disabled', true);
|
||||
|
||||
Reference in New Issue
Block a user