Skip to content

Commit

Permalink
Changing icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jack committed Jun 5, 2012
1 parent f549049 commit 84773c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lizard_portal/templates/portals/communique.js
Expand Up @@ -43,7 +43,7 @@
});
}{% if user.is_authenticated %},
tools: [{
type: 'save',
type: 'edit',
handler: function(e, target, panelHeader, tool){
console.log(arguments)
var portlet = panelHeader.up('panel')
Expand Down
2 changes: 1 addition & 1 deletion lizard_portal/templates/portals/krw-overzicht.js
Expand Up @@ -54,7 +54,7 @@
}
}),
tools: [{
type: 'save',
type: 'edit',
handler: function (e, target, panelHeader, tool) {
var cm = Ext.getCmp('portalWindow').context_manager.getContext();

Expand Down
Expand Up @@ -52,7 +52,7 @@
}
}),
tools: [{
type: 'save',
type: 'edit',
handler: function (e, target, panelHeader, tool) {
var cm = Ext.getCmp('portalWindow').context_manager.getContext();

Expand Down

0 comments on commit 84773c3

Please sign in to comment.