projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a670e04
)
crmMailingPreviewMgr.preview - Match style
author
Tim Otten
<totten@civicrm.org>
Thu, 16 Apr 2015 23:21:40 +0000
(16:21 -0700)
committer
Tim Otten
<totten@civicrm.org>
Fri, 17 Apr 2015 00:35:57 +0000
(17:35 -0700)
All other uses of crmStatus in crmMailing incude "..." in the start message.
ang/crmMailing/services.js
patch
|
blob
|
blame
|
history
diff --git
a/ang/crmMailing/services.js
b/ang/crmMailing/services.js
index 4f2944d19d5fcb195ad88f27663a365cadf8eee3..6a155c93b05b21d270ff1a6aa313b1a2f82a5b7f 100644
(file)
--- a/
ang/crmMailing/services.js
+++ b/
ang/crmMailing/services.js
@@
-435,7
+435,7
@@
});
result = dialogService.open('previewDialog', templates[mode], content, options);
});
- crmStatus({start: ts('Previewing'), success: ''}, p);
+ crmStatus({start: ts('Previewing
...
'), success: ''}, p);
return result;
},