[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/intid/browser/ - add
an icon for IIntIds objects
Fred L. Drake, Jr.
fdrake at gmail.com
Tue Jul 25 11:56:16 EDT 2006
Log message for revision 69255:
- add an icon for IIntIds objects
- clean up ZCML for style-guide conformance
Changed:
U Zope3/trunk/src/zope/app/intid/browser/configure.zcml
A Zope3/trunk/src/zope/app/intid/browser/intids.png
-=-
Modified: Zope3/trunk/src/zope/app/intid/browser/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/intid/browser/configure.zcml 2006-07-25 13:59:56 UTC (rev 69254)
+++ Zope3/trunk/src/zope/app/intid/browser/configure.zcml 2006-07-25 15:56:16 UTC (rev 69255)
@@ -7,7 +7,7 @@
description="A utility that provides unique ids to objects"
class="zope.app.intid.IntIds"
permission="zope.ManageSite"
- />
+ />
<page
name="index.html"
@@ -16,7 +16,7 @@
permission="zope.ManageServices"
class=".IntIdsView"
template="registrations.pt"
- />
+ />
<page
name="populate"
@@ -24,6 +24,12 @@
permission="zope.ManageServices"
class=".IntIdsView"
attribute="populate"
- />
+ />
+ <icon
+ name="zmi_icon"
+ file="intids.png"
+ for="zope.app.intid.interfaces.IIntIds"
+ />
+
</zope:configure>
Added: Zope3/trunk/src/zope/app/intid/browser/intids.png
===================================================================
(Binary files differ)
Property changes on: Zope3/trunk/src/zope/app/intid/browser/intids.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
More information about the Zope3-Checkins
mailing list