added label into trigger wizard

This commit is contained in:
Carlos Pacha
2011-02-01 13:26:23 +00:00
parent ef427ec0df
commit 2ad3ee1591
2 changed files with 27 additions and 26 deletions

View File

@@ -43,7 +43,7 @@
<span style='font-weight:normal;'>{PMFUNTION_DESCRIPTION}
<!-- START BLOCK : methodLink -->
&nbsp;&nbsp;<a class='linkInBlue' href='{LIBRARY_METHOD_LINK}' target="_blank" >(More Info)</a>
&nbsp;&nbsp;<a class='linkInBlue' href='{LIBRARY_METHOD_LINK}' target="_blank" >({MORE_INFO})</a>
<!-- END BLOCK : methodLink -->
</span>

View File

@@ -66,6 +66,7 @@ try {
if ($methodLink != "") {
$template->newBlock ( 'methodLink' );
$template->assign ( 'LIBRARY_METHOD_LINK', $methodLink );
$template->assign ( 'MORE_INFO', G::LoadTranslation ( 'ID_MORE_INFO' ) );
$template->gotoBlock ( '_ROOT' );
}