# HG changeset patch # User Thierry Florac # Date 1528960364 -7200 # Node ID 9dc1d14806bcda98524408cd45c75808a520e2f7 # Parent d0f98180ef0d760311737a7754eeee6f1f006fb1 Updated portlet preview template diff -r d0f98180ef0d -r 9dc1d14806bc src/pyams_content/portlet/content/interfaces/__init__.py --- a/src/pyams_content/portlet/content/interfaces/__init__.py Thu Jun 14 09:12:09 2018 +0200 +++ b/src/pyams_content/portlet/content/interfaces/__init__.py Thu Jun 14 09:12:44 2018 +0200 @@ -16,9 +16,9 @@ # import standard library # import interfaces +from pyams_portal.interfaces import IPortletSettings # import packages -from pyams_portal.interfaces import IPortletSettings class ISharedContentPortletSettings(IPortletSettings): diff -r d0f98180ef0d -r 9dc1d14806bc src/pyams_content/portlet/content/zmi/preview.pt --- a/src/pyams_content/portlet/content/zmi/preview.pt Thu Jun 14 09:12:09 2018 +0200 +++ b/src/pyams_content/portlet/content/zmi/preview.pt Thu Jun 14 09:12:44 2018 +0200 @@ -1,13 +1,3 @@ - - This is where the content will be displayed!! - - -
- - - - -
-
+ This is where the content will be displayed!!