mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-09-09 03:18:58 +00:00
add classes table-sm, table-condensed
This commit is contained in:
parent
9d87ff9ff3
commit
a0a392ff98
|
@ -233,7 +233,7 @@ class SeedDMS_View_Clipboard extends SeedDMS_Theme_Style {
|
|||
* actually available
|
||||
*/
|
||||
if($foldercount || $doccount) {
|
||||
$content = "<table class=\"table\">".$content;
|
||||
$content = "<table class=\"table table-condensed table-sm\">".$content;
|
||||
$content .= "</table>";
|
||||
} else {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user