[Mapbender-commits] r3627 - trunk/mapbender/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Mar 3 05:48:42 EST 2009
Author: christoph
Date: 2009-03-03 05:48:42 -0500 (Tue, 03 Mar 2009)
New Revision: 3627
Modified:
trunk/mapbender/http/classes/class_element.php
Log:
changed div to p for complete_mapbender
Modified: trunk/mapbender/http/classes/class_element.php
===================================================================
--- trunk/mapbender/http/classes/class_element.php 2009-03-03 08:59:53 UTC (rev 3626)
+++ trunk/mapbender/http/classes/class_element.php 2009-03-03 10:48:42 UTC (rev 3627)
@@ -209,10 +209,10 @@
"loading application '" . $this->guiId . "'";
}
}
- $openTag .= "<div id='loading_mapbender' " .
+ $openTag .= "<p id='loading_mapbender' " .
"style='margin:0px;padding:0px;width:100%;height:100%;'>" .
- $splashScreen . "</div>" .
- "<div id='complete_mapbender' " .
+ $splashScreen . "</p>" .
+ "<p id='complete_mapbender' " .
"style='display:none'>";
unset ($e_id, $gui_id);
}
@@ -230,7 +230,7 @@
private function getHtmlCloseTag () {
if ($this->element == "body" && $this->isBodyAndUsesSplashScreen) {
- return "</div></body>";
+ return "</p></body>";
}
if ($this->closeTag != "") {
return "</" . $this->closeTag . ">";
More information about the Mapbender_commits
mailing list