mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 06:27:15 +00:00
add missing column in header of attribute values list
This commit is contained in:
parent
748041ffd8
commit
3fd63b98d9
|
@ -93,6 +93,7 @@ $(document).ready( function() {
|
||||||
$content .= "<th>".getMLText("attribute_value")."</th>\n";
|
$content .= "<th>".getMLText("attribute_value")."</th>\n";
|
||||||
$content .= "<th>".getMLText("attribute_count")."</th>\n";
|
$content .= "<th>".getMLText("attribute_count")."</th>\n";
|
||||||
$content .= "<th></th>\n";
|
$content .= "<th></th>\n";
|
||||||
|
$content .= "<th></th>\n";
|
||||||
$content .= "</tr></thead>\n<tbody>\n";
|
$content .= "</tr></thead>\n<tbody>\n";
|
||||||
$separator = $selattrdef->getValueSetSeparator();
|
$separator = $selattrdef->getValueSetSeparator();
|
||||||
foreach($res['frequencies'][$type] as $entry) {
|
foreach($res['frequencies'][$type] as $entry) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user