mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
remove class 'table' from table
this turns of the lines
This commit is contained in:
parent
24e30529ab
commit
42c68e0b1e
|
@ -167,7 +167,7 @@ $(document).ready( function() {
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<table class="table table-condensed">
|
<table class="table-condensed">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<?php printMLText("attrdef_name");?>:
|
<?php printMLText("attrdef_name");?>:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user