mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 07:55:47 +01:00
use help.png instead of help.gif
This commit is contained in:
BIN
scm-webapp/src/main/webapp/resources/images/help.png
Normal file
BIN
scm-webapp/src/main/webapp/resources/images/help.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 932 B |
@@ -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'
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
}]
|
}]
|
||||||
|
|||||||
@@ -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
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -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'
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
}]
|
}]
|
||||||
|
|||||||
Reference in New Issue
Block a user