8687.15.30
by Karl Fogel
Add the license header block to all .zcml files. |
1 |
<!-- Copyright 2009 Canonical Ltd. This software is licensed under the
|
2 |
GNU Affero General Public License version 3 (see the file LICENSE).
|
|
3 |
-->
|
|
4 |
||
2373
by Canonical.com Patch Queue Manager
[r=SteveA,BjornT] Zope3FormErrorMessages |
5 |
<configure xmlns="http://namespaces.zope.org/zope" > |
6 |
<!-- Override the standard IWidgetInputErrorView implementation
|
|
7 |
with our more intelligent version -->
|
|
8 |
<view
|
|
9 |
type="zope.publisher.interfaces.browser.IBrowserRequest" |
|
10 |
for="zope.app.form.interfaces.IWidgetInputError" |
|
11 |
provides="zope.app.form.browser.interfaces.IWidgetInputErrorView" |
|
12 |
factory="canonical.launchpad.validators.WidgetInputErrorView" |
|
13 |
permission="zope.Public" |
|
14 |
/>
|
|
15 |
</configure>
|