diff --git a/app/assets/javascripts/app/views/agent_ticket_view/content.jst.eco b/app/assets/javascripts/app/views/agent_ticket_view/content.jst.eco
index 2e3ca8602..23fdcbf1c 100644
--- a/app/assets/javascripts/app/views/agent_ticket_view/content.jst.eco
+++ b/app/assets/javascripts/app/views/agent_ticket_view/content.jst.eco
@@ -18,4 +18,6 @@
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/calendar/index.jst.eco b/app/assets/javascripts/app/views/calendar/index.jst.eco
index 2d892a25f..53045e8c6 100644
--- a/app/assets/javascripts/app/views/calendar/index.jst.eco
+++ b/app/assets/javascripts/app/views/calendar/index.jst.eco
@@ -10,77 +10,80 @@
<%- @T('New Calendar') %>
+
+ <% if _.isEmpty(@calendars): %>
+
+ <%- @description %>
+
+ <% end %>
-<% if _.isEmpty(@calendars): %>
-<%- @description %>
-<% end %>
-
-<% for calendar in @calendars: %>
-
-
-
-
-
<% if !_.isEmpty(calendar.ical_url): %>
- <% if calendar.last_log: %>
- <%- @Icon('status', 'error inline') %>
- <% else: %>
- <%- @Icon('status', 'ok inline') %>
- <% end %><% end %> <%= calendar.name %>
- <% if calendar.default: %>
-
Default
- <% end %>
+ <% for calendar in @calendars: %>
+
+
+
+
+
<% if !_.isEmpty(calendar.ical_url): %>
+ <% if calendar.last_log: %>
+ <%- @Icon('status', 'error inline') %>
+ <% else: %>
+ <%- @Icon('status', 'ok inline') %>
+ <% end %><% end %> <%= calendar.name %>
+ <% if calendar.default: %>
+
Default
+ <% end %>
+
+
+ <% if calendar.last_log: %>
<%= calendar.last_log %>
<% end %>
+
+
<%- @T('Time zone') %>
<%= calendar.timezone %>
+
+
+
<%- @T('Business Hours') %>
+
+
+
<%- @T('Monday') %>
<% if !calendar.business_hours['mon'].active || _.isEmpty(calendar.business_hours['mon'].timeframes): %>-<% else: %><% for frame in calendar.business_hours['mon'].timeframes: %><%= frame[0] %>-<%= frame[1] %>
<% end %><% end %>
+
+
+
<%- @T('Tuesday') %>
<% if !calendar.business_hours['tue'].active || _.isEmpty(calendar.business_hours['tue'].timeframes): %>-<% else: %><% for frame in calendar.business_hours['tue'].timeframes: %><%= frame[0] %>-<%= frame[1] %>
<% end %><% end %>
+
+
+
<%- @T('Wednesday') %>
<% if !calendar.business_hours['wed'].active || _.isEmpty(calendar.business_hours['wed'].timeframes): %>-<% else: %><% for frame in calendar.business_hours['wed'].timeframes: %><%= frame[0] %>-<%= frame[1] %>
<% end %><% end %>
+
+
+
<%- @T('Thursday') %>
<% if !calendar.business_hours['thu'].active || _.isEmpty(calendar.business_hours['thu'].timeframes): %>-<% else: %><% for frame in calendar.business_hours['thu'].timeframes: %><%= frame[0] %>-<%= frame[1] %>
<% end %><% end %>
+
+
+
<%- @T('Friday') %>
<% if !calendar.business_hours['fri'].active || _.isEmpty(calendar.business_hours['fri'].timeframes): %>-<% else: %><% for frame in calendar.business_hours['fri'].timeframes: %><%= frame[0] %>-<%= frame[1] %>
<% end %><% end %>
+
+
+
<%- @T('Saturday') %>
<% if !calendar.business_hours['sat'].active || _.isEmpty(calendar.business_hours['sat'].timeframes): %>-<% else: %><% for frame in calendar.business_hours['sat'].timeframes: %><%= frame[0] %>-<%= frame[1] %>
<% end %><% end %>
+
+
+
<%- @T('Sunday') %>
<% if !calendar.business_hours['sun'].active || _.isEmpty(calendar.business_hours['sun'].timeframes): %>-<% else: %><% for frame in calendar.business_hours['sun'].timeframes: %><%= frame[0] %>-<%= frame[1] %>
<% end %><% end %>
+
+
+
+
+
<%- @T('Holidays') %>
+
+ <% if _.isEmpty(calendar.public_holidays_preview): %>-<% end %>
+ <% for holiday, meta of calendar.public_holidays_preview: %>
+
class="is-inactive"<% end %>>
+
<%- @Tdate(holiday) %>
+
<%= meta.summary %>
+ <% end %>
+
- <% if calendar.last_log: %>
<%= calendar.last_log %>
<% end %>
-
-
<%- @T('Time zone') %>
<%= calendar.timezone %>
-
-
-
<%- @T('Business Hours') %>
-
-
-
<%- @T('Monday') %>
<% if !calendar.business_hours['mon'].active || _.isEmpty(calendar.business_hours['mon'].timeframes): %>-<% else: %><% for frame in calendar.business_hours['mon'].timeframes: %><%= frame[0] %>-<%= frame[1] %>
<% end %><% end %>
-
-
-
<%- @T('Tuesday') %>
<% if !calendar.business_hours['tue'].active || _.isEmpty(calendar.business_hours['tue'].timeframes): %>-<% else: %><% for frame in calendar.business_hours['tue'].timeframes: %><%= frame[0] %>-<%= frame[1] %>
<% end %><% end %>
-
-
-
<%- @T('Wednesday') %>
<% if !calendar.business_hours['wed'].active || _.isEmpty(calendar.business_hours['wed'].timeframes): %>-<% else: %><% for frame in calendar.business_hours['wed'].timeframes: %><%= frame[0] %>-<%= frame[1] %>
<% end %><% end %>
-
-
-
<%- @T('Thursday') %>
<% if !calendar.business_hours['thu'].active || _.isEmpty(calendar.business_hours['thu'].timeframes): %>-<% else: %><% for frame in calendar.business_hours['thu'].timeframes: %><%= frame[0] %>-<%= frame[1] %>
<% end %><% end %>
-
-
-
<%- @T('Friday') %>
<% if !calendar.business_hours['fri'].active || _.isEmpty(calendar.business_hours['fri'].timeframes): %>-<% else: %><% for frame in calendar.business_hours['fri'].timeframes: %><%= frame[0] %>-<%= frame[1] %>
<% end %><% end %>
-
-
-
<%- @T('Saturday') %>
<% if !calendar.business_hours['sat'].active || _.isEmpty(calendar.business_hours['sat'].timeframes): %>-<% else: %><% for frame in calendar.business_hours['sat'].timeframes: %><%= frame[0] %>-<%= frame[1] %>
<% end %><% end %>
-
-
-
<%- @T('Sunday') %>
<% if !calendar.business_hours['sun'].active || _.isEmpty(calendar.business_hours['sun'].timeframes): %>-<% else: %><% for frame in calendar.business_hours['sun'].timeframes: %><%= frame[0] %>-<%= frame[1] %>
<% end %><% end %>
-
-
-
-
-
<%- @T('Holidays') %>
-
- <% if _.isEmpty(calendar.public_holidays_preview): %>-<% end %>
- <% for holiday, meta of calendar.public_holidays_preview: %>
-
class="is-inactive"<% end %>>
-
<%- @Tdate(holiday) %>
-
<%= meta.summary %>
- <% end %>
-
+
+ <% if !calendar.default: %>
+
<%- @T('Delete') %>
+
<%- @T('Set as Default') %>
+ <% else: %>
+
<%- @T('Delete') %>
+ <% end %>
+
<%- @T('Edit') %>
-
- <% if !calendar.default: %>
-
<%- @T('Delete') %>
-
<%- @T('Set as Default') %>
- <% else: %>
-
<%- @T('Delete') %>
- <% end %>
-
<%- @T('Edit') %>
-
-
-<% end %>
+ <% end %>
+
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/channel/chat.jst.eco b/app/assets/javascripts/app/views/channel/chat.jst.eco
index 70517e9e1..c54cd54fd 100644
--- a/app/assets/javascripts/app/views/channel/chat.jst.eco
+++ b/app/assets/javascripts/app/views/channel/chat.jst.eco
@@ -3,7 +3,7 @@
<%- @T('Chat Widget') %>
-
+
<%- @T('You can embedd this widget into your web page to allow visitors to directly chat with you.') %>
diff --git a/app/assets/javascripts/app/views/generic/admin/index.jst.eco b/app/assets/javascripts/app/views/generic/admin/index.jst.eco
index 69c72e481..25b61658b 100644
--- a/app/assets/javascripts/app/views/generic/admin/index.jst.eco
+++ b/app/assets/javascripts/app/views/generic/admin/index.jst.eco
@@ -14,4 +14,6 @@
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/generic/admin_level2/index.jst.eco b/app/assets/javascripts/app/views/generic/admin_level2/index.jst.eco
index 6afe7eb7d..8a5e25c5c 100644
--- a/app/assets/javascripts/app/views/generic/admin_level2/index.jst.eco
+++ b/app/assets/javascripts/app/views/generic/admin_level2/index.jst.eco
@@ -16,6 +16,7 @@
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/generic/tabs.jst.eco b/app/assets/javascripts/app/views/generic/tabs.jst.eco
index da97ce037..089c06bb0 100644
--- a/app/assets/javascripts/app/views/generic/tabs.jst.eco
+++ b/app/assets/javascripts/app/views/generic/tabs.jst.eco
@@ -3,9 +3,11 @@
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/maintenance.jst.eco b/app/assets/javascripts/app/views/maintenance.jst.eco
index 665cc55c3..d9f083ca6 100644
--- a/app/assets/javascripts/app/views/maintenance.jst.eco
+++ b/app/assets/javascripts/app/views/maintenance.jst.eco
@@ -1,21 +1,30 @@
-
-
<%- @T('Maintenance Message') %>
+
+
+
<%- @T('Maintenance Message') %>
+
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/object_manager/index.jst.eco b/app/assets/javascripts/app/views/object_manager/index.jst.eco
index 36a9157bc..6d0e45a53 100644
--- a/app/assets/javascripts/app/views/object_manager/index.jst.eco
+++ b/app/assets/javascripts/app/views/object_manager/index.jst.eco
@@ -7,37 +7,39 @@
<%- @T( 'New Attribute' ) %>
-
-
Database Update required
-
<%- @T( 'Changes were made that require a database update. This might take some time.' ) %>
-
-
Discard Changes
-
<%- @T( 'Update Database' ) %>
-
-
-
-
-
<%- @T('Updating Database') %>
-
-
+
+
+
Database Update required
+
<%- @T( 'Changes were made that require a database update. This might take some time.' ) %>
+
+
Discard Changes
+
<%- @T( 'Update Database' ) %>
-
-
-
-
-
<%- @T('Display') %>
-
<%- @T('Name') %>
-
<%- @T('Type') %>
-
-
-
- <% for item in @items: %>
-
-
<%= item.display %>
-
<%= item.name %>
-
<%= item.data_type %>
-
- <% end %>
-
-
\ No newline at end of file
+
+
+
<%- @T('Updating Database') %>
+
+
+
+
+
+
+
+
+
<%- @T('Display') %>
+
<%- @T('Name') %>
+
<%- @T('Type') %>
+
+
+
+ <% for item in @items: %>
+
+
<%= item.display %>
+
<%= item.name %>
+
<%= item.data_type %>
+
+ <% end %>
+
+
+
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/package.jst.eco b/app/assets/javascripts/app/views/package.jst.eco
index 094049bec..73818b1ad 100644
--- a/app/assets/javascripts/app/views/package.jst.eco
+++ b/app/assets/javascripts/app/views/package.jst.eco
@@ -2,38 +2,40 @@
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/profile/avatar.jst.eco b/app/assets/javascripts/app/views/profile/avatar.jst.eco
index 7b80d3110..5fb0042ae 100644
--- a/app/assets/javascripts/app/views/profile/avatar.jst.eco
+++ b/app/assets/javascripts/app/views/profile/avatar.jst.eco
@@ -9,7 +9,7 @@
<%- @T('Upload') %>
-
+
<% for avatar in @avatars: %>
<% if avatar.initial: %>
diff --git a/app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco b/app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco
index 3127bda9e..76e86cbea 100644
--- a/app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco
+++ b/app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco
@@ -3,45 +3,47 @@
<%= @T('Calendar') %>
-
<%= @T('Ticket Subscriptions') %>
+
+
<%= @T('Ticket Subscriptions') %>
-
<%= @T('See your tickets from within your favorite calendar by adding the following url to your calendar app.') %>
+
<%= @T('See your tickets from within your favorite calendar by adding the following url to your calendar app.') %>
-
<%= @T('URL') %>
-
+
<%= @T('URL') %>
+
-
<%= @T('Subscription Settings') %>
-
-
-
-
<%= @T('Status Type') %>
-
<%= @T('Options') %>
-
<%= @T('Direct URL') %>
-
-
-
- <% for stateType, options of @preferences: %>
-
-
- <%= @translationTable[stateType] %>
-
-
-
-
-
-
<%= @T('Show') %>
-
-
- <% end %>
-
-
\ No newline at end of file
+
<%= @T('Subscription Settings') %>
+
+
+
+
<%= @T('Status Type') %>
+
<%= @T('Options') %>
+
<%= @T('Direct URL') %>
+
+
+
+ <% for stateType, options of @preferences: %>
+
+
+ <%= @translationTable[stateType] %>
+
+
+
+
+
+
<%= @T('Show') %>
+
+
+ <% end %>
+
+
+
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/profile/devices.jst.eco b/app/assets/javascripts/app/views/profile/devices.jst.eco
index 6611d1d3c..f15162bb2 100644
--- a/app/assets/javascripts/app/views/profile/devices.jst.eco
+++ b/app/assets/javascripts/app/views/profile/devices.jst.eco
@@ -2,7 +2,7 @@
<%- @T( 'Devices' ) %>
-
+
<%- @T('All computers and browsers that have access to your Zammad appear here.') %>
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/profile/linked_accounts.jst.eco b/app/assets/javascripts/app/views/profile/linked_accounts.jst.eco
index 7e540bb7c..8db0bb0c8 100644
--- a/app/assets/javascripts/app/views/profile/linked_accounts.jst.eco
+++ b/app/assets/javascripts/app/views/profile/linked_accounts.jst.eco
@@ -3,12 +3,14 @@
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/profile/notification.jst.eco b/app/assets/javascripts/app/views/profile/notification.jst.eco
index 4e55fed73..58e6be734 100644
--- a/app/assets/javascripts/app/views/profile/notification.jst.eco
+++ b/app/assets/javascripts/app/views/profile/notification.jst.eco
@@ -2,7 +2,7 @@
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/report/main.jst.eco b/app/assets/javascripts/app/views/report/main.jst.eco
index 4adf5fd60..4d5f9b2db 100644
--- a/app/assets/javascripts/app/views/report/main.jst.eco
+++ b/app/assets/javascripts/app/views/report/main.jst.eco
@@ -11,7 +11,7 @@
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/settings/item.jst.eco b/app/assets/javascripts/app/views/settings/item.jst.eco
index 41518a5b7..b4b72d923 100644
--- a/app/assets/javascripts/app/views/settings/item.jst.eco
+++ b/app/assets/javascripts/app/views/settings/item.jst.eco
@@ -1,6 +1,6 @@
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/translation/index.jst.eco b/app/assets/javascripts/app/views/translation/index.jst.eco
index 77c2a1684..ec2b63a9a 100644
--- a/app/assets/javascripts/app/views/translation/index.jst.eco
+++ b/app/assets/javascripts/app/views/translation/index.jst.eco
@@ -9,5 +9,7 @@
-
-
\ No newline at end of file
+
+
+
+
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/user.jst.eco b/app/assets/javascripts/app/views/user.jst.eco
index 4b5ca7c41..749c7c019 100644
--- a/app/assets/javascripts/app/views/user.jst.eco
+++ b/app/assets/javascripts/app/views/user.jst.eco
@@ -10,19 +10,20 @@
<% end %>