Changeset 1007 for PrimaGIS/branches/primagis-plone-3.0
- Timestamp:
- 10/14/07 08:08:30 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
PrimaGIS/branches/primagis-plone-3.0/src/primagis/browser/widgets/boundingbox.pt
r856 r1007 18 18 tal:content="bbox/miny/title">Miny</label> 19 19 <div class="formHelp" 20 tal:content="bbox/min x/description">Description</div>20 tal:content="bbox/miny/description">Description</div> 21 21 <input type="text" name="form.field.1." id="form.field.1." 22 22 tal:attributes="name id; … … 31 31 tal:content="bbox/maxx/title">Maxx</label> 32 32 <div class="formHelp" 33 tal:content="bbox/m inx/description">Description</div>33 tal:content="bbox/maxx/description">Description</div> 34 34 <input type="text" name="form.field.2." id="form.field.2." 35 35 tal:attributes="name id; … … 42 42 tal:content="bbox/maxy/title">Maxy</label> 43 43 <div class="formHelp" 44 tal:content="bbox/m inx/description">Description</div>44 tal:content="bbox/maxy/description">Description</div> 45 45 <input type="text" name="form.field.3." id="form.field.3." 46 46 tal:attributes="name id;
