[Mapbender-commits] r8280 - trunk/mapbender/http/plugins
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Mar 8 11:17:33 EST 2012
Author: armin11
Date: 2012-03-08 08:17:33 -0800 (Thu, 08 Mar 2012)
New Revision: 8280
Modified:
trunk/mapbender/http/plugins/mod_WMSpreferencesDiv.php
trunk/mapbender/http/plugins/mod_jsonAutocompleteGazetteer.php
Log:
Push modules to plugins folder
Modified: trunk/mapbender/http/plugins/mod_WMSpreferencesDiv.php
===================================================================
--- trunk/mapbender/http/plugins/mod_WMSpreferencesDiv.php 2012-03-08 16:16:31 UTC (rev 8279)
+++ trunk/mapbender/http/plugins/mod_WMSpreferencesDiv.php 2012-03-08 16:17:33 UTC (rev 8280)
@@ -21,7 +21,7 @@
* > e_js_file, e_mb_mod, e_target, e_requires, e_url) VALUES(
* > '<app_id>','WMS_preferencesDiv',12,1,'Configure WMS preferences - div tag','WMS preferences',
* > 'div','','',870,60,400,500,NULL ,'z-index:9999;','','div','../plugins/mod_WMSpreferencesDiv.php',
- * > '','mapframe1','jq_ui_dialog','http://www.mapbender.org/index.php/mod_WMSpreferencesDiv.php');
+ * > '','mapframe1','jq_ui_dialog','http://www.mapbender.org/index.php/mod_WMSpreferencesDiv');
* >
* > INSERT INTO gui_element(fkey_gui_id, e_id, e_pos, e_public, e_comment,
* > e_title, e_element, e_src, e_attributes, e_left, e_top, e_width, e_height,
Modified: trunk/mapbender/http/plugins/mod_jsonAutocompleteGazetteer.php
===================================================================
--- trunk/mapbender/http/plugins/mod_jsonAutocompleteGazetteer.php 2012-03-08 16:16:31 UTC (rev 8279)
+++ trunk/mapbender/http/plugins/mod_jsonAutocompleteGazetteer.php 2012-03-08 16:17:33 UTC (rev 8280)
@@ -180,7 +180,7 @@
return false;
});
if (options.isDraggable){
- this.formContainer.draggable();
+ //this.formContainer.draggable();//problem with print module
}
this.symbolForInput = $(document.createElement('img')).appendTo(this.formContainer);
this.symbolForInput.attr({'id':'symboldForInputId'});
More information about the Mapbender_commits
mailing list