Give the MapPoint asset an icon. Fixes bug #11169
This commit is contained in:
parent
0decc8392c
commit
40514a2533
4 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,7 @@
|
|||
- fixed #11399: m4a missin
|
||||
- fixed #11406: AdSku table mssing karma column
|
||||
- fixed #11410: Too much errors in log after fix #11346
|
||||
- fixed #11169: MapPoint asset does not have an icon
|
||||
|
||||
7.8.11
|
||||
- fixed #11362: Unable to checkout with ITransact plugin
|
||||
|
|
|
|||
|
|
@ -161,7 +161,7 @@ sub definition {
|
|||
);
|
||||
push @{$definition}, {
|
||||
assetName => $i18n->get('assetName'),
|
||||
icon => 'MapPoint.gif',
|
||||
icon => 'mappoint.png',
|
||||
autoGenerateForms => 1,
|
||||
tableName => 'MapPoint',
|
||||
className => 'WebGUI::Asset::MapPoint',
|
||||
|
|
|
|||
BIN
www/extras/assets/mappoint.png
Normal file
BIN
www/extras/assets/mappoint.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6 KiB |
BIN
www/extras/assets/small/mappoint.png
Normal file
BIN
www/extras/assets/small/mappoint.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1,021 B |
Loading…
Add table
Add a link
Reference in a new issue