Opened 17 years ago
Closed 16 years ago
#214 closed defect (worksforme)
module tabs does not show tabs
Reported by: | tow70 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 2.5 release |
Component: | user interface | Version: | 2.5 rc2 |
Keywords: | module tabs | Cc: |
Description
In gui2 module tabs (mod_tab.php) shows only the first defined module. In my customized setup no tab at all is shown.
Change History (4)
comment:1 by , 17 years ago
Version: | 2.4.5 → 2.5 rc2 |
---|
comment:2 by , 17 years ago
comment:3 by , 17 years ago
This was resolved for me with http://trac.osgeo.org/mapbender/ticket/239.
comment:4 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I have also seen this same behavior when using GUI and GUI2 on a Mapbender installation running on PostgreSQL 8.1.11 on x86_64-redhat-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 20070626 (Red Hat 4.1.2-14), PHP 5.1.6.
Tabs work ok on this Mapbender installation PostgreSQL 8.3.1, compiled by Visual C++ build 1400, Windows XP, PHP 5.2.0.
Firebug does not give any errors and can see that the DIV for Tabs exists, but is empty. The modules that make up the tab contents are also present, but not within the tab DIV.
SwitchLocale also does not work on the Mapbender installation where tabs are not visible.
Same behavior seen with RC2 and RC3.