mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Wrapping tree title in its own element (mainly to facilitate selectors during testing)
This commit is contained in:
parent
cb74dbccfc
commit
e18698d541
@ -549,8 +549,8 @@ class LeftAndMain extends Controller {
|
||||
"<ins class=\"jstree-icon\"> </ins>" .
|
||||
"<a href=\"" . Controller::join_links($extraArg->Link("show"), $child->ID) . "\" title=\"'
|
||||
. _t('LeftAndMain.PAGETYPE','Page type: ')
|
||||
. '".$child->class."\" ><ins class=\"jstree-icon\"> </ins>" . ($child->TreeTitle) .
|
||||
"</a>"
|
||||
. '".$child->class."\" ><ins class=\"jstree-icon\"> </ins><span class=\"text\">" . ($child->TreeTitle) .
|
||||
"</span></a>"
|
||||
';
|
||||
|
||||
$html = $obj->getChildrenAsUL(
|
||||
|
Loading…
Reference in New Issue
Block a user