#1021: fix alignment of multiple header dashlets in the same cell.

SVN:trunk[3444]
This commit is contained in:
Denis Flaven
2014-12-02 13:10:44 +00:00
parent 8d8510a412
commit 74de0d33ab

View File

@@ -765,6 +765,7 @@ class DisplayBlock
$sHyperlink = utils::GetAbsoluteUrlAppRoot().'pages/UI.php?operation=search&'.$oAppContext->GetForLink().'&filter='.urlencode($this->m_oFilter->serialize());
$sHtml .= '<h1>'.Dict::S(str_replace('_', ':', $sTitle)).'</h1>';
$sHtml .= '<a class="summary" href="'.$sHyperlink.'">'.Dict::Format(str_replace('_', ':', $sLabel), $iCount).'</a>';
$sHtml .= '<div style="clear:both;"></div>';
break;
case 'csv':