diff --git a/frontend/app/views/components/org/case-template/case-templates.html b/frontend/app/views/components/org/case-template/case-templates.html index 0249e70dc8..77e2be68fa 100644 --- a/frontend/app/views/components/org/case-template/case-templates.html +++ b/frontend/app/views/components/org/case-template/case-templates.html @@ -23,20 +23,27 @@
-
- - -

Current templates

+
+

Current templates

There are no templates
-
+
diff --git a/frontend/app/views/components/org/case-template/details.html b/frontend/app/views/components/org/case-template/details.html index 41e12ae1dd..60e9a8221f 100644 --- a/frontend/app/views/components/org/case-template/details.html +++ b/frontend/app/views/components/org/case-template/details.html @@ -9,6 +9,14 @@

Case basic information

+
+ +
+ +

This is a display name of the template

+
+
+
diff --git a/frontend/app/views/partials/case/case.creation.html b/frontend/app/views/partials/case/case.creation.html index 72edf0ac6a..0824e3b20d 100644 --- a/frontend/app/views/partials/case/case.creation.html +++ b/frontend/app/views/partials/case/case.creation.html @@ -15,7 +15,7 @@

Case details

- {{template.titlePrefix}} +
@@ -101,7 +101,7 @@

Case details

Case tasks - (from [{{template.name}}] template) + (from template: {{template.displayName || template.name}} )

diff --git a/frontend/app/views/partials/case/case.templates.selector.html b/frontend/app/views/partials/case/case.templates.selector.html index 16ed0ddd63..839661d649 100644 --- a/frontend/app/views/partials/case/case.templates.selector.html +++ b/frontend/app/views/partials/case/case.templates.selector.html @@ -31,7 +31,7 @@

Select a template

ng-class="{'active': dialog.state.selected === template.id}" ng-click="dialog.next(template)"> - {{template.name}}
+ {{template.displayName || template.name}}

{{template.description | ellipsis:200}}