suggested solution timestamp issue for student role lti integration with blackboard learn
Suggested solution for https://groups.google.com/forum/#!topic/bigbluebutton-dev/2q43YPSAu0o
This commit is contained in:
parent
f8b773f9ce
commit
ffb1c17edf
@ -30,6 +30,9 @@
|
|||||||
<g:if test="${ismoderator}">
|
<g:if test="${ismoderator}">
|
||||||
<th class="header c6 lastcol" style="text-align:center;" scope="col"><g:message code="tool.view.actions" /></th>
|
<th class="header c6 lastcol" style="text-align:center;" scope="col"><g:message code="tool.view.actions" /></th>
|
||||||
</g:if>
|
</g:if>
|
||||||
|
<g:else>
|
||||||
|
<th class="header c5 lastcol" style="text-align:center;" scope="col"></th>
|
||||||
|
</g:else>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -75,6 +78,10 @@
|
|||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</g:if>
|
</g:if>
|
||||||
|
<g:else>
|
||||||
|
<td class="cell c5 lastcol" style="text-align:center;">
|
||||||
|
</td>
|
||||||
|
</g:else>
|
||||||
</tr>
|
</tr>
|
||||||
</g:if>
|
</g:if>
|
||||||
</g:each>
|
</g:each>
|
||||||
|
Loading…
Reference in New Issue
Block a user