Fix a rendering problem in the Product template where images overlap
the controls, or brochure, warranty, manual. Also, i18n the word Controls for admin mode being on.
This commit is contained in:
parent
dd9b46272b
commit
78b53aecc7
3 changed files with 7 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
- fixed #10700: Default My Sales template needs i18n
|
||||
- fixed #10702: Product displays empty brochure, warranty, manual fields
|
||||
- fixed #10704: Commit version tag from AdminBar is not working
|
||||
- fixed #10510: Product Thumbnails overlap Controls
|
||||
|
||||
7.7.16
|
||||
- fixed #10590: Session::DateTime->secondsToInterval doesn't allow 7 weeks
|
||||
|
|
|
|||
BIN
docs/upgrades/packages-7.7.17/default_product.wgpkg
Normal file
BIN
docs/upgrades/packages-7.7.17/default_product.wgpkg
Normal file
Binary file not shown.
|
|
@ -858,6 +858,12 @@ be useful, others may not.|,
|
|||
context => q|hover help for isShippingRequired in the edit sku screen|
|
||||
},
|
||||
|
||||
'Controls' => {
|
||||
message => q|Controls|,
|
||||
lastUpdated => 0,
|
||||
context => q|A set of links or icons to edit or alter the object.|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue