~fekete-mihai/geospatial-addons/geospatial-addons

« back to all changes in this revision

Viewing changes to base_geoengine/static/src/xml/geoengine.xml

  • Committer: nicolas.bessi at camptocamp
  • Author(s): nbessi and fredj
  • Date: 2012-12-13 13:53:14 UTC
  • mfrom: (81.4.11 geoengine-edit-widget)
  • Revision ID: nicolas.bessi@camptocamp.com-20121213135314-c6dw28ar6hcno5uv
[ADD] support of basic edit widget in GeoEngine + support of reprojection

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    </tr>
33
33
    </table>
34
34
  </t>
 
35
 
35
36
  <t t-name="FieldGeoPointXY.readonly">
36
37
    <div
37
38
        t-att-id="widget.element_id"
38
39
        t-attf-class="field_#{widget.type} #{_(['geo_point_xy']).contains(widget.type) ? 'oe-number' : ''}">
39
40
    </div>
40
41
  </t>
 
42
 
41
43
  <t t-name="FieldGeoRect">
42
44
    <table cellpadding="0" cellspacing="0" border="0" width="100%">
43
45
    <tr>
86
88
        t-attf-class="field_#{widget.type} #{_(['geo_point_xy']).contains(widget.type) ? 'oe-number' : ''}">
87
89
    </div>
88
90
  </t>
 
91
 
 
92
 
 
93
<t t-name="FieldGeoEngineEditMap">
 
94
  <div t-att-id="widget.element_id" t-attf-class="field_#{widget.type}" border="1"/>
 
95
</t>
 
96
 
89
97
</template>