Commit 4ec1081e authored by Jim Fulton's avatar Jim Fulton

Changed the way that the icon is handled.

parent 65b89fa3
......@@ -119,12 +119,10 @@ class ZClassBasicSheet(OFS.PropertySheets.PropertySheet,
self, REQUEST,
manage_tabs_message='Basic properties changed')
def icon(self):
def classIcon(self):
return self.getClassAttr('icon','')
def meta_type(self):
return self.getClassAttr('meta_type','')
class ZClassViewsSheet(OFS.PropertySheets.PropertySheet,
OFS.PropertySheets.View):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment