Skip to content

Commit

Permalink
theming the additional breadcrumb element correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Feb 21, 2012
1 parent c8a400c commit b327fb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/src/main/resources/hudson/model/Job/configure.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,15 @@ THE SOFTWARE.
<st:include page="sidepanel.jelly" />
<l:breadcrumb title="${%configuration page}" id="inpage-nav" />
<l:main-panel>
<style>
#breadcrumbs #inpage-nav A { background: none; }
</style>
<script>
window.addEventListener("load",function(){
breadcrumbs.attachMenu('inpage-nav',
new breadcrumbs.ContextMenu().add(
'/',
'${rootURL}${h.resourcePath}/images/24x24/settings.png',"hello world"))
'${rootURL}${h.resourcePath}/images/24x24/gear.png',"hello world"))
});
</script>
<div class="behavior-loading">${%LOADING}</div>
Expand Down

0 comments on commit b327fb2

Please sign in to comment.