Project: 	
  | View Revisions: Issue #30030 | [ Back to Issue ] | ||
| Summary | 0030030: Hardcoded "»" character | ||
| Revision | 2015-05-27 13:49 by Orekaria | ||
| Steps To Reproduce | Look for that character in the retail codebase Verify this matches: ../org.openbravo.client.myob/js/ob-myopenbravo.js: 205 height: 1, 206 overflow: 'visible', 207: contents: OB.I18N.getLabel('OBKMO_AddWidget') + ' »', 208 addWidgetLayout: addWidgetLayout, 209 doOpen: function () { ... 214 }, 215 doBeforeClose: function () { // Invoked directly from widget dialog 'destroy' function 216: this.setContents(OB.I18N.getLabel('OBKMO_AddWidget') + ' »'); 217 }, 218 isOpened: function () { ... 242 width: '100%', 243 overflow: 'visible', 244: contents: OB.I18N.getLabel('OBKMO_AdminOtherMyOpenbravos') + ' »', 245 adminOtherMyOBLayout: adminOtherMyOBLayout, 246 doOpen: function () { ... 251 }, 252 doBeforeClose: function () { // Invoked directly from widget dialog 'destroy' function 253: this.setContents(OB.I18N.getLabel('OBKMO_AdminOtherMyOpenbravos') + ' »'); 254 }, 255 isOpened: function () { ../org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js: 63 this.inherited(arguments); 64 if (this.customContent === null) { 65: this.$.infoPanel.setContent(this.caption + " » " + this.text); 66 } else { 67 this.$.infoPanel.createComponent(this.customContent); 5 matches across 2 files  | 
||
| Revision | 2015-05-27 13:47 by Orekaria | ||
| Steps To Reproduce | Look for that character in the retail codebase Verify this matches: ../org.openbravo.client.myob/js/ob-myopenbravo.js: 205 height: 1, 206 overflow: 'visible', 207: contents: OB.I18N.getLabel('OBKMO_AddWidget') + ' »', 208 addWidgetLayout: addWidgetLayout, 209 doOpen: function () { ... 214 }, 215 doBeforeClose: function () { // Invoked directly from widget dialog 'destroy' function 216: this.setContents(OB.I18N.getLabel('OBKMO_AddWidget') + ' »'); 217 }, 218 isOpened: function () { ... 242 width: '100%', 243 overflow: 'visible', 244: contents: OB.I18N.getLabel('OBKMO_AdminOtherMyOpenbravos') + ' »', 245 adminOtherMyOBLayout: adminOtherMyOBLayout, 246 doOpen: function () { ... 251 }, 252 doBeforeClose: function () { // Invoked directly from widget dialog 'destroy' function 253: this.setContents(OB.I18N.getLabel('OBKMO_AdminOtherMyOpenbravos') + ' »'); 254 }, 255 isOpened: function () { ../org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js: 63 this.inherited(arguments); 64 if (this.customContent === null) { 65: this.$.infoPanel.setContent(this.caption + " » " + this.text); 66 } else { 67 this.$.infoPanel.createComponent(this.customContent); 5 matches across 2 files  | 
||
| Copyright © 2000 - 2009 MantisBT Group |