mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
set class of table
This commit is contained in:
parent
80f712e716
commit
2ea83e65d5
|
@ -98,7 +98,7 @@ $(document).ready(function() {
|
|||
$approvaltype = ($approvalStatus['type'] == 0) ? 'ind' : 'grp';
|
||||
if($approvalStatus["status"]!=0) {
|
||||
|
||||
print "<table class=\"folderView\"><thead><tr>";
|
||||
print "<table class=\"table table-condensed table-sm\"><thead><tr>";
|
||||
print "<th>".getMLText("status")."</th>";
|
||||
print "<th>".getMLText("comment")."</th>";
|
||||
print "<th>".getMLText("last_update")."</th>";
|
||||
|
|
|
@ -97,7 +97,7 @@ $(document).ready(function() {
|
|||
$reviewtype = ($reviewStatus['type'] == 0) ? 'ind' : 'grp';
|
||||
if($reviewStatus["status"]!=0) {
|
||||
|
||||
print "<table class=\"folderView\"><thead><tr>";
|
||||
print "<table class=\"table table-condensed table-sm\"><thead><tr>";
|
||||
print "<th>".getMLText("status")."</th>";
|
||||
print "<th>".getMLText("comment")."</th>";
|
||||
print "<th>".getMLText("last_update")."</th>";
|
||||
|
|
Loading…
Reference in New Issue
Block a user