Merged in bugfix/PMC-943 (pull request #7107)

PMC-943

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Paula Quispe
2019-10-21 16:25:19 +00:00
committed by Julio Cesar Laura Avendaño
3 changed files with 8 additions and 1 deletions

View File

@@ -833,7 +833,7 @@ class ActionsByEmailCoreClass extends PMPlugin
URL_KEY, true) . '&DEL_INDEX=' . G::encrypt($this->getIndex(), URL_KEY,
true) . '&DYN_UID=' . G::encrypt($this->getItemAbeProperties('DYN_UID'), URL_KEY,
true) . '&ABER=' . G::encrypt($abeRequest['ABE_REQ_UID'], URL_KEY,
true) . '" target="_blank">Please complete this form</a>';
true) . '" target="_blank">' . G::LoadTranslation('ID_ACTIONS_BY_EMAIL_LINK_TO_FILL_A_FORM') . '</a>';
return $html;
}

View File

@@ -1837,6 +1837,12 @@ msgstr "Actions"
msgid "actionsByEmail.html"
msgstr "actionsByEmail.html"
# TRANSLATION
# LABEL/ID_ACTIONS_BY_EMAIL_LINK_TO_FILL_A_FORM
#: LABEL/ID_ACTIONS_BY_EMAIL_LINK_TO_FILL_A_FORM
msgid "Please complete this form"
msgstr "Please complete this form"
# TRANSLATION
# LABEL/ID_ACTIONS_BY_EMAIL_LOG
#: LABEL/ID_ACTIONS_BY_EMAIL_LOG

View File

@@ -57104,6 +57104,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_ACTION','en','Action','2014-01-15') ,
( 'LABEL','ID_ACTIONS','en','Actions','2014-01-15') ,
( 'LABEL','ID_ACTIONS_BY_EMAIL','en','actionsByEmail.html','2014-01-15') ,
( 'LABEL','ID_ACTIONS_BY_EMAIL_LINK_TO_FILL_A_FORM','en','Please complete this form','2019-10-18') ,
( 'LABEL','ID_ACTIONS_BY_EMAIL_LOG','en','Actions By Email Log','2016-01-12') ,
( 'LABEL','ID_ACTION_DISABLED_TO_LOW_PERFORMANCE_1','en','This action was disabled to prevent slow browser performance. There are more than 100 records in the column definition grid.','2015-01-16') ,
( 'LABEL','ID_ACTION_DISABLED_TO_LOW_PERFORMANCE_2','en','<br/><br/>Please perform this action with manual selection only.','2014-01-15') ,