Skip to content

Commit

Permalink
ENHANCEMENT: Rightlick submenu styles and ability to add page with pa…
Browse files Browse the repository at this point in the history
…getype
  • Loading branch information
wolfv authored and chillu committed Apr 9, 2012
1 parent aebbb10 commit 3ae0ac7
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 71 deletions.
2 changes: 1 addition & 1 deletion admin/code/LeftAndMain.php
Expand Up @@ -613,7 +613,7 @@ function getSiteTreeFor($className, $rootID = null, $childrenMethod = null, $num

// getChildrenAsUL is a flexible and complex way of traversing the tree
$titleEval = '
"<li id=\"record-$child->ID\" data-id=\"$child->ID\" class=\"" . $child->CMSTreeClasses($extraArg) . "\">" .
"<li id=\"record-$child->ID\" data-id=\"$child->ID\" data-ssclass=\"$child->ClassName\" class=\"" . $child->CMSTreeClasses($extraArg) . "\">" .
"<ins class=\"jstree-icon\">&nbsp;</ins>" .
"<a href=\"" . Controller::join_links($extraArg->Link("show"), $child->ID) . "\" title=\"'
. _t('LeftAndMain.PAGETYPE','Page type: ')
Expand Down
94 changes: 49 additions & 45 deletions admin/css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed admin/images/btn-icon-sc495ceeeca.png
Binary file not shown.

0 comments on commit 3ae0ac7

Please sign in to comment.