Changeset 908
- Timestamp:
- 03/09/10 16:51:26 (5 months ago)
- Location:
- GeoNode/trunk/src
- Files:
-
- 3 modified
-
GeoNodePy/geonode/maps/views.py (modified) (1 diff)
-
GeoNodePy/geonode/settings.py (modified) (1 diff)
-
geonode-client/src/script/app/MapGrid.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
GeoNode/trunk/src/GeoNodePy/geonode/maps/views.py
r906 r908 195 195 # remove layer from django models 196 196 layer.delete() 197 198 197 # remove layer from geoserver catalog 199 198 # -
GeoNode/trunk/src/GeoNodePy/geonode/settings.py
r906 r908 5 5 _ = lambda x: x 6 6 7 DEBUG = False7 DEBUG = True 8 8 SITENAME = "CAPRA GeoNode" 9 9 TEMPLATE_DEBUG = DEBUG -
GeoNode/trunk/src/geonode-client/src/script/app/MapGrid.js
r907 r908 39 39 40 40 var tpl = new Ext.Template('<p><b>' + this.mapAbstractLabelText + ':</b> {abstract}</p>'+ 41 '<p><a href="/maps/{id} .html">' + this.mapLinkLabelText + '</a></p>');41 '<p><a href="/maps/{id}">' + this.mapLinkLabelText + '</a></p>'); 42 42 43 43 this.expander = new Ext.grid.RowExpander({tpl: tpl});
