* Adjust codes.
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
</table>
|
||||
<p class='hide listLink'><?php echo $listLink;?></p>
|
||||
<p class='hide block-bug-link'><?php echo $listLink;?></p>
|
||||
<script>
|
||||
$('.block-bug').dataTable();
|
||||
$('.listLink').closest('.panel').find('.panel-heading .more').attr('href', $('.listLink').html());
|
||||
$('.block-bug-link').closest('.panel').find('.panel-heading .more').attr('href', $('.block-bug-link').html());
|
||||
</script>
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
</table>
|
||||
<p class='hide listLink'><?php echo $listLink;?></p>
|
||||
<p class='hide block-case-link'><?php echo $listLink;?></p>
|
||||
<script>
|
||||
$('.block-case').dataTable();
|
||||
$('.listLink').closest('.panel').find('.panel-heading .more').attr('href', $('.listLink').html());
|
||||
$('.block-case-link').closest('.panel').find('.panel-heading .more').attr('href', $('.block-case-link').html());
|
||||
</script>
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
<?php endforeach;?>
|
||||
</tbody>
|
||||
</table>
|
||||
<p class='hide listLink'><?php echo $listLink;?></p>
|
||||
<p class='hide block-product-link'><?php echo $listLink;?></p>
|
||||
<script>
|
||||
$('.block-product').dataTable();
|
||||
$('.listLink').closest('.panel').find('.panel-heading .more').attr('href', $('.listLink').html());
|
||||
$('.block-product-link').closest('.panel').find('.panel-heading .more').attr('href', $('.block-product-link').html());
|
||||
</script>
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
<?php endforeach;?>
|
||||
</tbody>
|
||||
</table>
|
||||
<p class='hide listLink'><?php echo $listLink;?></p>
|
||||
<p class='hide block-project-link'><?php echo $listLink;?></p>
|
||||
<script>
|
||||
$('.block-project').dataTable();
|
||||
$('.listLink').closest('.panel').find('.panel-heading .more').attr('href', $('.listLink').html());
|
||||
$('.block-project-link').closest('.panel').find('.panel-heading .more').attr('href', $('.block-project-link').html());
|
||||
</script>
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
</table>
|
||||
<p class='hide listLink'><?php echo $listLink;?></p>
|
||||
<p class='hide block-story-link'><?php echo $listLink;?></p>
|
||||
<script>
|
||||
$('.block-story').dataTable();
|
||||
$('.listLink').closest('.panel').find('.panel-heading .more').attr('href', $('.listLink').html());
|
||||
$('.block-story-link').closest('.panel').find('.panel-heading .more').attr('href', $('.block-story-link').html());
|
||||
</script>
|
||||
|
||||
@@ -36,8 +36,8 @@ td.delayed{background: #e84e0f!important; color: white;}
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
</table>
|
||||
<p class='hide listLink'><?php echo $listLink;?></p>
|
||||
<p class='hide block-task-link'><?php echo $listLink;?></p>
|
||||
<script>
|
||||
$('.block-task').dataTable();
|
||||
$('.listLink').closest('.panel').find('.panel-heading .more').attr('href', $('.listLink').html());
|
||||
$('.block-task-link').closest('.panel').find('.panel-heading .more').attr('href', $('.block-task-link').html());
|
||||
</script>
|
||||
|
||||
@@ -31,8 +31,8 @@
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
</table>
|
||||
<p class='hide listLink'><?php echo $listLink;?></p>
|
||||
<p class='hide block-todo-link'><?php echo $listLink;?></p>
|
||||
<script>
|
||||
$('.block-todo').dataTable();
|
||||
$('.listLink').closest('.panel').find('.panel-heading .more').attr('href', $('.listLink').html());
|
||||
$('.block-todo-link').closest('.panel').find('.panel-heading .more').attr('href', $('.block-todo-link').html());
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user