mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
Removed the AttributeWikiText which was strictly equivalent to AttributeText
SVN:trunk[1151]
This commit is contained in:
@@ -1517,24 +1517,6 @@ class AttributeTemplateHTML extends AttributeText
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Specialization of a text: wiki formatting
|
||||
*
|
||||
* @package iTopORM
|
||||
*/
|
||||
class AttributeWikiText extends AttributeText
|
||||
{
|
||||
public function GetAsHTML($value, $oHostObject = null)
|
||||
{
|
||||
// [SELECT xxxx.... [label]] => hyperlink to a result list
|
||||
// {SELECT xxxx.... [label]} => result list displayed inline
|
||||
// [myclass/nnn [label]] => hyperlink to an object
|
||||
// {myclass/nnn/attcode} => attribute displayed inline
|
||||
// etc.
|
||||
return parent::GetAsHTML($value);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Map a enum column to an attribute
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user