[Mapbender-commits] r6886 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Sep 3 10:51:27 EDT 2010


Author: christoph
Date: 2010-09-03 14:51:27 +0000 (Fri, 03 Sep 2010)
New Revision: 6886

Modified:
   trunk/mapbender/http/javascripts/mod_tab.js
   trunk/mapbender/http/javascripts/mod_tab_expandable.js
Log:
draw border around tab item

Modified: trunk/mapbender/http/javascripts/mod_tab.js
===================================================================
--- trunk/mapbender/http/javascripts/mod_tab.js	2010-09-03 14:51:01 UTC (rev 6885)
+++ trunk/mapbender/http/javascripts/mod_tab.js	2010-09-03 14:51:27 UTC (rev 6886)
@@ -401,6 +401,7 @@
 		var index = getIndexById(id);
 		if (index !== null) {
 			var obj = document.getElementById(id);
+			$(obj).addClass("ui-widget-content");
 			var newpos = ((index+1) * tabHeight) + parseInt(tabTopOffset, 10);
 			//try to apply for childs of horizontal tabs
 			try{

Modified: trunk/mapbender/http/javascripts/mod_tab_expandable.js
===================================================================
--- trunk/mapbender/http/javascripts/mod_tab_expandable.js	2010-09-03 14:51:01 UTC (rev 6885)
+++ trunk/mapbender/http/javascripts/mod_tab_expandable.js	2010-09-03 14:51:27 UTC (rev 6886)
@@ -423,6 +423,7 @@
         var index = getIndexById(id);
         if (index !== null) {
             var obj = document.getElementById(id);
+			$(obj).addClass("ui-widget-content");
             var newpos = ((index + 1) * tabHeight) + parseInt(tabTopOffset, 10);
             //try to apply for childs of horizontal tabs
             try {



More information about the Mapbender_commits mailing list