Skip to content

Commit f7d8245

Browse files
committed
Merge pull request #28 from mlutfy/ts-fixes
Fix ts() usage in activityView() popup.
2 parents 55ec2e6 + 226236e commit f7d8245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/CRM/common/activityView.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function {/literal}{$list}{literal}viewActivity( activityID, contactID, list ) {
3333
cj("#view-activity" + list ).show( );
3434

3535
cj("#view-activity" + list ).dialog({
36-
title: "View Activity",
36+
title: {/literal}{ts escape="js"}View Activity{/ts}{literal}",
3737
modal: true,
3838
width : "680px", // don't remove px
3939
height: "560",
@@ -56,7 +56,7 @@ function {/literal}{$list}{literal}viewActivity( activityID, contactID, list ) {
5656
},
5757

5858
buttons: {
59-
"Done": function() {
59+
"{/literal}{ts escape="js"}Done{/ts}{literal}": function() {
6060
cj(this).dialog("destroy");
6161
}
6262
}

0 commit comments

Comments
 (0)