Browse Source

fixed bug - tableAjax edit map icons not visible - wrong path

Piotr Labudda 8 năm trước cách đây
mục cha
commit
f7d1204d16
1 tập tin đã thay đổi với 12 bổ sung12 xóa
  1. 12 12
      SE/se-lib/TableAjaxMap.php

+ 12 - 12
SE/se-lib/TableAjaxMap.php

@@ -26,21 +26,21 @@ class TableAjaxMap {
 	}
 
 	public function printCSS() {
-// <link rel="stylesheet" href="stuff/open-layers/theme/default/style.css" type="text/css">
-// <link rel="stylesheet" href="stuff/open-layers/style.css" type="text/css">
+// <link rel="stylesheet" href="static/open-layers-2/theme/default/style.css" type="text/css">
+// <link rel="stylesheet" href="static/open-layers-2/style.css" type="text/css">
 		?>
 <style type="text/css">
 .TableAjaxMap { width:100%; height:<?php echo $this->_height; ?>px; }
-.olControlEditingToolbar .olControlModifyFeatureItemInactive { background-image:url(stuff/open-layers/theme/default/img/draw_point_off.png); }
-.olControlEditingToolbar .olControlModifyFeatureItemActive   { background-image:url(stuff/open-layers/theme/default/img/draw_point_on.png); }
-.olControlEditingToolbar .olControlSelectFeatureItemInactive { background-image:url(stuff/open-layers/theme/default/img/move_feature_off.png); }
-.olControlEditingToolbar .olControlSelectFeatureItemActive   { background-image:url(stuff/open-layers/theme/default/img/move_feature_on.png); }
-.olControlEditingToolbar .olControlRefreshItemInactive { background-image: url(stuff/open-layers/theme/default/img/refresh_feature_off.png); }
-.olControlEditingToolbar .olControlRefreshItemActive { background-image: url(stuff/open-layers/theme/default/img/refresh_feature_on.png); }
-.olControlEditingToolbar .olControlSaveItemInactive { background-image: url(stuff/open-layers/theme/default/img/save_features_off.png); }
-.olControlEditingToolbar .olControlSaveItemActive { background-image: url(stuff/open-layers/theme/default/img/save_features_on.png); }
-.olControlEditingToolbar .olControlUserLocationItemInactive { background-image: url(stuff/open-layers/theme/default/img/geolocation-off.png); }
-.olControlEditingToolbar .olControlUserLocationItemActive { background-image: url(stuff/open-layers/theme/default/img/geolocation-on.png); }
+.olControlEditingToolbar .olControlModifyFeatureItemInactive { background-image:url(static/open-layers-2/theme/default/img/draw_point_off.png); }
+.olControlEditingToolbar .olControlModifyFeatureItemActive   { background-image:url(static/open-layers-2/theme/default/img/draw_point_on.png); }
+.olControlEditingToolbar .olControlSelectFeatureItemInactive { background-image:url(static/open-layers-2/theme/default/img/move_feature_off.png); }
+.olControlEditingToolbar .olControlSelectFeatureItemActive   { background-image:url(static/open-layers-2/theme/default/img/move_feature_on.png); }
+.olControlEditingToolbar .olControlRefreshItemInactive { background-image: url(static/open-layers-2/theme/default/img/refresh_feature_off.png); }
+.olControlEditingToolbar .olControlRefreshItemActive { background-image: url(static/open-layers-2/theme/default/img/refresh_feature_on.png); }
+.olControlEditingToolbar .olControlSaveItemInactive { background-image: url(static/open-layers-2/theme/default/img/save_features_off.png); }
+.olControlEditingToolbar .olControlSaveItemActive { background-image: url(static/open-layers-2/theme/default/img/save_features_on.png); }
+.olControlEditingToolbar .olControlUserLocationItemInactive { background-image: url(static/open-layers-2/theme/default/img/geolocation-off.png); }
+.olControlEditingToolbar .olControlUserLocationItemActive { background-image: url(static/open-layers-2/theme/default/img/geolocation-on.png); }
 .olControlLayerSwitcher .layersDiv { border-radius:10px 0 0 10px; opacity:0.75; filter:alpha(opacity=75); }
 .notsupported { color:red; }
 .TableAjaxMap .layersDiv input { margin:0; }