From 657f190e7fd2dbc5980b2fac12fb33019cd7f3af Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Tue, 3 May 2016 10:42:10 +0200 Subject: [PATCH] beautify CTI not configured screen --- .../app/views/cti/not_configured.jst.eco | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/app/assets/javascripts/app/views/cti/not_configured.jst.eco b/app/assets/javascripts/app/views/cti/not_configured.jst.eco index 70f05cffa..c25039102 100644 --- a/app/assets/javascripts/app/views/cti/not_configured.jst.eco +++ b/app/assets/javascripts/app/views/cti/not_configured.jst.eco @@ -1,10 +1,12 @@ -
-

<%- @T('Caller log') %>

-

<%- @T('Sorry, currently is no CTI backend enabled!') %>

-

<%- @T('We support') %>:

- +
+
+

<%- @T('Not configured') %>

+

<%- @T('Sorry, there is currently no CTI backend enabled.') %>

+

<%- @T('We support') %>:

+
+ <% for backend in @backends: %> + <% if @isAdmin: %><% end %><%= backend.name %><% if @isAdmin: %><% end %> + <% end %> +
+
\ No newline at end of file