[Mapbender-commits] r7190 - branches/2.6/http/html

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Dec 6 09:54:54 EST 2010


Author: astrid_emde
Date: 2010-12-06 06:54:53 -0800 (Mon, 06 Dec 2010)
New Revision: 7190

Modified:
   branches/2.6/http/html/mod_treefolderPlain.php
Log:
resizable=yes gesetzt

Modified: branches/2.6/http/html/mod_treefolderPlain.php
===================================================================
--- branches/2.6/http/html/mod_treefolderPlain.php	2010-12-06 13:23:01 UTC (rev 7189)
+++ branches/2.6/http/html/mod_treefolderPlain.php	2010-12-06 14:54:53 UTC (rev 7190)
@@ -21,7 +21,7 @@
 include '../include/dyn_js.php';
 ?>
 function openwindow (Adresse) {
-	Fenster1 = window.open(Adresse, "Informationen", "width=500,height=500,left=100,top=100,scrollbars=yes,resizable=no");
+	Fenster1 = window.open(Adresse, "Informationen", "width=500,height=500,left=100,top=100,scrollbars=yes,resizable=yes");
 	Fenster1.focus();
 }
 <?php



More information about the Mapbender_commits mailing list