mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°5905 - Harmonize how linksets are displayed in edition part I
* Always display a table and its actions to ease link creation * Display linkset description in an alert block
This commit is contained in:
@@ -121,6 +121,7 @@ abstract class AbstractBlockLinksViewTable extends UIContentBlock
|
||||
*/
|
||||
private function InitHeader()
|
||||
{
|
||||
// Linkset description as an informative alert
|
||||
$sDescription = $this->oAttDef->GetDescription();
|
||||
if (utils::IsNotNullOrEmptyString($sDescription)) {
|
||||
$oAlert = AlertUIBlockFactory::MakeForInformation('', $sDescription);
|
||||
|
||||
Reference in New Issue
Block a user