[Mapbender-commits] r5587 -
trunk/mapbender/resources/db/pgsql/UTF-8/update
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Sat Feb 20 15:47:54 EST 2010
Author: astrid_emde
Date: 2010-02-20 15:47:53 -0500 (Sat, 20 Feb 2010)
New Revision: 5587
Modified:
trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql
Log:
add draggable
Modified: trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql 2010-02-20 20:26:41 UTC (rev 5586)
+++ trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql 2010-02-20 20:47:53 UTC (rev 5587)
@@ -1271,7 +1271,7 @@
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, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires, e_url)
-Select 'toolbox_jquery','jq_ui_draggable',5,1,'Draggable from the jQuery UI framework','','','','',
+Select fkey_gui_id,'jq_ui_draggable',5,1,'Draggable from the jQuery UI framework','','','','',
NULL ,NULL ,NULL ,NULL ,NULL ,'','','','','../extensions/jquery-ui-1.7.2.custom/development-bundle/ui/min.ui.draggable.js','','jq_ui',
'http://jqueryui.com/demos/draggable/'
from gui_element WHERE
More information about the Mapbender_commits
mailing list