~ubuntu-branches/ubuntu/trusty/z3c.form/trusty

« back to all changes in this revision

Viewing changes to src/z3c/form/browser/image_input.pt

  • Committer: Gediminas Paulauskas
  • Author(s): Logan Rosen
  • Date: 2013-01-28 13:07:33 UTC
  • mfrom: (1.2.1)
  • Revision ID: menesis@pov.lt-20130128130733-remqrwlo2b2smcrp
Tags: 2.9.1-0ubuntu1
* New upstream release.
* debian/rules: Remove zope34 from PYDEB_SUGGESTS_EXTRAS, as it was removed
  from setup.py.
* debian/copyright: Update Format URI.
* debian/control:
  - Remove article from description synopsis.
  - Bump Standards-Version to 3.9.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
      xmlns:tal="http://xml.zope.org/namespaces/tal"
3
3
      tal:omit-tag="">
4
4
<input id="" name="" class="" src="" value=""
5
 
       accesskey="" type="image" 
 
5
       accesskey="" type="image"
6
6
       tal:attributes="id view/id;
7
7
                       name view/name;
8
8
                       class view/klass;