Add the missing Map icons.
This commit is contained in:
parent
3964baeb2e
commit
9e60251eb8
4 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
7.7.14
|
||||
- fixed #10606: shelf selector
|
||||
- fixed: Have just 1 list of protected groups. Use that everywhere.
|
||||
- fixed #10488: Map.gif is missing for Map wobject
|
||||
|
||||
7.7.13
|
||||
- fixed #10574: Creating Calendar Entry
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ sub definition {
|
|||
);
|
||||
push @{$definition}, {
|
||||
assetName => $i18n->get('assetName'),
|
||||
icon => 'Map.gif',
|
||||
icon => 'maps.png',
|
||||
autoGenerateForms => 1,
|
||||
tableName => 'Map',
|
||||
className => 'WebGUI::Asset::Wobject::Map',
|
||||
|
|
|
|||
BIN
www/extras/assets/maps.png
Normal file
BIN
www/extras/assets/maps.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
BIN
www/extras/assets/small/maps.png
Normal file
BIN
www/extras/assets/small/maps.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 935 B |
Loading…
Add table
Add a link
Reference in a new issue