[fusion-commits] r2430 - trunk/widgets/Search

svn_fusion at osgeo.org svn_fusion at osgeo.org
Mon Sep 26 12:10:16 EDT 2011


Author: jng
Date: 2011-09-26 09:10:16 -0700 (Mon, 26 Sep 2011)
New Revision: 2430

Modified:
   trunk/widgets/Search/ErrorPage.templ
   trunk/widgets/Search/SearchPrompt.templ
Log:
#460: Port over fixes from my github fork. Fix syntax errors in search widget

Modified: trunk/widgets/Search/ErrorPage.templ
===================================================================
--- trunk/widgets/Search/ErrorPage.templ	2011-09-26 16:07:59 UTC (rev 2429)
+++ trunk/widgets/Search/ErrorPage.templ	2011-09-26 16:10:16 UTC (rev 2430)
@@ -56,7 +56,7 @@
 	else
 	{
 		var node = parent;
-		while (!node.fusion && node.parent)
+		while (!node.Fusion && node.parent)
 			node = node.parent;
 		return node;
 	}

Modified: trunk/widgets/Search/SearchPrompt.templ
===================================================================
--- trunk/widgets/Search/SearchPrompt.templ	2011-09-26 16:07:59 UTC (rev 2429)
+++ trunk/widgets/Search/SearchPrompt.templ	2011-09-26 16:10:16 UTC (rev 2430)
@@ -85,7 +85,7 @@
 	else
 	{
 		var node = parent;
-		while (!node.fusion && node.parent)
+		while (!node.Fusion && node.parent)
 			node = node.parent;
 		return node;
 	}



More information about the fusion-commits mailing list