mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
- New implementation of the n-n link edition widget... in progress.
SVN:trunk[652]
This commit is contained in:
@@ -423,7 +423,7 @@ class OQLMenuNode extends MenuNode
|
||||
// The standard template used for all such pages: a (closed) search form at the top and a list of results at the bottom
|
||||
$sTemplate = <<<EOF
|
||||
<itopblock BlockClass="DisplayBlock" type="search" asynchronous="false" encoding="text/oql">$this->sOQL</itopblock>
|
||||
<p class="page-header"><img src="$sIcon"><itopstring>$this->sPageTitle</itopstring></p>
|
||||
<p class="page-header">$sIcon<itopstring>$this->sPageTitle</itopstring></p>
|
||||
<itopblock BlockClass="DisplayBlock" type="list" asynchronous="false" encoding="text/oql">$this->sOQL</itopblock>
|
||||
EOF;
|
||||
$oTemplate = new DisplayTemplate($sTemplate);
|
||||
|
||||
Reference in New Issue
Block a user