IDEMPIERE-166 Rebranding of logo and product name - Some old forgotten rebranding
This commit is contained in:
parent
f810d5a692
commit
00999887d1
|
@ -307,7 +307,7 @@ public class MStore extends X_W_Store
|
||||||
if (!urlOK) // || url.indexOf("localhost") != -1)
|
if (!urlOK) // || url.indexOf("localhost") != -1)
|
||||||
{
|
{
|
||||||
log.saveError("FillMandatory", Msg.getElement(getCtx(), "URL")
|
log.saveError("FillMandatory", Msg.getElement(getCtx(), "URL")
|
||||||
+ " - e.g. http://www.adempiere.org");
|
+ " - e.g. http://www.idempiere.org");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -411,8 +411,8 @@ public class MStore extends X_W_Store
|
||||||
return "No Web Store EMail for " + getName();
|
return "No Web Store EMail for " + getName();
|
||||||
//
|
//
|
||||||
EMail email = createEMail (getWStoreEMail(),
|
EMail email = createEMail (getWStoreEMail(),
|
||||||
"Adempiere WebStore EMail Test",
|
"iDempiere WebStore EMail Test",
|
||||||
"Adempiere WebStore EMail Test: " + toString());
|
"iDempiere WebStore EMail Test: " + toString());
|
||||||
if (email == null)
|
if (email == null)
|
||||||
return "Could not create Web Store EMail: " + getName();
|
return "Could not create Web Store EMail: " + getName();
|
||||||
try
|
try
|
||||||
|
@ -546,21 +546,21 @@ public class MStore extends X_W_Store
|
||||||
"\nSorry to see you go. This is effictive immediately."},
|
"\nSorry to see you go. This is effictive immediately."},
|
||||||
new String[]{MMailMsg.MAILMSGTYPE_OrderAcknowledgement,
|
new String[]{MMailMsg.MAILMSGTYPE_OrderAcknowledgement,
|
||||||
"Order Acknowledgement",
|
"Order Acknowledgement",
|
||||||
"Adempiere Web - Order ",
|
"iDempiere Web - Order ",
|
||||||
"Dear ",
|
"Dear ",
|
||||||
"\nThank you for your purchase: ",
|
"\nThank you for your purchase: ",
|
||||||
"\nYou can view your Orders, Invoices, Payments in the Web Store."
|
"\nYou can view your Orders, Invoices, Payments in the Web Store."
|
||||||
+ "\nFrom there, you also download your Assets (Documentation, etc.)"},
|
+ "\nFrom there, you also download your Assets (Documentation, etc.)"},
|
||||||
new String[]{MMailMsg.MAILMSGTYPE_PaymentAcknowledgement,
|
new String[]{MMailMsg.MAILMSGTYPE_PaymentAcknowledgement,
|
||||||
"Payment Success",
|
"Payment Success",
|
||||||
"Adempiere Web - Payment ",
|
"iDempiere Web - Payment ",
|
||||||
"Dear ",
|
"Dear ",
|
||||||
"\nThank you for your payment of ",
|
"\nThank you for your payment of ",
|
||||||
"\nYou can view your Orders, Invoices, Payments in the Web Store."
|
"\nYou can view your Orders, Invoices, Payments in the Web Store."
|
||||||
+ "\nFrom there you also download your Assets (Documentation, etc.)"},
|
+ "\nFrom there you also download your Assets (Documentation, etc.)"},
|
||||||
new String[]{MMailMsg.MAILMSGTYPE_PaymentError,
|
new String[]{MMailMsg.MAILMSGTYPE_PaymentError,
|
||||||
"Payment Error",
|
"Payment Error",
|
||||||
"Adempiere Web - Declined Payment ",
|
"iDempiere Web - Declined Payment ",
|
||||||
"Dear ",
|
"Dear ",
|
||||||
"\nUnfortunately your payment was declined: ",
|
"\nUnfortunately your payment was declined: ",
|
||||||
"\nPlease check and try again. You can pay later by going to 'My Orders' or 'My Invoices' - or by directly creating a payment in 'My Payments'"},
|
"\nPlease check and try again. You can pay later by going to 'My Orders' or 'My Invoices' - or by directly creating a payment in 'My Payments'"},
|
||||||
|
|
|
@ -549,7 +549,7 @@ public final class WebUtil
|
||||||
if (cookieProperties != null)
|
if (cookieProperties != null)
|
||||||
{
|
{
|
||||||
Cookie cookie = new Cookie (WebEnv.COOKIE_INFO, propertiesEncode(cookieProperties));
|
Cookie cookie = new Cookie (WebEnv.COOKIE_INFO, propertiesEncode(cookieProperties));
|
||||||
cookie.setComment("(c) adempiere, Inc - Jorg Janke");
|
cookie.setComment("(c) iDempiere, Inc - Jorg Janke");
|
||||||
cookie.setSecure(false);
|
cookie.setSecure(false);
|
||||||
cookie.setPath("/");
|
cookie.setPath("/");
|
||||||
if (cookieProperties.size() == 0)
|
if (cookieProperties.size() == 0)
|
||||||
|
|
Loading…
Reference in New Issue