mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
add class table-sm to table
This commit is contained in:
parent
bbe919118f
commit
d57a4c69b2
|
@ -119,7 +119,7 @@ $(document).ready( function() {
|
|||
if($selgroup) {
|
||||
$previewer = new SeedDMS_Preview_Previewer($cachedir, $previewwidth, $timeout, $xsendfile);
|
||||
$this->contentHeading(getMLText("group_info"));
|
||||
echo "<table class=\"table table-condensed\">\n";
|
||||
echo "<table class=\"table table-condensed table-sm\">\n";
|
||||
if($workflowmode == "traditional") {
|
||||
$reviewstatus = $selgroup->getReviewStatus();
|
||||
$i = 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user