[Commits] r362 - in apps/opengeo/geoexplorer/trunk: lib theme
commits at geoext.org
commits at geoext.org
Wed Apr 8 00:46:39 CEST 2009
Author: tschaub
Date: 2009-04-08 00:46:39 +0200 (Wed, 08 Apr 2009)
New Revision: 362
Modified:
apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
apps/opengeo/geoexplorer/trunk/theme/geoexplorer.css
Log:
Graphic for 'Add Layers' button (see #361)
Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-04-07 22:43:04 UTC (rev 361)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-04-07 22:46:39 UTC (rev 362)
@@ -107,7 +107,8 @@
})
}],
tbar: [new Ext.Button({
- text : "Add Layers...",
+ text : "Add Layers",
+ iconCls: "icon-addlayers",
handler : this.showCapabilitiesGrid,
scope: this
})]
Modified: apps/opengeo/geoexplorer/trunk/theme/geoexplorer.css
===================================================================
--- apps/opengeo/geoexplorer/trunk/theme/geoexplorer.css 2009-04-07 22:43:04 UTC (rev 361)
+++ apps/opengeo/geoexplorer/trunk/theme/geoexplorer.css 2009-04-07 22:46:39 UTC (rev 362)
@@ -1,3 +1,7 @@
+.icon-addlayers {
+ background-image: url(img/silk/add.png) !important;
+}
+
.icon-getfeatureinfo {
background-image: url(img/silk/information.png) !important;
}
More information about the Commits
mailing list