MINOR Wrapping tree title in its own element (mainly to facilitate selectors during testing)

This commit is contained in:
Ingo Schommer 2012-01-22 18:27:57 +01:00
parent cb74dbccfc
commit e18698d541
1 changed files with 2 additions and 2 deletions

View File

@ -549,8 +549,8 @@ class LeftAndMain extends Controller {
"<ins class=\"jstree-icon\">&nbsp;</ins>" .
"<a href=\"" . Controller::join_links($extraArg->Link("show"), $child->ID) . "\" title=\"'
. _t('LeftAndMain.PAGETYPE','Page type: ')
. '".$child->class."\" ><ins class=\"jstree-icon\">&nbsp;</ins>" . ($child->TreeTitle) .
"</a>"
. '".$child->class."\" ><ins class=\"jstree-icon\">&nbsp;</ins><span class=\"text\">" . ($child->TreeTitle) .
"</span></a>"
';
$html = $obj->getChildrenAsUL(