use help.png instead of help.gif

This commit is contained in:
Sebastian Sdorra
2012-01-14 15:48:24 +01:00
parent 468ffe912c
commit 141c7b5e96
4 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 932 B

View File

@@ -131,7 +131,7 @@ Sonia.group.MemberFormPanel = Ext.extend(Sonia.group.FormPanel, {
xtype: 'box', xtype: 'box',
autoEl: { autoEl: {
tag: 'img', tag: 'img',
src: 'resources/images/help.gif' src: 'resources/images/help.png'
} }
}] }]
}] }]

View File

@@ -48,7 +48,7 @@ Ext.override(Ext.form.Field, {
tag: 'img', tag: 'img',
width : 16, width : 16,
height : 16, height : 16,
src: 'resources/images/help.gif', src: 'resources/images/help.png',
cls: cls cls: cls
}); });

View File

@@ -187,7 +187,7 @@ Sonia.repository.PermissionFormPanel = Ext.extend(Sonia.repository.FormPanel, {
xtype: 'box', xtype: 'box',
autoEl: { autoEl: {
tag: 'img', tag: 'img',
src: 'resources/images/help.gif' src: 'resources/images/help.png'
} }
}] }]
}] }]