mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +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_count")."</th>\n";
|
||||
$content .= "<th></th>\n";
|
||||
$content .= "<th></th>\n";
|
||||
$content .= "</tr></thead>\n<tbody>\n";
|
||||
$separator = $selattrdef->getValueSetSeparator();
|
||||
foreach($res['frequencies'][$type] as $entry) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user