From 096e10aad4a418b9fa09f5736d519886e82b2f8b Mon Sep 17 00:00:00 2001 From: AndyButland Date: Wed, 13 Aug 2014 20:06:55 +0100 Subject: [PATCH] Moved list view no results message into table body as otherwise if you apply a filter that returns no results, you can't clear it again --- .../propertyeditors/listview/listview.html | 28 ++++++++++++------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html index 57b7eff7c9..9155a63419 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html @@ -41,11 +41,7 @@ -

- There are no items show in the list. -

- - +
- + + + + + + + + + - + -
@@ -68,20 +64,32 @@
+

There are no items show in the list.

+
- - {{result.name}}{{result.updateDate|date:'medium'}} + {{result.name}} + + {{result.updateDate|date:'medium'}} {{result.owner.name}} + + {{result.owner.name}}