mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
fix table class
This commit is contained in:
parent
fd4131497b
commit
588369b64d
|
@ -3340,7 +3340,7 @@ $(document).ready(function() {
|
|||
$accessop = $this->params['accessobject'];
|
||||
?>
|
||||
<legend><?php printMLText($type.'_log'); ?></legend>
|
||||
<table class="table condensed">
|
||||
<table class="table table-condensed">
|
||||
<tr><th><?php printMLText('name'); ?></th><th><?php printMLText('last_update'); ?>, <?php printMLText('comment'); ?></th><th><?php printMLText('status'); ?></th></tr>
|
||||
<?php
|
||||
switch($type) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user