Removed unused template
authorThierry Florac <thierry.florac@onf.fr>
Tue, 19 Sep 2017 11:10:19 +0200
changeset 167 9830acb98590
parent 166 bdacf9434df6
child 168 0d80c3c49bab
Removed unused template
src/pyams_content/component/gallery/zmi/templates/container.pt
--- a/src/pyams_content/component/gallery/zmi/templates/container.pt	Tue Sep 19 11:09:19 2017 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-<div class="ams-widget">
-	<header>
-		<span tal:condition="view.widget_icon_class | nothing"
-			  class="widget-icon"><i tal:attributes="class view.widget_icon_class"></i>
-		</span>
-		<h2 tal:content="view.title"></h2>
-		<tal:var content="structure provider:pyams.widget_title" />
-		<tal:var content="structure provider:pyams.toolbar" />
-	</header>
-	<div class="widget-body no-widget-toolbar">
-		<tal:var content="structure view.galleries_table.render()" />
-	</div>
-</div>