Integrate changes suggested by northernbrewer
https://sourceforge.net/forum/message.php?msg_id=4177801
This commit is contained in:
parent
14afc561fd
commit
bb3e66f4e7
|
@ -1,4 +1,5 @@
|
||||||
SET DEFINE OFF;
|
SET DEFINE OFF;
|
||||||
|
SET SQLBLANKLINES OFF;
|
||||||
UPDATE ad_alert
|
UPDATE ad_alert
|
||||||
SET alertmessage =
|
SET alertmessage =
|
||||||
'Check that the Adempiere Database has sufficient space:
|
'Check that the Adempiere Database has sufficient space:
|
||||||
|
@ -1723,8 +1724,8 @@ http://www.adempiere.com/wstore/counter to the page (e.g. display a 1x1 image)
|
||||||
UPDATE ad_window
|
UPDATE ad_window
|
||||||
SET HELP =
|
SET HELP =
|
||||||
'Web Clicks allow you to track number of clicks. Example:
|
'Web Clicks allow you to track number of clicks. Example:
|
||||||
<a href="http://www.adempiere.com/wstore/click?http://www.adempiere.de" target="_blank">
|
<a href="http://www.adempiere.com/wstore/click?http://www.adempiere.de" target="_blank"> where
|
||||||
where "http://www.adempiere.com/wstore/click" is your side and "http://www.adempiere.de" is the target page.
|
"http://www.adempiere.com/wstore/click" is your side and "http://www.adempiere.de" is the target page.
|
||||||
If you created a web click for http://www.adempiere.de, you will be able to see details and total of web clicks.
|
If you created a web click for http://www.adempiere.de, you will be able to see details and total of web clicks.
|
||||||
'
|
'
|
||||||
WHERE ad_window_id = 273;
|
WHERE ad_window_id = 273;
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
SET DEFINE OFF;
|
SET DEFINE OFF;
|
||||||
|
SET SQLBLANKLINES OFF;
|
||||||
|
|
||||||
UPDATE ad_element_trl
|
UPDATE ad_element_trl
|
||||||
SET description =
|
SET description =
|
||||||
|
|
Loading…
Reference in New Issue