Skip to content

Commit

Permalink
Merge pull request #167 from silverstripe-rebelalliance/trac/7450
Browse files Browse the repository at this point in the history
'updatetreenodes' URL in tree template (#7450)
  • Loading branch information
Hamish Friedlander committed Jul 23, 2012
2 parents 605b11d + 1717e40 commit 9d6178b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions config.rb
Expand Up @@ -9,6 +9,7 @@
images_dir = "images"
javascripts_dir = "javascript"
output_style = :compact
line_comments = false
# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true

Expand Down
2 changes: 1 addition & 1 deletion css/screen.css

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

2 changes: 1 addition & 1 deletion scss/_CMSMain.scss
Expand Up @@ -84,7 +84,7 @@
}

// Show badge on hovered node
a:hover > .text > .badge {
a:hover > .text > .badge, .jstree-clicked > .text > .badge {
display: inline-block;
}
}
Expand Down
2 changes: 1 addition & 1 deletion templates/Includes/CMSMain_TreeView.ss
Expand Up @@ -22,7 +22,7 @@ $ExtraTreeTools
</div>
<% end_if %>

<div class="cms-tree" data-url-tree="$Link(getsubtree)" data-url-savetreenode="$Link(savetreenode)" data-url-addpage="{$LinkPageAdd}AddForm/?action_doAdd=1&amp;ParentID=%s&amp;PageType=%s&amp;SecurityID=$SecurityID" data-url-editpage="$LinkPageEdit('%s')" data-hints="$SiteTreeHints">
<div class="cms-tree" data-url-tree="$Link(getsubtree)" data-url-savetreenode="$Link(savetreenode)" data-url-updatetreenodes="$Link(updatetreenodes)" data-url-addpage="{$LinkPageAdd}AddForm/?action_doAdd=1&amp;ParentID=%s&amp;PageType=%s&amp;SecurityID=$SecurityID" data-url-editpage="$LinkPageEdit('%s')" data-hints="$SiteTreeHints">
$SiteTreeAsUL
</div>
</div>

0 comments on commit 9d6178b

Please sign in to comment.