[Mapbender-commits] r2240 - branches/2.5/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Mar 13 10:26:04 EDT 2008


Author: christoph
Date: 2008-03-13 10:26:04 -0400 (Thu, 13 Mar 2008)
New Revision: 2240

Modified:
   branches/2.5/http/php/mod_editWMS_Metadata.php
Log:
datepicker 
moved to extensions

Modified: branches/2.5/http/php/mod_editWMS_Metadata.php
===================================================================
--- branches/2.5/http/php/mod_editWMS_Metadata.php	2008-03-13 14:25:29 UTC (rev 2239)
+++ branches/2.5/http/php/mod_editWMS_Metadata.php	2008-03-13 14:26:04 UTC (rev 2240)
@@ -59,7 +59,7 @@
 {
     dTarget = obj;
     var dp =
-window.open('../tools/datepicker/datepicker.php?m=Jan_Feb_Mrz_Apr_Mai_Jun_Jul_Aug_Sep_Okt_Nov_Dez&d=Mo_Di_Mi_Do_Fr_Sa_So&t=heute','dp','left=200,top=200,width=230,height=210,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0');
+window.open('../extensions/datepicker/datepicker.php?m=Jan_Feb_Mrz_Apr_Mai_Jun_Jul_Aug_Sep_Okt_Nov_Dez&d=Mo_Di_Mi_Do_Fr_Sa_So&t=heute','dp','left=200,top=200,width=230,height=210,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0');
     dp.focus();
     return false
 }



More information about the Mapbender_commits mailing list