diff --git a/i18n/en-US.json b/i18n/en-US.json index dd26527..879794a 100644 --- a/i18n/en-US.json +++ b/i18n/en-US.json @@ -967,7 +967,8 @@ "actions": { "report": "Report Call", "details": "Technical Details" - } + }, + "downloadTooltip": "In \"Custom\" Mode, you'll need to click on \"Filter\" before clicking on download." }, "myOffice": { diff --git a/submodules/callLogs/callLogs.css b/submodules/callLogs/callLogs.css index 82be377..2090de6 100644 --- a/submodules/callLogs/callLogs.css +++ b/submodules/callLogs/callLogs.css @@ -32,6 +32,7 @@ #call_logs_container .fixed-ranges-date { margin-top: 10px; + margin-right: 30px; } #call_logs_container .fixed-ranges-date .highlight-date { @@ -42,6 +43,7 @@ #call_logs_container .custom-range { display: none; + margin-right: 30px; } #call_logs_container .custom-range.active { diff --git a/submodules/callLogs/callLogs.js b/submodules/callLogs/callLogs.js index ef1f179..dc0e9a7 100644 --- a/submodules/callLogs/callLogs.js +++ b/submodules/callLogs/callLogs.js @@ -42,6 +42,7 @@ define(function(require){ dataTemplate.cdrs = cdrs; template = $(monster.template(self, 'callLogs-layout', dataTemplate)); + monster.ui.tooltips(template); if(cdrs && cdrs.length) { var cdrsTemplate = $(monster.template(self, 'callLogs-cdrsList', {cdrs: cdrs, showReport: monster.config.whitelabel.callReportEmail ? true : false})); diff --git a/views/callLogs-layout.html b/views/callLogs-layout.html index 25b1593..c85b808 100644 --- a/views/callLogs-layout.html +++ b/views/callLogs-layout.html @@ -38,6 +38,7 @@ {{/if}} {{i18n.download}} +