mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 05:57:34 +00:00
add class table-sm to table
This commit is contained in:
parent
70985572dc
commit
bbe919118f
|
@ -79,7 +79,7 @@ $(document).ready( function() {
|
|||
foreach(array('document', 'folder', 'content') as $type) {
|
||||
$content = '';
|
||||
if(isset($res['frequencies'][$type]) && $res['frequencies'][$type]) {
|
||||
$content .= "<table class=\"table table-condensed\">";
|
||||
$content .= "<table class=\"table table-condensed table-sm\">";
|
||||
$content .= "<thead>\n<tr>\n";
|
||||
$content .= "<th>".getMLText("attribute_value")."</th>\n";
|
||||
$content .= "<th>".getMLText("attribute_count")."</th>\n";
|
||||
|
|
Loading…
Reference in New Issue
Block a user