Taxons: UI WIP.

This commit is contained in:
Molkobain
2018-09-19 11:00:33 +02:00
parent e15c5c58d8
commit 055d2cc62c
5 changed files with 162 additions and 73 deletions

View File

@@ -7157,7 +7157,7 @@ class AttributeTagSet extends AttributeDBFieldVoid
$sFilter = urlencode($oFilter->serialize());
$sUrl = utils::GetAbsoluteUrlAppRoot()."pages/$sUIPage?operation=search&filter=".$sFilter."&{$sContext}";
$sHtml .= '<a href="'.$sUrl.'"><span class="attribute-tag">'.$oTag->Get('tag_label').'</span></a>';
$sHtml .= '<a href="'.$sUrl.'" class="attribute-tag">'.$oTag->Get('tag_label').'</a>';
}
else
{