From 9980d2d314ab7ae1235ac20e30419f86a9e4768c Mon Sep 17 00:00:00 2001 From: mschering Date: Tue, 15 Dec 2020 15:47:50 +0100 Subject: [PATCH] Empty text --- .../community/addressbook/views/extjs3/BirthdaysPortlet.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/go/modules/community/addressbook/views/extjs3/BirthdaysPortlet.js b/www/go/modules/community/addressbook/views/extjs3/BirthdaysPortlet.js index 0ddaf1303b..7609f49b71 100644 --- a/www/go/modules/community/addressbook/views/extjs3/BirthdaysPortlet.js +++ b/www/go/modules/community/addressbook/views/extjs3/BirthdaysPortlet.js @@ -96,6 +96,11 @@ go.modules.community.addressbook.BirthdaysPortlet = Ext.extend(go.grid.GridPanel this.loadMask = true; this.autoHeight = true; + this.viewConfig = { + emptyText: 'cake

' + t("No items to display") + '

' + }; + + this.supr().initComponent.call(this); this.on("rowclick", function(grid, index, e) {